Debian 8 网卡手动配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 网卡手动配置的主要内容,如果未能解决你的问题,请参考以下文章
Linux(Debian/Ubuntu)安装最新RabbitMQ,自动配置最新安装源版本(官网推荐,非常方便),省去繁杂的手动配置步骤