July 31, 2011
This post was published 6 months 26 days ago which may make its actuality or expire date not be valid anymore. This site is not responsible for any misunderstanding.This example block all UDP incoming packets except port number 27005.:
iptables -A INPUT -p udp --dport 27005 -j ACCEPT iptables -A INPUT -p udp -i lo -j ACCEPT #You may ignore this rule iptables -A INPUT -p udo -s 0/0 -j DROP
Popularity: 20% [?]
Related posts
- How to protect own hosting from outdoring spam
- Tips for use Linux as mail server for Mail Marketing Script
- How to Install supermicro IPMI in a linux server

April 4th, 2010 at 1:45 pm