linux 单网卡多ip设置详解程序员

添加eth0:1 192.168.1.117

ifconfig eth0:1 192.168.1.117 broadcast 192.168.1.225 netmask 255.255.255.0 up
route add -host 192.168.1.117 dev eth0:1

添加eth0:2 192.168.1.118

ifconfig eth0:2 192.168.1.118 broadcast 192.168.1.225 netmask 255.255.255.0 up
route add -host 192.168.1.118 dev eth0:2

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/2477.html

(0)
上一篇 2021年7月16日
下一篇 2021年7月16日

相关推荐

发表回复

登录后才能评论