spacepaste

  1.  
  2. (chroot) sysresccd ~ # ifconfig -a && route
  3. eno1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
  4. ether 3c:52:82:e6:73:8f txqueuelen 1000 (Ethernet)
  5. RX packets 0 bytes 0 (0.0 B)
  6. RX errors 0 dropped 0 overruns 0 frame 0
  7. TX packets 0 bytes 0 (0.0 B)
  8. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  9. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  10. inet 127.0.0.1 netmask 255.0.0.0
  11. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  12. loop txqueuelen 1 (Local Loopback)
  13. RX packets 1201 bytes 101639 (99.2 KiB)
  14. RX errors 0 dropped 0 overruns 0 frame 0
  15. TX packets 1201 bytes 101639 (99.2 KiB)
  16. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  17. wlp0s20f0u1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  18. inet 192.168.1.141 netmask 255.255.255.0 broadcast 192.168.1.255
  19. inet6 fdf8:c4af:7746:0:e006:b7bf:8183:7585 prefixlen 64 scopeid 0x0<global>
  20. inet6 fe80::74d1:e327:2f4f:a1 prefixlen 64 scopeid 0x20<link>
  21. ether 88:d7:f6:a3:bf:81 txqueuelen 1000 (Ethernet)
  22. RX packets 26200 bytes 27398489 (26.1 MiB)
  23. RX errors 0 dropped 0 overruns 0 frame 0
  24. TX packets 16286 bytes 2173425 (2.0 MiB)
  25. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  26. Kernel IP routing table
  27. Destination Gateway Genmask Flags Metric Ref Use Iface
  28. ^C
  29. (chroot) sysresccd ~ # dhcpcd wlp0s20f0u1
  30. DUID 00:01:00:01:21:b9:9e:e2:88:d7:f6:a3:bf:81
  31. wlp0s20f0u1: IAID f6:a3:bf:81
  32. wlp0s20f0u1: soliciting an IPv6 router
  33. wlp0s20f0u1: Router Advertisement from fe80::5a6d:8fff:fed7:75fc
  34. wlp0s20f0u1: adding address fdf8:c4af:7746:0:b458:d9a3:7b4:1282/64
  35. wlp0s20f0u1: adding route to fdf8:c4af:7746:0:5a6d:8fff:fed7:75fc/64
  36. wlp0s20f0u1: requesting DHCPv6 information
  37. wlp0s20f0u1: soliciting a DHCP lease
  38. wlp0s20f0u1: probing for an IPv4LL address
  39. wlp0s20f0u1: using IPv4LL address 169.254.178.82
  40. wlp0s20f0u1: adding route to 169.254.0.0/16
  41. forked to background, child pid 6304
  42. (chroot) sysresccd ~ # route
  43. Kernel IP routing table
  44. Destination Gateway Genmask Flags Metric Ref Use Iface
  45. default 192.168.1.1 0.0.0.0 UG 600 0 0 wlp0s20f0u1
  46. link-local 0.0.0.0 255.255.0.0 U 303 0 0 wlp0s20f0u1
  47. 192.168.1.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp0s20f0u1
  48. (chroot) sysresccd ~ # ifconfig -a
  49. eno1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
  50. ether 3c:52:82:e6:73:8f txqueuelen 1000 (Ethernet)
  51. RX packets 0 bytes 0 (0.0 B)
  52. RX errors 0 dropped 0 overruns 0 frame 0
  53. TX packets 0 bytes 0 (0.0 B)
  54. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  55. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  56. inet 127.0.0.1 netmask 255.0.0.0
  57. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  58. loop txqueuelen 1 (Local Loopback)
  59. RX packets 1320 bytes 112496 (109.8 KiB)
  60. RX errors 0 dropped 0 overruns 0 frame 0
  61. TX packets 1320 bytes 112496 (109.8 KiB)
  62. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  63. wlp0s20f0u1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  64. inet 192.168.1.141 netmask 255.255.255.0 broadcast 192.168.1.255
  65. inet6 fdf8:c4af:7746:0:b458:d9a3:7b4:1282 prefixlen 64 scopeid 0x0<global>
  66. inet6 fdf8:c4af:7746:0:e006:b7bf:8183:7585 prefixlen 64 scopeid 0x0<global>
  67. inet6 fe80::74d1:e327:2f4f:a1 prefixlen 64 scopeid 0x20<link>
  68. ether 88:d7:f6:a3:bf:81 txqueuelen 1000 (Ethernet)
  69. RX packets 26366 bytes 27434390 (26.1 MiB)
  70. RX errors 0 dropped 0 overruns 0 frame 0
  71. TX packets 16484 bytes 2193436 (2.0 MiB)
  72. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  73.