LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   in iptables....how to reset UDP connection.... (https://www.linuxquestions.org/questions/linux-security-4/in-iptables-how-to-reset-udp-connection-911671/)

dashang.trivedi 11-03-2011 10:22 AM

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....

fukawi1 11-04-2011 03:31 AM

Quote:

Originally Posted by dashang.trivedi (Post 4514945)
please suggest me how to stop this voice calls....

to STOP skype voice calls, why cant you just drop, or reject anything to the tcp and/or udp ports skype is using? you dont HAVE to reject with any options.


All times are GMT -5. The time now is 02:47 PM.