
Search the Knowledge Base: |
Search the Knowledge Base: |
route add -net 142.121.56.0 netmask 255.255.254.0 gw 224.58.175.1
/sbin/route add -net 142.121.56.0 netmask 255.255.254.0 gw 224.58.175.1
Add the following code to the file:
##! /bin/bash # case "$1" in 'start') echo "Adding additional routes... "
/sbin/route add -net 172.31.3.0 netmask 255.255.255.0 gw 172.31.8.1 echo ;; *) echo "Usage: $0 { start }" ;; esac
Save and exit out of VMware Infrastructure Client.
cd to the directory /etc/rc3.d.
Create a symbolic link to that file, then reboot.