lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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