ESXi Static IP setup with gateway on different subnet
- by Erik Nelson
I've got an ESXi server that I'm trying to assign a static IP to. I'm having trouble setting the gateway because (I presume) the gateway is on a different subnet.
I've been able to accomplish this task on normal Linux servers by doing the following:
route add 172.50.99.254 eth0
route add -net default gw 172.50.99.254 eth0
Now using the GUI…