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

[debian-users:36322] Re: dhcpdサーバー から外に出られません



竹島です。

お蔭様で解決しました。
ipconfigしたときに、gatewayが空白でした。
でwinなマシンのgatewayを192.168.0.1にしました。

なお/etc/network/interfacesは
# The loopback interface
auto lo
iface lo inet loopback

# The first network card - this entry was created during the Debian installation
# (network, broadcast and gateway are optional)
auto eth0
iface eth0 inet static
        address 192.168.72.222
        netmask 255.255.255.0
        network 192.168.72.0
        broadcast 192.168.72.255
        gateway 192.168.72.102

auto eth1
iface eth1 inet static
        address 192.168.0.1
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255
のままでいいようです。

ipconfig知りませんでした。
感謝もうしあげます。