Guest User

Untitled

a guest
Nov 18th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. ens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  2. inet 192.168.0.141 netmask 255.255.255.0 broadcast 192.168.0.255
  3. inet6 fe80::20c:29ff:fe87:6981 prefixlen 64 scopeid 0x20<link>
  4. ether 00:0c:29:87:69:81 txqueuelen 1000 (Ethernet)
  5. RX packets 43080139 bytes 55213169928 (55.2 GB)
  6. RX errors 0 dropped 1 overruns 0 frame 0
  7. TX packets 17923871 bytes 1406116280 (1.4 GB)
  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 1000 (Local Loopback)
  14. RX packets 56350 bytes 6166732 (6.1 MB)
  15. RX errors 0 dropped 0 overruns 0 frame 0
  16. TX packets 56350 bytes 6166732 (6.1 MB)
  17. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  18.  
  19. DEVICE TYPE STATE CONNECTION
  20. ens33 ethernet unmanaged --
  21. lo loopback unmanaged --
  22.  
  23. # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
  24. # Generated by debian-installer.
  25.  
  26. # The loopback interface
  27. auto lo
  28. iface lo inet loopback
  29.  
  30. #The primary network interface
  31. auto ens33
  32. iface ens33 inet static
  33. address 192.168.0.17
  34. netmask 255.255.255.0
  35. gateway 192.168.0.1
  36. dns-nameservers 192.168.0.1
  37.  
  38. [main]
  39. plugins=ifupdown,keyfile
  40.  
  41. [ifupdown]
  42. managed=false
  43.  
  44. [device]
  45. wifi.scan-rand-mac-address=no
  46.  
  47. Linux server 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Add Comment
Please, Sign In to add comment