Advertisement
AceKing

AceKing

Apr 29th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. martok@Martok-PC:~$ ifconfig
  2. enp1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  3. inet 10.10.10.64 netmask 255.255.255.0 broadcast 10.10.10.255
  4. inet6 fe80::4ecc:6aff:fe2b:295f prefixlen 64 scopeid 0x20<link>
  5. ether 4c:cc:6a:2b:29:5f txqueuelen 1000 (Ethernet)
  6. RX packets 74944 bytes 51763716 (51.7 MB)
  7. RX errors 0 dropped 0 overruns 0 frame 0
  8. TX packets 109144 bytes 94332738 (94.3 MB)
  9. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  10. device interrupt 122 base 0x1000
  11.  
  12. enp3s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
  13. ether 68:1c:a2:12:6d:e5 txqueuelen 1000 (Ethernet)
  14. RX packets 0 bytes 0 (0.0 B)
  15. RX errors 0 dropped 0 overruns 0 frame 0
  16. TX packets 0 bytes 0 (0.0 B)
  17. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  18. device interrupt 123 base 0x1000
  19.  
  20. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  21. inet 127.0.0.1 netmask 255.0.0.0
  22. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  23. loop txqueuelen 1000 (Local Loopback)
  24. RX packets 2036 bytes 191512 (191.5 KB)
  25. RX errors 0 dropped 0 overruns 0 frame 0
  26. TX packets 2036 bytes 191512 (191.5 KB)
  27. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  28.  
  29. /etc/network/interfaces
  30. # interfaces(5) file used by ifup(8) and ifdown(8)
  31. auto lo
  32. iface lo inet loopback
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement