Re: [gentoo-user] svc: bad direction 268435456 [SOLVED]

2006-06-19 Thread Matthias Langer
On Mon, 2006-06-19 at 14:53 +0200, Ralph Slooten wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Matthias Langer wrote: > > i'm not sure which of these lines acually fixed my problem as i've just > > looked at the output of rpcinfo and grabbed all nfs relevant ports from > > there. >

Re: [gentoo-user] svc: bad direction 268435456 [SOLVED]

2006-06-19 Thread Ralph Slooten
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthias Langer wrote: > i'm not sure which of these lines acually fixed my problem as i've just > looked at the output of rpcinfo and grabbed all nfs relevant ports from > there. This will probably fix your problems *until* you restart nfs. # lsof -

Re: [gentoo-user] svc: bad direction 268435456 [SOLVED]

2006-06-19 Thread Matthias Langer
On Mon, 2006-06-19 at 07:24 +0200, Ralph Slooten wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Matthias Langer wrote: > > 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

Re: [gentoo-user] svc: bad direction 268435456

2006-06-18 Thread Ralph Slooten
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthias Langer wrote: > 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 > >

[gentoo-user] svc: bad direction 268435456

2006-06-18 Thread Matthias Langer
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: sv