Wednesday, February 3, 2010

Add a static route

Add a static route for an additional Service Console interface with the following command:

/sbin/route add -net [subnet ID] netmask [subnet mask] gw [gateway for 2nd COS]

Example:
/sbin/route add -net 10.10.24.0 netmask 255.255.255.0 gw 192.168.0.2

Make the above change persistent by adding it to /etc/rc.local
http://kb.vmware.com/kb/1005212
More vQuotes

No comments:

Post a Comment