1、brctl addbr br0        如果根据第3步,那这里不用写

2、brctl addif br0 eth0    如果第3步写了,这里也不用 这时候用ssh应该会断网。。。

3、设置interfaces

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5). # The loopback network interface
auto lo
iface lo inet loopback auto br0
allow-hotplug br0
iface br0 inet static
address 192.168.7.64
netmask 255.255.255.0
gateway 192.168.7.254
bridge_ports eth0 # The primary network interface
# This is an autoconfigured IPv6 interface
#allow-hotplug eth0
#iface eth0 inet6 auto
#auto eth0
#iface eth0 inet static
# address 192.168.7.64
# netmask 255.255.255.0
# gateway 192.168.7.254

  

4、ifconfig eth0 0.0.0.0   去掉eth0的设置

5、# ifconfig br0 192.168.1.1       由于已经在interfaces里设置,所以这里应该不用再设置了

6、重启网络 ok

最新文章

  1. 3.用Redis Desktop Manager连接Redis
  2. “我爱淘”冲刺阶段Scrum站立会议1
  3. IO(二)
  4. POJ3250Bad Hair Day
  5. C#让TopMost窗体弹出并置顶层但不获取当前输入焦点的终极办法
  6. 优化 Android 线程和后台任务开发
  7. linux 内核分析+使用SystemTap调试新增内核模块
  8. java学习笔记day05
  9. cocos2d-x游戏开发系列教程-中国象棋00-前言
  10. VS2008让自己掌控的定义编译项目后,自己主动添加到工具箱
  11. .NET里的行为驱动开发
  12. 有关C语言学习的调查
  13. 专题:DUILIB Win32 透明效果
  14. golang map
  15. jQuery里面的常用的事件和基础动画的实现
  16. 中间件方法必须返回Response对象实例(tp5.1+小程序结合时候出的问题)
  17. .net EF之CodeFirst代码先行(转)
  18. win10 Java环境变量,hadoop 环境变量
  19. 手工获取AWR报告
  20. 安装python3 及virtual与virtualenvwrapper

热门文章

  1. 10个你必须知道的jQueryMobile代码片段(转)
  2. Linux基础之常用命令篇
  3. CoreText实现图文混排之文字环绕及点击算法
  4. iPhone手机屏幕的尺寸180330更新
  5. vue学习01
  6. Report_SRW工具的基本用法(概念)
  7. ADF_ADF基本概要(汇总)
  8. 【Life】 Never Too Late, Just Do it Better!
  9. Mybatis(四):MyBatis核心组件介绍原理解析和源码解读
  10. 配置 Sliverlight 跨域访问策略