vmware:esxi:routing
This is an old revision of the document!
Routing
esxcli network ip route ipv4 add --gateway 192.168.0.1 --network 192.168.100.0/24 # add satic route esxcli network ip route ipv4 list # list routes esxcli network ip route ipv4 remove -n 192.168.100.0/24 -g 192.168.0.1 # remove route
For persistent routes add commands to
/etc/rc.local
file
vmware/esxi/routing.1716908073.txt.gz · Last modified: 2024/05/28 16:54 by gsys