NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
proxy_arp / pppoe-server / arp cache persistence problemHello A typical entry in arptable looks like this : ? (217.10.10.10) at * PERM PUP on eth0 Some of my clients have long uptime of their routers (i suppose this When i tried to troubleshoot the problem i've found that machine's ? (217.10.10.10) at on eth1 then i've checked on the main router (pppoe-server) arp -an | grep 217.10.10.10 -> gives nothing My question is - how to adjust the pppoe-server proxy_arp function to kernel 2.6.15 regards -- -- |
proxy_arp / pppoe-server / arp cache persistence problem
2008/1/29, Wojciech Ziniewicz :
> Hello
> I have pppoe server with about 200-500 clients online - all of them
> have public IP adresses and I use a "proxyarp" option in my pppoe
> server what means the same as proxy_arp in /proc/sys/net but only for
> my pppX interfaces (not for eth0, eth1 etc )
[...]
hey - i've found a nice arp setting : net.ipv4.neigh.eth0.base_reachable_time
from man 7 arp :
" Once a neighbor has been found, the entry is considered to
be valid for at least a random value (...) Defaults to 30 seconds."
My next questions :
- can I adjust it to be "0" - will it mean "infinite" ?
- why there's so short default time of re-sending the arp cache
refresh for and ip address ?
--
Wojciech Ziniewicz
Unix SEX :{look;gawk;find;sed;talk;grep;touch;finger;find;fl
ex;unzip;head;tail; mount;workbone;fsck;yes;gasp;fsck;more;yes;yes;eje
ct;umount;makeclean; zip;split;done;exit:xargs!!;)}
--
proxy_arp / pppoe-server / arp cache persistence problem
Wojciech Ziniewicz escreveu:
> 2008/1/29, Wojciech Ziniewicz :
>> Hello
>> I have pppoe server with about 200-500 clients online - all of them
>> have public IP adresses and I use a "proxyarp" option in my pppoe
>> server what means the same as proxy_arp in /proc/sys/net but only for
>> my pppX interfaces (not for eth0, eth1 etc )
>
>
> [...]
>
> hey - i've found a nice arp setting : net.ipv4.neigh.eth0.base_reachable_time
>
> from man 7 arp :
>
> " Once a neighbor has been found, the entry is considered to
> be valid for at least a random value (...) Defaults to 30 seconds."
>
> My next questions :
>
> - can I adjust it to be "0" - will it mean "infinite" ?
>
> - why there's so short default time of re-sending the arp cache
> refresh for and ip address ?
>
>
Ziniewicz,
This time is so short to avoid conflicts between the network hosts` arp
entries and a new host that joins to network.
If this time becomes longer, when we add an new host on the network
it`ll be unreachable.
Regards
--
Rodolfo Barbosa
Lunar Consultoria
--
proxy_arp / pppoe-server / arp cache persistence problem
2008/1/29, Rodolfo Barbosa :
[...]
> This time is so short to avoid conflicts between the network hosts` arp
> entries and a new host that joins to network.
>
> If this time becomes longer, when we add an new host on the network
> it`ll be unreachable.
new host _with the same ip address_ I suppose ?
--
Wojciech Ziniewicz
Unix SEX :{look;gawk;find;sed;talk;grep;touch;finger;find;fl
ex;unzip;head;tail; mount;workbone;fsck;yes;gasp;fsck;more;yes;yes;eje
ct;umount;makeclean; zip;split;done;exit:xargs!!;)}
--