ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN skb: pf=2 (unowned) dev=lo len=328 PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 F=0x0000 T=16 root
This is spewed to the console. Kernel 2.4.8, everything else works fine. Note that the device is localhost and the protocol is "qotd" according to /etc/services.
Why?
On Mon, 3 Sep 2001, Satya wrote:
ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN skb: pf=2 (unowned) dev=lo len=328 PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 F=0x0000 T=16 root
fine. Note that the device is localhost and the protocol is "qotd" according to /etc/services.
The protocol is udp according to /etc/protocols. qotd is not a protocol but a service. The device is the local loopback device. localhost is the hostname that this device is bound to. This seems to be an ipchains/iptables error. Some broadcast problem or something. Check your rules.
Philip
--- Philip S Tellis philip.tellis@iname.com wrote:
On Mon, 3 Sep 2001, Satya wrote:
ip_local_deliver: bad loopback skb: PRE_ROUTING
LOCAL_IN skb: pf=2
(unowned) dev=lo len=328 PROTO=17 0.0.0.0:68
255.255.255.255:67 L=328
S=0x10 I=0 F=0x0000 T=16 root
fine. Note that the device is localhost and the
protocol is
"qotd" according to /etc/services.
The protocol is udp according to /etc/protocols. qotd is not a protocol but a service. The device is the local loopback device. localhost is the hostname that this device is bound to. This seems to be an ipchains/iptables error. Some broadcast problem or something. Check your rules.
Philip
don't think its an iptables problem...its referring to the PRE_ROUTING hook..which is the first netfilter hook after a packet is accepted into the system...and before they are checked against any rule tables... sorry satya, dont think this'd would be of much help to you either..;-)
kishor
__________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com
--- kishor bhagwat aaaaarrrgghhh@yahoo.com wrote:
--- Philip S Tellis philip.tellis@iname.com wrote:
On Mon, 3 Sep 2001, Satya wrote:
ip_local_deliver: bad loopback skb: PRE_ROUTING
LOCAL_IN skb: pf=2
(unowned) dev=lo len=328 PROTO=17 0.0.0.0:68
255.255.255.255:67 L=328
S=0x10 I=0 F=0x0000 T=16 root
fine. Note that the device is localhost and the
protocol is
"qotd" according to /etc/services.
The protocol is udp according to /etc/protocols. qotd is not a protocol but a service. The device is the local loopback device. localhost is the hostname that this device is bound to. This seems to be an ipchains/iptables error. Some broadcast problem
or
something. Check your rules.
Philip
don't think its an iptables problem...its referring to the PRE_ROUTING hook..which is the first netfilter hook after a packet is accepted into the system...and kishor
ok..after a little poking around,here'e some additional info - look at <path-to-ur-kernel-source>/net/core/netfilter.c Thats where this message is generated... are you running a dhcp client, by any chance? it could be the cause...try disabling its startup
kishor
__________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com
On Sep 4, 2001 at 03:59, kishor bhagwat wrote:
are you running a dhcp client, by any chance? it could be the cause...try disabling its startup
Yes, that's it. I shut it off and started using a static IP.
But how do I use DHCP if I need to?
----- Original Message ----- From: Satya satyap@satya.virtualave.net Subject: Re: [ILUG-BOM] ip_local_deliver: bad loopback
On Sep 4, 2001 at 03:59, kishor bhagwat wrote:
are you running a dhcp client, by any chance? it could be the cause...try disabling its startup
Yes, that's it. I shut it off and started using a static IP.
But how do I use DHCP if I need to?
ok..there's no problem with your DHCP, this is just some debugging output. if you can , then recompile the kernel with config_debug turned off for netfilter
regards, kishor
_________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com