Debian GNU/Linux スレッド Ver. 71
■ このスレッドは過去ログ倉庫に格納されています
0158login:Penguin
2012/02/23(木) 22:30:33.24ID:E0lCeCalinterfacesとhost.allowとhost.denyしかいじってないのに!
host.allowはsshd:192.168.
host.denyはALL:ALL
interfacesは
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
# NAT接続
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
# ホストオンリーアダプタ
auto eth1
allow-hotplug eth1
iface eth1 inet static
address 192.168.56.101
netmask 255.255.255.0
/etc/init.d/networking restart はOK
/etc/init.d/ssh restart はOK
どこかおかしいところありますか?
■ このスレッドは過去ログ倉庫に格納されています