and_woox Posted December 21, 2007 Share Posted December 21, 2007 Please i'm creating a script and some people are telling me that linux based machines dont handle the udp protocol, is this right? So basically what the implicants of using the'' -p udp'' on my script? Thanks Link to comment Share on other sites More sharing options...
scarecrow Posted December 21, 2007 Share Posted December 21, 2007 I use UDP extensively on my P2P apps, and I have no issues at all... most likely the people that told you so had problems enabling udp communication through their iptables. It isn't difficult to configure it, though. Link to comment Share on other sites More sharing options...
and_woox Posted December 24, 2007 Author Share Posted December 24, 2007 So do you think this script can work well? iptables -I FORWARD -s 192.168.1.2 -p udp -m connlimit --connlimit-above 100 -j DROP Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now