penright

Untitled

Mar 28th, 2022 (edited)
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. pi@shoppi:~$ ifconfig
  2. br-a3d7760dde8f: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  3. inet 172.18.0.1 netmask 255.255.0.0 broadcast 172.18.255.255
  4. inet6 fe80::42:d6ff:feb9:c4c prefixlen 64 scopeid 0x20<link>
  5. ether 02:42:d6:b9:0c:4c txqueuelen 0 (Ethernet)
  6. RX packets 42879 bytes 2387812 (2.3 MB)
  7. RX errors 0 dropped 0 overruns 0 frame 0
  8. TX packets 5804 bytes 246480 (246.4 KB)
  9. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  10.  
  11. docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
  12. inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255
  13. ether 02:42:be:55:21:8a txqueuelen 0 (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.  
  19. eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  20. inet 172.25.10.43 netmask 255.255.255.0 broadcast 172.25.10.255
  21. inet6 fe80::ba27:ebff:fe8d:7dfe prefixlen 64 scopeid 0x20<link>
  22. ether b8:27:eb:8d:7d:fe txqueuelen 1000 (Ethernet)
  23. RX packets 1117908 bytes 223645840 (223.6 MB)
  24. RX errors 0 dropped 0 overruns 0 frame 0
  25. TX packets 44031 bytes 4380436 (4.3 MB)
  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 273 bytes 27148 (27.1 KB)
  33. RX errors 0 dropped 0 overruns 0 frame 0
  34. TX packets 273 bytes 27148 (27.1 KB)
  35. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  36.  
  37. veth5487ca1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  38. inet6 fe80::dcbd:39ff:fe1d:7a30 prefixlen 64 scopeid 0x20<link>
  39. ether de:bd:39:1d:7a:30 txqueuelen 0 (Ethernet)
  40. RX packets 12 bytes 824 (824.0 B)
  41. RX errors 0 dropped 0 overruns 0 frame 0
  42. TX packets 22 bytes 2576 (2.5 KB)
  43. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  44.  
  45.  
Add Comment
Please, Sign In to add comment