[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:39804] Re: LANからインターネット接続するには?



武藤@Debianぷろじぇくと様、
御教授ありがとうございます。

以下が私の/etc/network/interfacesの中身なのですが

# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo eth0
iface lo inet loopback
# The first network card - this entry was created during the Debian installation
# (network, broadcast and gateway are optional)
iface eth0 inet static
        address 192.168.1.1
        netmask 255.255.255.0
        broadcast 192.168.1.255
        network 192.168.1.0

これを削除して

auto eth0
iface eth0 inet dhcp

というふうに書き換えればよいのでしょうか?