Monday, November 17, 2008

Adding static route to an ESXi 5.0 host

Use esxcfg-route command as follow:

  •   esxcfg-route -a target_network_IP netmask default_gateway
ie:

  •   esxcfg-route -a 192.168.100.0 255.255.255.0 192.168.0.1
 
Review the changes using:

  •    esxcfg-route -l

 


 

No comments: