This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@storm ~]# ping www.google.com # This is the problem | |
ping: unknown host www.google.com | |
[root@storm ~]# ping -c3 8.8.8.8 # I can ping by IP, though | |
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. | |
64 bytes from 8.8.8.8: icmp_seq=1 ttl=43 time=32.5 ms | |
64 bytes from 8.8.8.8: icmp_seq=2 ttl=43 time=34.9 ms | |
64 bytes from 8.8.8.8: icmp_seq=3 ttl=43 time=33.9 ms | |
--- 8.8.8.8 ping statistics --- | |
3 packets transmitted, 3 received, 0% packet loss, time 2002ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
initial creation |
NewerOlder