30
Log in as root, and add this command to the bootup script:
iptables -t nat -A PREROUTING -d <farm_ip> -j DNAT —to-dest <server_ip>
Hewlett Packard® HP/UX® 11.00 and 11i:
Please make sure PHNE_26771 and related patches applied first. Login as root, and add
this command to the bootup script:
ifconfig lo0:1 farm_ip_address up
FreeBSD®:
ifconfig l®o0 inet farm_ip_address netmask 255.255.255.255 alias
Oracle® Solaris®:
ifconfig lo0:1 FARM_IP_ADDR
ifconfig lo0:1 FARM_IP_ADDR
FARM_IP_ADDR ifconfig lo0:1 netmask
255.255.255.255 ifconfig lo0:1 up
Apple® Servers:
ifconfig lo0 inet farm_ip_addr netmask 255.255.255.255 alias route
delete gateway ip farm_ip_addr netmask
Where lo0 is the loopback adapter.