View Single Post
  #2 (permalink)  
Old 2006-08-10
dbedit dbedit is offline
Senior Member
 
Join Date: 2006-06-14
Location: The Netherlands
Posts: 153
Rep Power: 3
dbedit has an average reputation (10+)
Default Re: One server, two addresses

Proxy arp is not supported in linux kernel 2.X.
You have to add it manually.
Proxy arp on interface and add a host route for the Static NAT IP address using the internal IP address of the host (or next hop) as the gateway.
Don't forget to add this to your startup script(rc.local) as it will not survive reboot.
Reply With Quote