为什么/ etc / network / interfaces被忽略?
我过去两个小时一直在互联网上搜索,但是似乎找不到以下问题的解决方案。 我刚刚在新的Xubuntu 13.04中安装了Xen,并且为了设置网络,我必须删除network_manager。因此,所有网络配置都是通过/ etc / network / interfaces完成的。至少,这应该发生。但是,似乎放在这里的内容只是被忽略了:我的xenbr0接口没有得到分配的IPv4地址,没有默认网关,也没有设置名称服务器。 这是/ etc / network / interfaces文件中的内容: auto lo iface lo inet loopback # There are no IP configurations for eth0, it’s all defined under xenbr0: #auto eth0 # Static configuration auto xenbr0 iface xenbr0 inet static bridge_ports eth0 address 192.168.1.200 # the …