Guest User

Untitled

a guest
Oct 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. enp1s0 Link encap:Ethernet HWaddr 84:39:be:65:33:ec
  2. inet addr:192.168.0.149 Bcast:192.168.0.255 Mask:255.255.255.0
  3. inet6 addr: fe80::8639:beff:fe65:33ec/64 Scope:Link
  4. inet6 addr: 2606:6000:6308:c800:8639:beff:fe65:33ec/64 Scope:Global
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:2916 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:169 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:257331 (257.3 KB) TX bytes:21135 (21.1 KB)`
  10.  
  11. enp0s20u3 Link encap:Ethernet HWaddr 36:4b:50:b7:ef:da
  12. inet addr:192.168.1.52 Bcast:192.168.1.255 Mask:255.255.255.0
  13. inet6 addr: fe80::344b:50ff:feb7:efda/64 Scope:Link
  14. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  15. RX packets:75 errors:0 dropped:0 overruns:0 frame:0
  16. TX packets:116 errors:0 dropped:0 overruns:0 carrier:0
  17. collisions:0 txqueuelen:1000
  18. RX bytes:13808 (13.8 KB) TX bytes:10106 (10.1 KB)
  19.  
  20. # This file describes the network interfaces available on your system
  21. # and how to activate them. For more information, see interfaces(5).
  22.  
  23. source /etc/network/interfaces.d/*
  24.  
  25. # The loopback network interface
  26. auto lo
  27. iface lo inet loopback
  28.  
  29. # The primary network interface
  30. auto enp1s0
  31. iface enp1s0 inet dhcp
  32.  
  33. auto enp0s20u3
  34. iface enp0s20u3 inet dhcp
  35.  
  36. # This is an autoconfigured IPv6 interface
  37. iface enp1s0 inet6 auto
Add Comment
Please, Sign In to add comment