打开esxi主机的ssh,通过ssh登陆到命令行界面下 临时生效方法:添加静态路由命令,直接生效,不需要重启 esxcli network ip route ipv4 add --gateway 172.28.x.x8 --network 10.12.12.0/24 对于5.0及5.0之前的ESXi, 执行 esxcfg-route -a 192.168.100.0/24 192.168.0.1 # or esxcfg-route -a 192.168.100.0 255....
查看路由表: esxcfg-route -l [root@D223:~] vi /etc/rc.local.d/local.sh 在最后一个exit 0的前面添加以下命令: esxcli network ip route ipv4 add --gateway 10.12.12.253 --network 10.0.0.0/8 esxcli network ip route ipv4 add --gateway 10.12.12.253 --network 172.16.0.0/12 esxcli network ...