1 | # brctl addbr br_192 (建立一个逻辑网段,名称为br_192) |
1 2 3 4 | # brctl addif br_192 eth0 (让eth0成为br_192的一个端口) # brctl addif br_192 eth1 (让eth1成为br_192的一个端口) # brctl addif br_192 eth0 (让eth2成为br_192的一个端口) # brctl addif br_192 eth3 (让eth3成为br_192的一个端口) |
1 2 3 4 | # ifconfig eth0 0.0.0.0 # ifconfig eth1 0.0.0.0 # ifconfig eth2 0.0.0.0 # ifconfig eth3 0.0.0.0 |
1 | # ifconfig br_192 192.168.1.1 |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |