Re: no IPv6 Routers present

Previous thread: Re: no IPv6 Routers present by feldmaus on Friday, March 13, 2009 - 1:12 am. (1 message)

Next thread: Re: FW: Kernel panic during stress with igb in the upstream kernel by Herbert Xu on Friday, March 13, 2009 - 4:52 am. (11 messages)
From: feldmaus
Date: Friday, March 13, 2009 - 1:36 am

Next Bug, but this one should refer to the kernel i think:
This one works not. --> <http://nopaste.debianforum.de/19665>

But this one works not --> <http://nopaste.debianforum.de/19664>

I worked out the syslog messages and the differences:
In the not working configuration i used <NOARP> for eth0.
I don't know why, but i think it come from ppp0 which
uses it:
########################################################################
iface dsl-provider inet ppp
    pre-up /sbin/ifconfig eth0 up -arp 0 # line maintained by pppoeconf
    provider dsl-provider
########################################################################

I also got some syslog Messages, this are for you:
########################################################################
[  775.402699] host used greatest stack depth: 5672 bytes left
########################################################################

And i ran my <firewalllan> manually, so i got the following:
########################################################################
iptables: Resource temporarily unavailable
iptables: Resource temporarily unavailable
iptables: Too many links
iptables: Resource temporarily unavailable
iptables: Too many links
########################################################################

I think this all comes from NOARP ?

Any Idea ?

Regards Markus

--

From: Vlad Yasevich
Date: Friday, March 13, 2009 - 4:55 am

You can't use NOARP on a normal network interface without some static neighbor
entries.  PPP interfaces do not require ARP since they are point-to-point
and you already know everything about the destination.  For ethernet interfaces,
you need arp to resolve the IP to MAC address mappings.

Get rid of NOARP in you eth0 case, and it should work.


--

Previous thread: Re: no IPv6 Routers present by feldmaus on Friday, March 13, 2009 - 1:12 am. (1 message)

Next thread: Re: FW: Kernel panic during stress with igb in the upstream kernel by Herbert Xu on Friday, March 13, 2009 - 4:52 am. (11 messages)