为什么改不了静态地址????????????
发表于 : 2011-04-18 20:29
在/etc/network/interfaces中加入
auto eth0
iface eth0 inet static
address 192.169.0.10
netmask 255.255.255.0
gateway 192.168.0.1
后ifdown eth0
ifup eth0
地址变未自己设置的,但我重启后发现地址还是变成动态,为什么会这样???
auto eth0
iface eth0 inet static
address 192.169.0.10
netmask 255.255.255.0
gateway 192.168.0.1
后ifdown eth0
ifup eth0
地址变未自己设置的,但我重启后发现地址还是变成动态,为什么会这样???