ESXI添加静态路由(查看路由esxcfg-route -l

ESXI添加静态路由(查看路由esxcfg-route -l

打开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.255.255.0 192.168.0.1

查看当前路由
esxcfg-route -l

图片.png

ESXi 7.0.3g版本的主机永久配置路由生效的方法:

图片.png

重启后,路由没有生效。

在最后的exit 0 前添加以下命令:

/etc/init.d/hostd start                                                        
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 ip route ipv4 add --gateway 10.12.12.253 --network 192.168.0.0/16
esxcli network ip route ipv4 add --gateway 10.12.12.1 --network 172.16.1.85/32

图片.png

查看,生效:

[root@localhost:~] esxcfg-route -l
VMkernel Routes:
Network          Netmask          Gateway          Interface      
172.16.1.85      255.255.255.255  10.12.12.1       vmk0           
10.12.0.0        255.255.0.0      Local Subnet     vmk0           
192.168.0.0      255.255.0.0      10.12.12.253     vmk0           
172.16.0.0       255.240.0.0      10.12.12.253     vmk0           
10.0.0.0         255.0.0.0        10.12.12.253     vmk0           
default          0.0.0.0          10.12.12.254     vmk0           
[root@localhost:~] vi /etc/rc.local.d/local.sh
[root@localhost:~] 


查看esxcfg-route -l

图片.png


esxi6.7主机:永久生效方法:该路由添加后重启机器会失效,添加到启动脚本开机自动运行
[root@ESXI043:~] vi  /etc/rc.local.d/local.sh

图片.png

#查看路由
esxcfg-route -l
#添加
esxcli network ip route ipv4 add --gateway 192.168.0.66 --network 192.168.2.0/24
#删除默认路由
esxcli network ip route ipv4 remove -n 0.0.0.0/0 -g 192.168.0.66
#恢复默认路由
esxcli network ip route ipv4 add --gateway 192.168.0.66 --network 0.0.0.0/0
#查看路由
esxcfg-route -l



vmware、vcenter、esxi(列表、list、全)vmwarelist、esxilist、vcenterlist
http://www.zh-cjh.com/wenzhangguilei/2516.html
文章归类、所有文章列表、LISTLIST
http://www.zh-cjh.com/wangzhangonggao/2195.html


1、本站资源长期持续更新。
2、本资源基本为原创,部分来源其他付费资源平台或互联网收集,如有侵权请联系及时处理。
3、本站大部分文章的截图来源实验测试环境,请不要在生产环境中随意模仿,以免带来灾难性后果。

转载请保留出处:  www.zh-cjh.com珠海陈坚浩博客 » ESXI添加静态路由(查看路由esxcfg-route -l

作者: cjh


手机扫一扫,手机上查看此文章:

一切源于价值!

其他 模板文件不存在: ./template/plugins/comment/pc/index.htm

未雨绸缪、居安思危!

数据安全、有备无患!

注意操作、数据无价!

一切源于价值!