Thursday, 3 November 2011

in iptables....how to reset UDP connection....

in iptables....how to reset UDP connection....

My objective is to reset UDP connectionn...

if i want to reject tcp connection ...for that i am using
Code:

/sbin/iptables -I FORWARD -p tcp -s $src_ip -j REJECT --reject-with tcp-reset
What problem i am facing....
if My Skype voip call is running....and i reject tcp connection...than skype is disconnected ...But the Voip call is Continue...
for that i have to reset UDP connection.....

please suggest me how to stop this voice calls....

No comments:

Post a Comment