i've recently set up a local nfs server for my disfiles; to keep the WAN out i have:
iptables -A INPUT -p TCP -i ! ${LAN} -d 0/0 --dport nfs -j DROP iptables -A INPUT -p UDP -i ! ${LAN} -d 0/0 --dport nfs -j DROP everthing is working fine so far; however, my logs are full with these messages: svc: bad direction 268435456, dropping request any comments ? -- gentoo-user@gentoo.org mailing list