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

Debian 8 网卡手动配置

时间:2017-03-08 21:19:06      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:int   add   stat   style   ati   attach   netmask   idg   eth   

#vi /etc/network/interfaces

添加下面的这段

auto eth0

iface eth0 inet static

address 192.168.1.101

netmask 255.255.255.0

gateway 192.168.1.1

# virsh attach-interface ubuntu16042 --type bridge --source br0

Debian 8 网卡手动配置

标签:int   add   stat   style   ati   attach   netmask   idg   eth   

原文地址:http://www.cnblogs.com/ihibin/p/6522911.html

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