Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
7h0ma5
[all variants] HOWTO: be in two places at once a.k.a Ipredator independant of the default route - Ubuntu Forums - http://ubuntuforums.org/showthr...
iptables -D OUTPUT -o $IFNAME -p udp --dport 123 -j DROP iptables -D INPUT -i $IFNAME -p tcp --dport 51413 -j ACCEPT - 7h0ma5