Advertisement
mogaj

Internet disconnect

Jun 11th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. ~$ cat /etc/resolv.conf
  2. nameserver 8.8.8.8
  3.  
  4. ~$ ls -l /etc/resolv.conf
  5. -rw-r--r-- 1 root root 19 Jun 5 09:20 /etc/resolv.conf
  6.  
  7. ~$ ls -l /run/resolvconf
  8. total 0
  9. drwxr-xr-x 2 root root 40 Jun 12 09:25 interface
  10. -rw-r--r-- 1 root root 0 Jun 12 09:25 postponed-update
  11.  
  12. ~$ ls -l /run/resolvconf/interface
  13. total 0
  14.  
  15. ~$ ifconfig
  16. eth3 Link encap:Ethernet HWaddr f0:4d:a2:9d:40:fe
  17. UP BROADCAST MULTICAST MTU:1500 Metric:1
  18. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  19. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  20. collisions:0 txqueuelen:1000
  21. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  22.  
  23. eth4 Link encap:Ethernet HWaddr c0:cb:38:5b:0a:b6
  24. inet addr:10.10.1.76 Bcast:10.10.1.255 Mask:255.255.255.0
  25. inet6 addr: fe80::c2cb:38ff:fe5b:ab6/64 Scope:Link
  26. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  27. RX packets:10227 errors:0 dropped:1 overruns:0 frame:9999
  28. TX packets:8225 errors:6 dropped:0 overruns:0 carrier:0
  29. collisions:0 txqueuelen:1000
  30. RX bytes:7596705 (7.5 MB) TX bytes:1751288 (1.7 MB)
  31. Interrupt:17
  32.  
  33. lo Link encap:Local Loopback
  34. inet addr:127.0.0.1 Mask:255.0.0.0
  35. inet6 addr: ::1/128 Scope:Host
  36. UP LOOPBACK RUNNING MTU:16436 Metric:1
  37. RX packets:1745 errors:0 dropped:0 overruns:0 frame:0
  38. TX packets:1745 errors:0 dropped:0 overruns:0 carrier:0
  39. collisions:0 txqueuelen:0
  40. RX bytes:434561 (434.5 KB) TX bytes:434561 (434.5 KB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement