Proxy ARP Probleme

Post Reply
Message
Author
Peter+H.

Proxy ARP Probleme

#1 Post by Peter+H. »

Nach
echo 1 > proc/sys/net/ipv4/con/eth0/proxy_arp
und
arp -i eth0 -Ds 192.168.1.99 eth0 pub
steht in meiner ARP-Tabelle (arp -ane)
-------------------------------------------
Addr HW-Type HW-Addr Flags Mask IF
192.168.1.99 * * MP eth0
-------------------------------------------
und in /proc/net/arp steht
-------------------------------------------
HW-Type Flags HW-Addr MASK IF
0x1 0xc 00:00:00:00:00:00 * eth0
-------------------------------------------

Zudem antwortet die Kiste nicht auf ARP- Requests nach der 192.168.1.99. Alles geht, wenn ich ein IP-alias auf eth0 mache, was ich aber eigentlich nicht moechte. Was laeuft da schief. Gilt fuer kernel 2.2.17, 2.4.2 und 2.4.9.

Post Reply