07/01/18 17:06:58 ob0Ovxpc
なんか分からんが、/etc/network/interfaces をDebianマシンからパクって
きて以下の様に書き直したら動いたわ。
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.0.2
netmask 255.255.255.0
gateway 192.168.0.1
#iface eth0 inet
#address 192.168.0.2
#netmask 255.255.255.0
#gateway 192.168.0.1
下側のコメントアウト部分が元の設定。# /etc/init.d/udev restart したら
あっさり動いた。
>>330
>あたりまえのことが起こってるだけのような気がする
んー、当り前でいいのかなぁ?/etc/iftab みたく、再起動時に変わっている
可能性のあるものをスタティックにして欲しくないと思うのは俺だけ?