View Single Post
  #3   (View Single Post)  
Old 18th October 2008
snes-addict's Avatar
snes-addict snes-addict is offline
Real Name: Ken
BSD gamer
 
Join Date: Oct 2008
Location: Minnesota, USA
Posts: 34
Default

I'm using DHCP.

Code:
puffin:ken {27} cat /etc/resolv.conf
search domain.actdsltmp
nameserver 192.168.0.1
nameserver 205.171.3.26
lookup file bind
Code:
puffin:ken {23} ping -c5 google.com
PING google.com (72.14.207.99): 56 data bytes
64 bytes from 72.14.207.99: icmp_seq=0 ttl=245 time=77.586 ms
64 bytes from 72.14.207.99: icmp_seq=1 ttl=245 time=77.115 ms
64 bytes from 72.14.207.99: icmp_seq=2 ttl=245 time=74.625 ms
64 bytes from 72.14.207.99: icmp_seq=3 ttl=245 time=75.068 ms
64 bytes from 72.14.207.99: icmp_seq=4 ttl=245 time=76.961 ms
--- google.com ping statistics ---
5 packets transmitted, 5 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 74.625/76.271/77.586/1.189 ms
Code:
puffin:ken {24} ping -c5 208.67.217.231
PING 208.67.217.231 (208.67.217.231): 56 data bytes
64 bytes from 208.67.217.231: icmp_seq=0 ttl=55 time=65.500 ms
64 bytes from 208.67.217.231: icmp_seq=1 ttl=55 time=64.874 ms
64 bytes from 208.67.217.231: icmp_seq=2 ttl=55 time=64.551 ms
64 bytes from 208.67.217.231: icmp_seq=3 ttl=55 time=64.721 ms
64 bytes from 208.67.217.231: icmp_seq=4 ttl=55 time=65.130 ms
--- 208.67.217.231 ping statistics ---
5 packets transmitted, 5 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 64.551/64.955/65.500/0.369 ms
Reply With Quote