This is a discussion on Iptables within the Linux Networking forums, part of the Linux Forums category; i need help, i want to stop the UDP protocol on my server. how can i do that thanks...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
iptables -t filter -A input -i <wan interface> -p udp -j DROP
"Francois Thibault" <thibaultfrancois_@hotmail.com> wrote in message news:xYUwb.74791$g5.760756@wagner.videotron.net... > i need help, > > i want to stop the UDP protocol on my server. > > how can i do that > > thanks > > |