Guest User

Untitled

a guest
Jan 18th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. network:
  2. version: 2
  3. renderer: networkd
  4. ethernets:
  5. enp1s0:
  6. dhcp4: no
  7. dhcp6: no
  8. bridges:
  9. lxdbr0:
  10. dhcp4: no
  11. interfaces:
  12. - enp1s0
  13. addresses: [192.168.0.10/24]
  14. gateway4: 192.168.0.1
  15. nameservers:
  16. addresses: [192.168.0.1,8.8.8.8,8.8.4.4]
  17. parameters:
  18. stp: false
  19. forward-delay: 0
  20.  
  21. enp1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  22. ether 2c:4d:54:4f:33:30 txqueuelen 1000 (Ethernet)
  23. RX packets 5412 bytes 5196030 (5.1 MB)
  24. RX errors 0 dropped 0 overruns 0 frame 0
  25. TX packets 4483 bytes 624400 (624.4 KB)
  26. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  27.  
  28. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  29. inet 127.0.0.1 netmask 255.0.0.0
  30. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  31. loop txqueuelen 1000 (Local Loopback)
  32. RX packets 222 bytes 19478 (19.4 KB)
  33. RX errors 0 dropped 0 overruns 0 frame 0
  34. TX packets 222 bytes 19478 (19.4 KB)
  35. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  36.  
  37. lxdbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  38. inet 192.168.0.10 netmask 255.255.255.0 broadcast 192.168.0.255
  39. inet6 fe80::60c5:c9ff:fee3:a28f prefixlen 64 scopeid 0x20<link>
  40. ether 62:c5:c9:e3:a2:8f txqueuelen 1000 (Ethernet)
  41. RX packets 2646 bytes 1973322 (1.9 MB)
  42. RX errors 0 dropped 0 overruns 0 frame 0
  43. TX packets 2640 bytes 332354 (332.3 KB)
  44. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  45.  
  46. vethAUK196: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  47. inet6 fe80::fca4:95ff:fed5:a908 prefixlen 64 scopeid 0x20<link>
  48. ether fe:a4:95:d5:a9:08 txqueuelen 1000 (Ethernet)
  49. RX packets 1787 bytes 291994 (291.9 KB)
  50. RX errors 0 dropped 0 overruns 0 frame 0
  51. TX packets 2916 bytes 3204729 (3.2 MB)
  52. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  53.  
  54. vethBY974H: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  55. inet6 fe80::fccc:7dff:fe51:3ae6 prefixlen 64 scopeid 0x20<link>
  56. ether fe:cc:7d:51:3a:e6 txqueuelen 1000 (Ethernet)
  57. RX packets 23 bytes 1958 (1.9 KB)
  58. RX errors 0 dropped 0 overruns 0 frame 0
  59. TX packets 326 bytes 26711 (26.7 KB)
  60. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  61.  
  62. vethP62W14: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  63. inet6 fe80::fce2:c7ff:fe4d:d7da prefixlen 64 scopeid 0x20<link>
  64. ether fe:e2:c7:4d:d7:da txqueuelen 1000 (Ethernet)
  65. RX packets 46 bytes 3508 (3.5 KB)
  66. RX errors 0 dropped 0 overruns 0 frame 0
  67. TX packets 317 bytes 26407 (26.4 KB)
  68. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Add Comment
Please, Sign In to add comment