AW: [gentoo-user] ARP-Caching of non-link-local adresses

2012-01-04 Thread Peter Pan
Hi, This is quite a large list with lots of hosts, but even grep –v the larger /24-ones leaves the arp-table up to 10.000… I’ve also heared (but never understood), that the lo-interface should be up and running. This is true in this case, but I noticed, the routes for 127.0.0.1 are missing

AW: [gentoo-user] ARP-Caching of non-link-local adresses

2012-01-04 Thread Peter Pan
Hi Pandu, thanks for your reply. As far as I can see, proxy_arp is not enabled on any interfaces: host conf # pwd /proc/sys/net/ipv4/conf Host conf # for f in $(find | grep -i proxy_arp | grep -v pvlan ); do echo $f && cat $f ;done ./all/proxy_arp 0 ./default/proxy_arp 0 ./lo/pro