Gentoo Archives: gentoo-user

From: Matthias Langer <mlangc@×××.at>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: [gentoo-user] svc: bad direction 268435456
Date: Mon, 19 Jun 2006 01:55:44
Message-Id: 1150681713.9603.2.camel@sputnik886.lnet
1 i've recently set up a local nfs server for my disfiles; to keep the WAN
2 out i have:
3
4 iptables -A INPUT -p TCP -i ! ${LAN} -d 0/0 --dport nfs -j DROP
5 iptables -A INPUT -p UDP -i ! ${LAN} -d 0/0 --dport nfs -j DROP
6
7 everthing is working fine so far; however, my logs are full with these
8 messages:
9
10 svc: bad direction 268435456, dropping request
11
12 any comments ?
13
14 --
15 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] svc: bad direction 268435456 Ralph Slooten <axllent@×××××.com>