[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <49BA7F23.9040204@hp.com>
Date: Fri, 13 Mar 2009 11:43:31 -0400
From: Vlad Yasevich <vladislav.yasevich@...com>
To: feldmaus <feldmann_markus@....de>
CC: netdev@...r.kernel.org
Subject: Re: no IPv6 Routers present
feldmaus wrote:
> Vlad Yasevich <vladislav.yasevich <at> hp.com> writes:
>
>> Get rid of NOARP in you eth0 case, and it should work.
>>
> It seems to better, but i do not know how the <NOARP> comes from ?
>
> I changed my </etc/network/interfaces> from:
> iface dsl-provider inet ppp
> pre-up /sbin/ifconfig eth0 up -arp 0# line maintained by pppoeconf
> provider dsl-provider
>
> to this one:
> iface dsl-provider inet ppp
> pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
> provider dsl-provider
>
> Should this the key ?
>
Aha... you probably want to add a
post-down /sbin/ifconfig eth0 arp
So that the next time you configure eth0, it will be able to
arps again.
-vlad
> Regards Markus
>
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists