Mail from ILUG-BOM list (Non-Digest Mode)
_______________________________________________
>
> How does one set proxy arp on a linux system ?
On which kernel version. Here is an example for 2.0.36
# proxy arp for individual machines
/sbin/arp -Ds 158.144.23.1 eth1 pub
/sbin/arp -Ds 158.144.23.2 eth1 pub
/sbin/arp -Ds 158.144.23.5 eth1 pub
# proxy arp for subnets
/sbin/arp -Ds 158.144.23.4 eth0 netmask 255.255.255.255 pub
/sbin/arp -Ds 158.144.23.64 eth0 netmask 255.255.255.192 pub
/sbin/arp -Ds 158.144.23.128 eth0 netmask 255.255.255.192 pub
/sbin/arp -Ds 158.144.23.192 eth0 netmask 255.255.255.192 pub
In 2.2.x you have to enable it with something like
echo 1 > /proc/sys/net/ipv4/eth0/proxy_arp
or similar, I do not remember.
Pablo.
----------------------------------------------------------------------
Pablo Ares Gastesi. School of Mathematics, TIFR, Mumbai 400 005, INDIA
[EMAIL PROTECTED] http://www.math.tifr.res.in/~pablo/
Key fingerprint = 1A 7C 0A 22 5A 75 A4 78 62 6F 64 09 C1 A0 F7 E6
----------------------------------------------------------------------
_______________________________________________
Website: http://www.ilug-bom.org.in/ilug
Linuxers mailing list
[EMAIL PROTECTED]
http://ilug-bom.org.in/mailman/listinfo/linuxers