| Service Console - Service Console Default Gateway |
|
|
|
List routes:
/sbin/route -n
Change the default gateway:
vi /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=esx1.domain.local GATEWAY=192.168.5.254 Restart networking in the service console for change to take affect:
/etc/init.d/network restart
NOTE: Do this with the server in maintenance mode, so there are no VMs running on it. Otherwise it may thing the host has failed if you set the wrong gateway.
|




