Ethernet weirdness on 82xx

Rune Torgersen runet at innovsys.com
Wed Sep 5 00:06:07 EST 2007


> -----Original Message-----
> From: Denys [mailto:denys at visp.net.lb] 
> Sent: Sunday, September 02, 2007 6:12 AM
> To: Rune Torgersen; linuxppc-embedded at ozlabs.org; 
> netdev at vger.kernel.org
> Subject: Re: Ethernet weirdness on 82xx
> 
> Thats normal.
> Check arp_filter sysctl :
> arp_filter - BOOLEAN

Thank you, that was it.

Did the following, and now I don't get the double resond anymore

#only respond to arps on the correct port
echo 1 > /proc/sys/net/ipv4/conf/all/arp_announce
echo 2 > /proc/sys/net/ipv4/conf/all/arp_ignore


More information about the Linuxppc-embedded mailing list