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
vmware/esxi/routing.1716905405.txt.gz · Last modified: 2024/05/28 16:10 by gsys