atmark@atde4:~$ sudo ifconfig -a eth0 Link encap:イーサネット ハードウェアアドレス 00:0c:29:67:2b:5f inetアドレス:10.57.200.143 ブロードキャスト:10.57.200.255 マスク:255.255.255.0 inet6アドレス: fe80::20c:29ff:fe67:2b5f/64 範囲:リンク UP BROADCAST RUNNING MULTICAST MTU:1500 メトリック:1 RXパケット:13618 エラー:0 損失:0 オーバラン:0 フレーム:0 TXパケット:483 エラー:0 損失:0 オーバラン:0 キャリア:0 衝突(Collisions):0 TXキュー長:1000 RXバイト:1209123 (1.1 MiB) TXバイト:54004 (52.7 KiB) 割り込み:18 ベースアドレス:0x2024 lo Link encap:ローカルループバック inetアドレス:127.0.0.1 マスク:255.0.0.0 inet6アドレス: ::1/128 範囲:ホスト UP LOOPBACK RUNNING MTU:16436 メトリック:1 RXパケット:0 エラー:0 損失:0 オーバラン:0 フレーム:0 TXパケット:0 エラー:0 損失:0 オーバラン:0 キャリア:0 衝突(Collisions):0 TXキュー長:0 RXバイト:0 (0.0 B) TXバイト:0 (0.0 B) atmark@atde4:~$ sudo route カーネルIP経路テーブル 受信先サイト ゲートウェイ ネットマスク フラグ Metric Ref 使用数 インタフェース 10.57.200.0 * 255.255.255.0 U 0 0 0 eth0 default 10.57.200.254 0.0.0.0 UG 0 0 0 eth0 atmark@atde4:~$ ping -c 4 8.8.8.8 PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_req=1 ttl=48 time=27.8 ms 64 bytes from 8.8.8.8: icmp_req=2 ttl=48 time=25.4 ms 64 bytes from 8.8.8.8: icmp_req=3 ttl=48 time=24.4 ms 64 bytes from 8.8.8.8: icmp_req=4 ttl=48 time=26.7 ms --- 8.8.8.8 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3006ms rtt min/avg/max/mdev = 24.400/26.094/27.839/1.297 ms atmark@atde4:~$ ping -c 4 www.atmark-techno.com ping: unknown host www.atmark-techno.com atmark@atde4:~$ cat /etc/resolv.conf domain localdomain search localdomain nameserver 192.168.109.2 atmark@atde4:~$ cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo eth0 iface lo inet loopback # The primary network interface allow-hotplug eth0 #iface eth0 inet dhcp #auto eth0 iface eth0 inet static address 10.57.200.143 netmask 255.255.255.0 gateway 10.57.200.254