码迷,mamicode.com
首页 > 其他好文 > 详细

使用brctl工具创建桥接设备

时间:2016-02-11 18:05:31      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:使用brctl工具创建桥接设备

创建桥接设备:

         # yun -y install bridge-utils

         # brctl addbr br0

         # ifconfig -a

         # ifconfig eth0 0 up

          # ifconfig -a

          # brctl addif br0 eth0

          # ifconfig br0 192.168.1.122/24 up

          # route add default gw 192.168.1.1

          # brctl show

          # brctl stp br0 on


本文出自 “珞辰的博客” 博客,请务必保留此出处http://luochen2015.blog.51cto.com/9772274/1741547

使用brctl工具创建桥接设备

标签:使用brctl工具创建桥接设备

原文地址:http://luochen2015.blog.51cto.com/9772274/1741547

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!