Advertisement
Guest User

Untitled

a guest
Jun 8th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. cbluth@WebCache0:~$ sudo /etc/init.d/networking restart
  2. * Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces
  3. * Reconfiguring network interfaces... ssh stop/waiting
  4. ssh start/running, process 1207
  5. ssh stop/waiting
  6. ssh start/running, process 1263
  7. [ OK ]
  8. cbluth@WebCache0:~$ ping g.co
  9. PING g.co (173.194.33.4) 56(84) bytes of data.
  10. 64 bytes from sea09s01-in-f4.1e100.net (173.194.33.4): icmp_req=1 ttl=54 time=14.9 ms
  11. 64 bytes from sea09s01-in-f4.1e100.net (173.194.33.4): icmp_req=2 ttl=54 time=19.9 ms
  12. 64 bytes from sea09s01-in-f4.1e100.net (173.194.33.4): icmp_req=3 ttl=54 time=18.0 ms
  13. ^C
  14. --- g.co ping statistics ---
  15. 3 packets transmitted, 3 received, 0% packet loss, time 2003ms
  16. rtt min/avg/max/mdev = 14.957/17.664/19.945/2.064 ms
  17. cbluth@WebCache0:~$ ping g.co -I eth1
  18. PING g.co (173.194.33.4) from 192.168.17.4 eth1: 56(84) bytes of data.
  19. From 192.168.17.5 icmp_seq=1 Destination Host Unreachable
  20. From 192.168.17.5 icmp_seq=2 Destination Host Unreachable
  21. From 192.168.17.5 icmp_seq=3 Destination Host Unreachable
  22. ^C
  23. --- g.co ping statistics ---
  24. 4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3075ms
  25. pipe 3
  26. cbluth@WebCache0:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement