fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


vmware:esxi:routing

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 https://knowledge.broadcom.com/external/article?legacyId=2043564

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.  More information about cookies 
vmware/esxi/routing.txt · Last modified: 2024/06/02 15:06 by gsys