Advertisement
Guest User

Untitled

a guest
Sep 10th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. root@[]:/home/[]# ifup enp7s0
  2. Unknown interface enp7s0
  3. root@[]:/home/[]# ifconfig
  4. enp7s0 Link encap:Ethernet HWaddr 28:d2:44:0e:c5:db
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:85389 errors:85384 dropped:0 overruns:0 frame:78225
  7. TX packets:54491 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:445 (445.0 B) TX bytes:11141509 (11.1 MB)
  10. Interrupt:19
  11.  
  12. enx00249b29118e Link encap:Ethernet HWaddr 00:24:9b:29:11:8e
  13. inet addr:192.168.1.169 Bcast:192.168.1.255 Mask:255.255.255.0
  14. inet6 addr: fe80::8126:8ea:3f15:d488/64 Scope:Link
  15. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  16. RX packets:851586 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:839591 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:1000
  19. RX bytes:1026407549 (1.0 GB) TX bytes:729198888 (729.1 MB)
  20.  
  21. lo Link encap:Local Loopback
  22. inet addr:127.0.0.1 Mask:255.0.0.0
  23. UP LOOPBACK RUNNING MTU:65536 Metric:1
  24. RX packets:325172 errors:0 dropped:0 overruns:0 frame:0
  25. TX packets:325172 errors:0 dropped:0 overruns:0 carrier:0
  26. collisions:0 txqueuelen:1000
  27. RX bytes:47287574 (47.2 MB) TX bytes:47287574 (47.2 MB)
  28.  
  29. wlp8s0 Link encap:Ethernet HWaddr 68:17:29:04:a3:df
  30. UP BROADCAST MULTICAST MTU:1500 Metric:1
  31. RX packets:2443214 errors:0 dropped:0 overruns:0 frame:0
  32. TX packets:1378251 errors:0 dropped:0 overruns:0 carrier:0
  33. collisions:0 txqueuelen:1000
  34. RX bytes:707305692 (707.3 MB) TX bytes:729894410 (729.8 MB)
  35.  
  36. root@[]:/home/[]# ping -I enp7s0 -c3 127.0.0.1
  37. ping: Warning: source address might be selected on device other than enp7s0.
  38. PING 127.0.0.1 (127.0.0.1) from 192.168.1.169 enp7s0: 56(84) bytes of data.
  39. From 192.168.1.169 icmp_seq=1 Destination Host Unreachable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement