At 22:55 29/09/99 +0200, you wrote:
>Hi,
>
>I'm running an out-of-the-box installation of RedHat 6.0. What exactly do I
>have to do for setting up proxy arp on eth0 with kernel 2.2.5?
>
>For example, the command
>
>arp -i eth0 -Ds 192.168.0.2 eth0 pub
>
>seems to do nothing. I already tried setting
>/proc/sys/net/ipv4/conf/*/proxy_arp to 1 without success.
>
>With "tcpdump arp" I can see the who-has-requests for 192.168.0.2 but there
>are no is-at-answers on the segment.
>
>Do I have to compile a kernel with special options to get proxy arp working?
>
>"ProxyARP Subnetting HOWTO" does not seem to get me any further... I'm
>really at a loss...

  Linux proxy-arp does not answers arp requests to the same interface the
request came from. That means that if the request for a published arp came
from eth0, Linux will not send the answer back to eth0, even if you
configured it to do so.

  I had this problem some months ago and, to solve it, I had to write my
own proy-arp daemon.

  Regards,

  Rodrigo Ormonde
--
Rodrigo de La Rocque Ormonde
e-mail: [EMAIL PROTECTED]
Aker Security Solutions - http://www.aker.com.br
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to