Guest User

Untitled

a guest
May 23rd, 2014
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. ifconfig -a
  2. enp0s10: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
  3. inet6 fe80::21e:33ff:fe0c:41cc prefixlen 64 scopeid 0x20<link>
  4. ether 00:1e:33:0c:41:cc txqueuelen 1000 (Ethernet)
  5. RX packets 914 bytes 1048290 (1023.7 KiB)
  6. RX errors 0 dropped 0 overruns 0 frame 0
  7. TX packets 684 bytes 65614 (64.0 KiB)
  8. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  9.  
  10. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  11. inet 127.0.0.1 netmask 255.0.0.0
  12. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  13. loop txqueuelen 0 (Local Loopback)
  14. RX packets 238 bytes 17628 (17.2 KiB)
  15. RX errors 0 dropped 0 overruns 0 frame 0
  16. TX packets 238 bytes 17628 (17.2 KiB)
  17. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  18.  
  19. wlp5s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  20. inet 192.168.0.105 netmask 255.255.255.0 broadcast 192.168.0.255
  21. inet6 fe80::222:5fff:fe15:41b8 prefixlen 64 scopeid 0x20<link>
  22. ether 00:22:5f:15:41:b8 txqueuelen 1000 (Ethernet)
  23. RX packets 367 bytes 37572 (36.6 KiB)
  24. RX errors 0 dropped 0 overruns 0 frame 0
  25. TX packets 1399 bytes 134666 (131.5 KiB)
  26. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  27.  
  28. route -n
  29. Kernel IP routing table
  30. Destination Gateway Genmask Flags Metric Ref Use Iface
  31. 0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 wlp5s0
  32. 192.168.0.0 0.0.0.0 255.255.255.0 U 9 0 0 wlp5s0
  33.  
  34. ping 8.8.8.8
  35. PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
Advertisement
Add Comment
Please, Sign In to add comment