Guest User

Untitled

a guest
Feb 2nd, 2011
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. <pingfloyd> lewix: try pinging 4.2.2.2 next time to see if it is just an issue with dns resolution
  2. <lewix> ok
  3. <valan> lewix next time you're at a hotspot, once you're connected open up a terminal, run these commands, and save the output: ifconfig, iwconfig, route, ip route, cat /etc/resolv.conf
  4.  
  5. lewis@Blueprint:~$ ping 4.2.2.2
  6. PING 4.2.2.2 (4.2.2.2) 56(84) bytes of data.
  7. ^C
  8. --- 4.2.2.2 ping statistics ---
  9. 254 packets transmitted, 0 received, 100% packet loss, time 254907ms
  10.  
  11. PING www.google.com (10.1.19.2) 56(84) bytes of data.
  12. From Blueprint (10.1.19.209) icmp_seq=1 Destination Host Unreachable
  13. From Blueprint (10.1.19.209) icmp_seq=2 Destination Host Unreachable
  14. From Blueprint (10.1.19.209) icmp_seq=3 Destination Host Unreachable
  15. ^C
  16. --- www.google.com ping statistics ---
  17. 13 packets transmitted, 0 received, +3 errors, 100% packet loss, time 12089ms
  18. pipe 3
  19.  
  20. lewis@Blueprint:~$ ping 128.100.100.128
  21. PING 128.100.100.128 (128.100.100.128) 56(84) bytes of data.
  22. ^C
  23. --- 128.100.100.128 ping statistics ---
  24. 60 packets transmitted, 0 received, 100% packet loss, time 59389ms
  25.  
  26. lewis@Blueprint:/var/www$ ping 10.1.19.1
  27. PING 10.1.19.1 (10.1.19.1) 56(84) bytes of data.
  28. ping: sendmsg: Network is unreachable
  29. ping: sendmsg: Network is unreachable
  30. ping: sendmsg: Network is unreachable
  31. ......
  32. ping: sendmsg: Network is unreachable
  33.  
  34. ^C
  35. --- 10.1.19.1 ping statistics ---
  36. 689 packets transmitted, 0 received, 100% packet loss, time 692551ms
  37.  
  38.  
  39.  
  40. lewis@Blueprint:~$
  41.  
  42.  
  43. lewis@Blueprint:~$ ifconfig
  44. eth0 Link encap:Ethernet HWaddr 00:1e:68:ab:43:69
  45. UP BROADCAST MULTICAST MTU:1500 Metric:1
  46. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  47. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  48. collisions:0 txqueuelen:1000
  49. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  50. Interrupt:43 Base address:0xa000
  51.  
  52. eth1 Link encap:Ethernet HWaddr 00:21:00:36:64:7c
  53. inet addr:10.1.19.209 Bcast:10.1.19.255 Mask:255.255.255.0
  54. inet6 addr: fe80::221:ff:fe36:647c/64 Scope:Link
  55. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  56. RX packets:497309 errors:0 dropped:0 overruns:0 frame:7177150
  57. TX packets:233176 errors:98 dropped:0 overruns:0 carrier:0
  58. collisions:0 txqueuelen:1000
  59. RX bytes:682228481 (682.2 MB) TX bytes:27658222 (27.6 MB)
  60. Interrupt:17
  61.  
  62. lo Link encap:Local Loopback
  63. inet addr:127.0.0.1 Mask:255.0.0.0
  64. inet6 addr: ::1/128 Scope:Host
  65. UP LOOPBACK RUNNING MTU:16436 Metric:1
  66. RX packets:1451 errors:0 dropped:0 overruns:0 frame:0
  67. TX packets:1451 errors:0 dropped:0 overruns:0 carrier:0
  68. collisions:0 txqueuelen:0
  69. RX bytes:111744 (111.7 KB) TX bytes:111744 (111.7 KB)
  70.  
  71. lewis@Blueprint:~$ iwconfig
  72. lo no wireless extensions.
  73.  
  74. eth0 no wireless extensions.
  75.  
  76. eth1 IEEE 802.11 Access Point: Not-Associated
  77. Link Quality:5 Signal level:205 Noise level:173
  78. Rx invalid nwid:0 invalid crypt:3 invalid misc:0
  79.  
  80. lewis@Blueprint:~$ ip route
  81. 10.1.19.0/24 dev eth1 proto kernel scope link src 10.1.19.209 metric 2
  82. 169.254.0.0/16 dev eth1 scope link metric 1000
  83. default via 10.1.19.1 dev eth1 proto static
  84. lewis@Blueprint:~$ cat /etc/resolv.conf
  85. # Generated by NetworkManager
  86. domain SSG5-Serial
  87. search SSG5-Serial
  88. nameserver 4.2.2.2
  89. nameserver 128.100.100.128
  90. nameserver 4.2.2.3
Add Comment
Please, Sign In to add comment