Setup Static Routes In AIX 4.3

To add a permanent static route in AIX 4.3, add the route command in the startup file: /etc/rc.net

route add -net 192.168.15.0 -netmask 255.255.255.0 192.168.0.1

Leave a Reply