Etch のネットワーク

Etch の /etc/network/interface が今までと違うことがわかった。
インストール直後、eth0 の設定が

allow-hotplug eth0
iface eth0 inet static
        address 192.168.0.100
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255
        gateway 192.168.0.1
        # dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 192.168.0.1

と、なっていた。

auto eth0

が無いので、リモートから不用意に

/etc/init.d/networking restart

とすると、eth0 へ接続できなくなってしまった。