アドレスやサーバの設定で改善するかも?ということなのですね!…
ルータのアドレスというのは固有のものなのでしょうか?
すみません わかってなくて。
前回のターミナルの作業の時は、iPodのために新しく購入したWi-Fiルータでネットにつながっていたのですが、
今、またNTTの方に戻したので、ルーターのアドレス?が若干変わってます。
iPodはNECのAtermだとつながるのですが、iMacはひどく遅くなってしまいます。
出力上がってるのかと思ったんですが。
$ netstat -rn -f inet | grep default
default 192.168.1.1 UGSc 298 0 en1
$
$ ping -c 5 192.168.1.1
PING 192.168.1.1 (192.168.1.1): 56 data bytes
64 bytes from 192.168.1.1: icmp_seq=0 ttl=64 time=2.235 ms
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=2.912 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=2.746 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=2.327 ms
64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=2.688 ms
--- 192.168.1.1 ping statistics ---
5 packets transmitted, 5 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 2.235/2.582/2.912/0.258 ms
$
$ ipconfig getifaddr en1
192.168.1.2
ipconfig getifaddr en0
$
$ ifconfig en0
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=2b<RXCSUM,TXCSUM,VLAN_HWTAGGING,TSO4>
ether 3c:xx:xx:xx:xx:05
media: autoselect (none)
status: inactive
$
$ ping -c 5 ntt.setup
PING ntt.setup (192.168.1.1): 56 data bytes
64 bytes from 192.168.1.1: icmp_seq=0 ttl=64 time=2.605 ms
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=2.247 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=3.529 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=2.800 ms
64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=2.012 ms
--- ntt.setup ping statistics ---
5 packets transmitted, 5 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 2.012/2.639/3.529/0.523 ms
$
$ ping -c 5 localhost
PING localhost (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.035 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.093 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.106 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.092 ms
64 bytes from 127.0.0.1: icmp_seq=4 ttl=64 time=0.089 ms
--- localhost ping statistics ---
5 packets transmitted, 5 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.035/0.083/0.106/0.025 ms
$
となりました。
Macはこれ1台なんです。G4もあるのですが、モニターが駄目になってて使えません(T_T)