首页 > 代码库 > Debian 8 网卡手动配置

Debian 8 网卡手动配置

#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 网卡手动配置