The best way to add a proxy arp is as follows:
1) Login to the gateway(s) that requires the proxy arp.
2) Use the following command to add an arp to the local.arp file. This will append new arps for you without having to use Vi.
echo “192.168.1.2 AA:BB:CC:DD:EE” >> $FWDIR/conf/local.arp
Make sure that the mac address you use is from the physical gateway. For instance in a HA Active/Standy cluster xl setup you will need to use the MAC from each clusters’ interface respectively.
Push the policy after you add the arps.
You only need a route for the NAT address if you dont have “translate destination on client side enabled”
1) Login to the gateway(s) that requires the proxy arp.
2) Use the following command to add an arp to the local.arp file. This will append new arps for you without having to use Vi.
echo “192.168.1.2 AA:BB:CC:DD:EE” >> $FWDIR/conf/local.arp
Make sure that the mac address you use is from the physical gateway. For instance in a HA Active/Standy cluster xl setup you will need to use the MAC from each clusters’ interface respectively.
Push the policy after you add the arps.
You only need a route for the NAT address if you dont have “translate destination on client side enabled”