> /etc/hosts
> 127.0.0.1 localhost
> 192.168.0.2 debian-test01(このマシン名です)
>
$ ping 127.0.0.1
$ ping localhost
$ ping 192.168.0.2
$ ping debian-test01
の結果はそれぞれどのようになるのでしょうか。
それと、
$ netstat -rn
# arp -a
の結果はそれぞれどのようになるのでしょうか。