我的Ubuntu服务器将不接受我的静态IP分配。相反,我一直在获取DHCP租约。未安装网络管理器。以下是cat / etc / network / interfaces的输出
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.128
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
dns-nameservers 192.168.1.120 192.168.1.125
dns-domain mynetwork.local
dns-search mynetwork.local
问题:
Ubuntu为什么不接受静态IP分配?接口文件似乎被忽略了。
什么允许分配DHCP租约?
/etc/defaults/grub
并运行,还可以遵守eth0命名约定(某些脚本/程序需要)update-grub
。GRUB_CMDLINE_LINUX="biosdevname=0 net.ifnames=0"