Advertisement
Guest User

Untitled

a guest
Sep 11th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. root@[]:/home/[]# systemctl restart NetworkManager.service
  2. root@[]:/home/[]# ifconfig
  3. enp7s0 Link encap:Ethernet HWaddr 28:d2:44:0e:c5:db
  4. inet6 addr: fe80::2ad2:44ff:fe0e:c5db/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:85389 errors:85384 dropped:0 overruns:0 frame:78225
  7. TX packets:66275 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:445 (445.0 B) TX bytes:13518925 (13.5 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:1544144 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:1586381 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:1000
  19. RX bytes:1182077258 (1.1 GB) TX bytes:1278465655 (1.2 GB)
  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:392904 errors:0 dropped:0 overruns:0 frame:0
  25. TX packets:392904 errors:0 dropped:0 overruns:0 carrier:0
  26. collisions:0 txqueuelen:1000
  27. RX bytes:57008848 (57.0 MB) TX bytes:57008848 (57.0 MB)
  28.  
  29. root@[]:/home/[]# ifup enp7s0
  30. ifup: interface enp7s0 already configured
  31. root@[]:/home/[]# ping -I enp7s0 -c3 127.0.0.1
  32. ping: Warning: source address might be selected on device other than enp7s0.
  33. PING 127.0.0.1 (127.0.0.1) from 192.168.1.169 enp7s0: 56(84) bytes of data.
  34. From 192.168.1.169 icmp_seq=1 Destination Host Unreachable
  35.  
  36. --- 127.0.0.1 ping statistics ---
  37. 3 packets transmitted, 0 received, +1 errors, 100% packet loss, time 2028ms
  38. pipe 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement