国产linux凝思4.2系统多网卡指定路由配置
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
因项目有机器需要多网段,所以配置了多张网卡。现就其中一个举例
网段一:10.105.XX.XX eth1
网段二:10.106.XX.XX eth2
最开始的问题现象是所有IP访问都只能走eth1的网卡,就导致10.106.XX.XX的网段不能连通、
route -n
发现默认路由是10.105.XX.XX网段的,所以所有IP都是默认走这个。
解决方法:配置指定路由
打开/etc/rc.d/local.sh
加入route add -net 10.105.XX.XX netmask 255.255.0.0 gw 10.105.xx.xx
重启机器后生效
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)