왜 ping 211.32.119.15는 되는데
ping yahoo.co.kr이 안될까요?
[root@FS network-scripts]# nslookup
> yahoo.co.kr
Non-authoritative answer:
Name: yahoo.co.kr
Address:211.32.119.151
> exit
[root@FS network-scripts]# ping 211.32.119.15
PING 211.32.119.15 (211.32.119.15) from 192.168.1.8 : 56(84) bytes of data.
64 bytes from 211.32.119.15: icmp_seq=0 ttl=244 time=16.307 msec
64 bytes from 211.32.119.15: icmp_seq=1 ttl=244 time=9.950 msec
64 bytes from 211.32.119.15: icmp_seq=2 ttl=244 time=9.958 msec
--- 211.32.119.15 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max/mdev = 9.950/12.071/16.307/2.997 ms
[root@FS network-scripts]# ping yahoo.co.kr
ping: unknown host yahoo.co.kr
[root@FS network-scripts]# cat /etc/resolv.conf
nameserver 164.124.101.2(데이콤네임서버)
--
좋은 하루 되세요!!!