NoPaste

r4-6.14-singlephy-systemd-networkd

von frankw

SNIPPET_TEXT:
  1. root@bpi-r4-v11:~
  2. # date -s "2025-04-27 12:44 CEST"
  3. Sun Apr 27 10:44:00 UTC 2025
  4. root@bpi-r4-v11:~
  5. # [   59.248528] systemd-journald[1641]: Oldest entry in /var/log/journal/445ed2a92e7f49908fae8ee44667032b/system.journal is older than the configured file retention duration (1month), suggesting rotatio.
  6. [   59.266412] systemd-journald[1641]: /var/log/journal/445ed2a92e7f49908fae8ee44667032b/system.journal: Journal header limits reached or header out-of-date, rotating.
  7.  
  8. root@bpi-r4-v11:~
  9. #
  10. root@bpi-r4-v11:~
  11. #
  12. root@bpi-r4-v11:~
  13. #
  14. root@bpi-r4-v11:~
  15. #
  16. root@bpi-r4-v11:~
  17. # ls /etc/systemd/network/
  18. 01-ifnames.link  21-lanbr-bind.network  31-wlan1.network
  19. 05-eth0.network  25-lanbr.network       80-he-tunnel.netdev
  20. 10-wan.link      30-wlan1.netdev        81-he-tunnel.network
  21. 15-wan.network   30-wlan2.netdev
  22. 20-lanbr.netdev  31-wlan0.network
  23. root@bpi-r4-v11:~
  24. # cat /etc/systemd/network/30-wlan1.netdev
  25. #https://www.freedesktop.org/software/systemd/man/latest/systemd.netdev.html#%5BWLAN%5D%20Section%20Options
  26. #requires version 251
  27. [NetDev]
  28. Name=wlan1
  29. Kind=wlan
  30.  
  31. [WLAN]
  32. PhysicalDevice=wlan0
  33. #Type=managed
  34. Type=ap
  35. root@bpi-r4-v11:~
  36. # cat /etc/systemd/network/31-wlan1.network
  37. [Match]
  38. Name=wlan1
  39.  
  40. #[Link]
  41. # Override MAC address (spoof MAC address)
  42. #MACAddress=08:22:33:44:55:66
  43.  
  44. [Network]
  45. ConfigureWithoutCarrier=true
  46.  
  47. #DHCP=ipv4
  48.  
  49. #static setup
  50. Address=192.168.21.19/24
  51. #Gateway=192.168.0.10
  52. #DNS=192.168.0.10
  53.  
  54. IPForward=yes
  55. DHCPServer=yes
  56. #IPv6SendRA=yes
  57. #DHCPv6PrefixDelegation=yes
  58.  
  59. [DHCPServer]
  60. PoolOffset=100
  61. PoolSize=150
  62.  
  63. #[IPv6SendRA]
  64. #Managed=true
  65.  
  66. #[IPv6Prefix]
  67. #Prefix=fd00:C::/64
  68. root@bpi-r4-v11:~
  69. # systemctl restart systemd-networkd                                                                                                                                                                        
  70. root@bpi-r4-v11:~
  71. # [  144.799531] lanbr0: port 1(lan3) entered blocking state
  72. [  144.804781] lanbr0: port 1(lan3) entered disabled state
  73. [  144.810151] mt7530-mmio 15020000.switch lan3: entered allmulticast mode
  74. [  144.816769] mtk_soc_eth 15100000.ethernet eth0: entered allmulticast mode
  75. [  144.823904] mt7530-mmio 15020000.switch lan3: entered promiscuous mode
  76. [  144.832655] lanbr0: port 2(lan2) entered blocking state
  77. [  144.837910] lanbr0: port 2(lan2) entered disabled state
  78. [  144.843159] mt7530-mmio 15020000.switch lan2: entered allmulticast mode
  79. [  144.849996] mt7530-mmio 15020000.switch lan2: entered promiscuous mode
  80. [  144.858405] lanbr0: port 3(lan1) entered blocking state
  81. [  144.863641] lanbr0: port 3(lan1) entered disabled state
  82. [  144.868906] mt7530-mmio 15020000.switch lan1: entered allmulticast mode
  83. [  144.875681] mt7530-mmio 15020000.switch lan1: entered promiscuous mode
  84. [  144.901429] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/internal link mode
  85. [  144.909575] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 10Gbps/Full - flow control rx/tx
  86. [  144.916247] mt7530-mmio 15020000.switch lan3: configuring for phy/internal link mode
  87. [  144.926302] mt7530-mmio 15020000.switch lan2: configuring for phy/internal link mode
  88. [  144.934470] mt7530-mmio 15020000.switch lan1: configuring for phy/internal link mode
  89. [  145.008039] mt7530-mmio 15020000.switch wan: configuring for phy/internal link mode
  90. [  145.017160] mt7530-mmio 15020000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
  91.  
  92. root@bpi-r4-v11:~
  93. # journalctl -u systemd-networkd -b --no-pager
  94. Apr 27 10:45:25 bpi-r4-v11 systemd[1]: Starting systemd-networkd.service - Network Configuration...
  95. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: SELinux enabled state cached to: disabled
  96. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Bus bus-api-network: changing state UNSET → OPENING
  97. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sd-bus: starting bus bus-api-network by connecting to /run/dbus/system_bus_socket...
  98. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Bus bus-api-network: changing state OPENING → AUTHENTICATING
  99. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Registering bus object implementation for path=/org/freedesktop/network1 iface=org.freedesktop.network1.Manager
  100. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Registering bus object implementation for path=/org/freedesktop/network1/link iface=org.freedesktop.network1.DHCPServer
  101. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Registering bus object implementation for path=/org/freedesktop/network1/link iface=org.freedesktop.network1.Link
  102. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Registering bus object implementation for path=/org/freedesktop/network1/network iface=org.freedesktop.network1.Network
  103. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Registering bus object implementation for path=/org/freedesktop/LogControl1 iface=org.freedesktop.LogControl1
  104. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sd-device-monitor(n/a): Failed to stat PID1's netns, ignoring: No such file or directory
  105. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: loaded "bridge"
  106. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Using MAC address: e2:d6:36:1f:58:df
  107. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Creating
  108. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan1: loaded "wlan"
  109. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan2: loaded "wlan"
  110. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: loaded "sit"
  111. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No virtualization found in DMI vendor table.
  112. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Unable to read /sys/firmware/dmi/entries/0-0/raw, using the virtualization information found in DMI vendor table, ignoring: No such file or directory
  113. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: UML virtualization not found in /proc/cpuinfo.
  114. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Virtualization XEN not found, /proc/xen does not exist
  115. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No virtualization found in CPUID
  116. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No virtualization found in /proc/device-tree/*
  117. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: This platform does not support /proc/sysinfo
  118. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Found VM virtualization none
  119. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: /usr/lib/systemd/network/80-container-host0.network: Conditions in the file do not match the system environment, skipping.
  120. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: netdev has index 11
  121. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: netdev ready
  122. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Saved new link: ifindex=11, iftype=ETHER(1), kind=bridge
  123. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Saved original MTU 1500 (min: 68, max: 65535)
  124. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Saved hardware address: e2:d6:36:1f:58:df
  125. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Saved IPv6 link-local address generation mode: eui64
  126. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Flags change: +MULTICAST +BROADCAST
  127. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: udev initialized link
  128. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: State changed: pending -> initialized
  129. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Saved new link: ifindex=10, iftype=ETHER(1), kind=n/a
  130. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Saved original MTU 1500 (min: 256, max: 2304)
  131. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Saved hardware address: 00:0c:43:26:60:10
  132. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Saved IPv6 link-local address generation mode: eui64
  133. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Flags change: +MULTICAST +BROADCAST
  134. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sd-device: Failed to chase symlinks in "/sys/devices/platform/soc/11300000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/physfn".
  135. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: udev initialized link
  136. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: State changed: pending -> initialized
  137. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Saved new link: ifindex=9, iftype=ETHER(1), kind=dsa
  138. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Saved original MTU 1500 (min: 68, max: 15338)
  139. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Saved hardware address: a6:b9:ac:20:7d:30
  140. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Saved IPv6 link-local address generation mode: eui64
  141. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Flags change: +MULTICAST +BROADCAST
  142. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: udev initialized link
  143. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: State changed: pending -> initialized
  144. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Saved new link: ifindex=8, iftype=ETHER(1), kind=dsa
  145. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Saved original MTU 1500 (min: 68, max: 15338)
  146. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Saved hardware address: a6:b9:ac:20:7d:30
  147. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Failed to manage link by its new hardware address, ignoring: File exists
  148. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Saved IPv6 link-local address generation mode: eui64
  149. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Flags change: +MULTICAST +BROADCAST
  150. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: udev initialized link
  151. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: State changed: pending -> initialized
  152. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Saved new link: ifindex=7, iftype=ETHER(1), kind=dsa
  153. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Saved original MTU 1500 (min: 68, max: 15338)
  154. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Saved hardware address: a6:b9:ac:20:7d:30
  155. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Failed to manage link by its new hardware address, ignoring: File exists
  156. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Saved IPv6 link-local address generation mode: eui64
  157. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Flags change: +MULTICAST +BROADCAST
  158. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: udev initialized link
  159. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: State changed: pending -> initialized
  160. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Saved new link: ifindex=6, iftype=ETHER(1), kind=dsa
  161. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Saved original MTU 1500 (min: 68, max: 15338)
  162. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Saved hardware address: a6:b9:ac:20:7d:30
  163. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Failed to manage link by its new hardware address, ignoring: File exists
  164. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Saved IPv6 link-local address generation mode: eui64
  165. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Flags change: +MULTICAST +BROADCAST
  166. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: udev initialized link
  167. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: State changed: pending -> initialized
  168. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: Saved new link: ifindex=5, iftype=ETHER(1), kind=n/a
  169. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: Saved original MTU 1500 (min: 68, max: 2030)
  170. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: Saved hardware address: 8e:20:6b:4d:4f:95
  171. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: Saved IPv6 link-local address generation mode: eui64
  172. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: Flags change: +MULTICAST +BROADCAST
  173. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: udev initialized link
  174. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: State changed: pending -> initialized
  175. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: Saved new link: ifindex=4, iftype=ETHER(1), kind=n/a
  176. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: Saved original MTU 1500 (min: 68, max: 2030)
  177. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: Saved hardware address: 7a:ae:08:da:73:99
  178. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: Saved IPv6 link-local address generation mode: eui64
  179. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: Flags change: +MULTICAST +BROADCAST
  180. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: udev initialized link
  181. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: State changed: pending -> initialized
  182. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Saved new link: ifindex=3, iftype=ETHER(1), kind=n/a
  183. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Saved original MTU 1504 (min: 68, max: 2030)
  184. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Saved hardware address: a6:b9:ac:20:7d:30
  185. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Failed to manage link by its new hardware address, ignoring: File exists
  186. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Saved IPv6 link-local address generation mode: eui64
  187. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Flags change: +MULTICAST +BROADCAST
  188. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: udev initialized link
  189. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: State changed: pending -> initialized
  190. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: Saved new link: ifindex=2, iftype=SIT(776), kind=sit
  191. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: Saved original MTU 1480 (min: 1280, max: 65555)
  192. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: Saved hardware address: 00:00:00:00
  193. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: Saved IPv6 link-local address generation mode: eui64
  194. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: Flags change: +NOARP
  195. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: udev initialized link
  196. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: State changed: pending -> initialized
  197. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Saved new link: ifindex=1, iftype=LOOPBACK(772), kind=n/a
  198. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Saved original MTU 65536 (min: 0, max: 4294967295)
  199. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Saved hardware address: 00:00:00:00:00:00
  200. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Saved IPv6 link-local address generation mode: eui64
  201. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Flags change: +LOOPBACK +UP +LOWER_UP +RUNNING
  202. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Link UP
  203. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Gained carrier
  204. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: udev initialized link
  205. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: State changed: pending -> initialized
  206. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Received new foreign QDisc (configured): handle=0:0, parent=ffff:ffff, kind=noqueue
  207. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Received new foreign address (configured): ::1/128 (valid forever, preferred forever), flags: permanent,no-prefixroute, scope: host
  208. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: link_check_ready(): link is in initialized state.
  209. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Received new foreign address (configured): 127.0.0.1/8 (valid forever, preferred forever), flags: permanent, scope: host
  210. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: link_check_ready(): link is in initialized state.
  211. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Received new foreign route (configured): dst: ::1/128, src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: local(255), proto: kernel, type: locala
  212. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Received new foreign route (configured): dst: 127.255.255.255/32, src: n/a, gw: n/a, prefsrc: 127.0.0.1, scope: link, table: local(255), proto: kerna
  213. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Received new foreign route (configured): dst: 127.0.0.1/32, src: n/a, gw: n/a, prefsrc: 127.0.0.1, scope: host, table: local(255), proto: kernel, tya
  214. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Received new foreign route (configured): dst: 127.0.0.0/8, src: n/a, gw: n/a, prefsrc: 127.0.0.1, scope: host, table: local(255), proto: kernel, typa
  215. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Remembering foreign routing policy rule (configured): priority: 32766, ::/0 -> ::/0, iif: n/a, oif: n/a, table: main(254)
  216. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Remembering foreign routing policy rule (configured): priority: 0, ::/0 -> ::/0, iif: n/a, oif: n/a, table: local(255)
  217. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: rtnl: received rule message with invalid family 128, ignoring.
  218. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Remembering foreign routing policy rule (configured): priority: 32767, 0.0.0.0/0 -> 0.0.0.0/0, iif: n/a, oif: n/a, table: default(253)
  219. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Remembering foreign routing policy rule (configured): priority: 32766, 0.0.0.0/0 -> 0.0.0.0/0, iif: n/a, oif: n/a, table: main(254)
  220. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Remembering foreign routing policy rule (configured): priority: 0, 0.0.0.0/0 -> 0.0.0.0/0, iif: n/a, oif: n/a, table: local(255)
  221. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: phy0: Saved new wiphy: index=0
  222. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: phy0: Found device: /sys/devices/platform/soc/11300000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/ieee80211/phy0
  223. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: phy0: Found rfkill device: /sys/devices/platform/soc/11300000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/ieee80211/phy0/rfkill0
  224. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: nl80211: received new_interface(7) message: iftype=station, ssid=n/a
  225. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Enumeration completed
  226. Apr 27 10:45:25 bpi-r4-v11 systemd[1]: Started systemd-networkd.service - Network Configuration.
  227. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Bus bus-api-network: changing state AUTHENTICATING → HELLO
  228. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=Hello cookie=a
  229. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=RequestName ca
  230. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cooka
  231. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: rtnl: received neighbor message with invalid family '7', ignoring.
  232. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: rtnl: received neighbor message with invalid family '7', ignoring.
  233. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: rtnl: received neighbor message with invalid family '7', ignoring.
  234. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: rtnl: received neighbor message with invalid family '7', ignoring.
  235. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Found driver: bridge
  236. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Saved permanent hardware address: 00:00:00:00:00:00
  237. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Created
  238. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Bridge parameters set success
  239. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Link state is up-to-date
  240. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: found matching network '/etc/systemd/network/25-lanbr.network'.
  241. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Configuring with /etc/systemd/network/25-lanbr.network.
  242. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: State changed: initialized -> configuring
  243. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): link is not activated.
  244. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): link is not activated.
  245. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lanbr0/disable_ipv6' to '0'
  246. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
  247. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/ip_forward' to '1'
  248. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/all/forwarding' to '1'
  249. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lanbr0/use_tempaddr' to '0'
  250. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
  251. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lanbr0/accept_ra' to '0'
  252. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lanbr0/proxy_ndp' to '0'
  253. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
  254. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/conf/lanbr0/promote_secondaries' to '1'
  255. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Requested stacked netdev 'he-ipv6'
  256. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): stacked netdevs are not created.
  257. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Requesting DHCP server.
  258. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Requesting static address (n/a): 192.168.1.1/24 (valid forever, preferred forever), flags: tentative, scope: global
  259. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Setting addresses
  260. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): stacked netdevs are not created.
  261. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): stacked netdevs are not created.
  262. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): stacked netdevs are not created.
  263. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): stacked netdevs are not created.
  264. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): stacked netdevs are not created.
  265. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): stacked netdevs are not created.
  266. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): stacked netdevs are not created.
  267. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): stacked netdevs are not created.
  268. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Creating
  269. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.5 path=n/a interface=n/a member=n/a cookie=1 reply_cookie=1 signature=s error-a
  270. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Bus bus-api-network: changing state HELLO → RUNNING
  271. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Got message type=signal sender=org.freedesktop.DBus.Local destination=n/a path=/org/freedesktop/DBus/Local interface=org.freedesktop.DBus.Local member=Ca
  272. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Got message type=signal sender=org.freedesktop.DBus destination=:1.5 path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameAcquired cookia
  273. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Got message type=signal sender=org.freedesktop.DBus destination=:1.5 path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameAcquired cookia
  274. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.5 path=n/a interface=n/a member=n/a cookie=4 reply_cookie=2 signature=u error-a
  275. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Successfully acquired requested service name.
  276. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.5 path=n/a interface=n/a member=n/a cookie=5 reply_cookie=3 signature=n/a erroa
  277. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Match type='signal',sender='org.freedesktop.login1',path='/org/freedesktop/login1',interface='org.freedesktop.login1.Manager',member='PrepareForSleep' s.
  278. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Found driver: mt7996e
  279. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Saved permanent hardware address: 00:0c:43:26:60:10
  280. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Link state is up-to-date
  281. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: found matching network '/etc/systemd/network/31-wlan0.network', based on potentially unpredictable interface name.
  282. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Configuring with /etc/systemd/network/31-wlan0.network.
  283. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_310 interface=org.freedesktop.DBus.Properties member=Propertiesa
  284. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: State changed: initialized -> configuring
  285. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_310 interface=org.freedesktop.DBus.Properties member=Propertiesa
  286. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
  287. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
  288. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/wlan0/disable_ipv6' to '0'
  289. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
  290. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/ip_forward' to '1'
  291. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '1', suppressing write
  292. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/all/forwarding' to '1'
  293. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '1', suppressing write
  294. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/wlan0/use_tempaddr' to '0'
  295. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
  296. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/wlan0/accept_ra' to '0'
  297. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/wlan0/proxy_ndp' to '0'
  298. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
  299. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/conf/wlan0/promote_secondaries' to '1'
  300. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
  301. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Requested to activate link
  302. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Requesting DHCP server.
  303. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Requesting static address (n/a): 192.168.20.19/24 (valid forever, preferred forever), flags: tentative, scope: global
  304. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Setting addresses
  305. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
  306. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
  307. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
  308. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
  309. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
  310. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
  311. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
  312. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
  313. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: phy0: The radio transmitter is unblocked.
  314. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Bringing link up
  315. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Found driver: dsa
  316. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Saved permanent hardware address: a6:b9:ac:20:7d:30
  317. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Link state is up-to-date
  318. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: found matching network '/etc/systemd/network/21-lanbr-bind.network'.
  319. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Configuring with /etc/systemd/network/21-lanbr-bind.network.
  320. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_39 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  321. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: State changed: initialized -> configuring
  322. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_39 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  323. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link is not activated.
  324. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link is not activated.
  325. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lan3/use_tempaddr' to '0'
  326. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
  327. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lan3/accept_ra' to '0'
  328. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lan3/proxy_ndp' to '0'
  329. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
  330. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/conf/lan3/promote_secondaries' to '1'
  331. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Requested to set IPv6LL address generation mode
  332. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Requested to set master interface
  333. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
  334. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Requested to set bridge configurations
  335. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Requested to activate link
  336. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
  337. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
  338. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
  339. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
  340. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
  341. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
  342. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
  343. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
  344. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
  345. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Setting IPv6LL address generation mode
  346. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Setting master interface
  347. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Failed to get link from ifindex 12, ignoring: No such device
  348. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Found driver: dsa
  349. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Saved permanent hardware address: a6:b9:ac:20:7d:30
  350. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Link state is up-to-date
  351. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: found matching network '/etc/systemd/network/21-lanbr-bind.network'.
  352. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Configuring with /etc/systemd/network/21-lanbr-bind.network.
  353. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_38 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  354. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: State changed: initialized -> configuring
  355. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_38 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  356. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link is not activated.
  357. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link is not activated.
  358. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lan2/use_tempaddr' to '0'
  359. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
  360. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lan2/accept_ra' to '0'
  361. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lan2/proxy_ndp' to '0'
  362. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
  363. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/conf/lan2/promote_secondaries' to '1'
  364. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Requested to set IPv6LL address generation mode
  365. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Requested to set master interface
  366. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
  367. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Requested to set bridge configurations
  368. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Requested to activate link
  369. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
  370. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
  371. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
  372. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
  373. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
  374. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
  375. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
  376. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
  377. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
  378. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Setting IPv6LL address generation mode
  379. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Setting master interface
  380. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Found driver: dsa
  381. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Saved permanent hardware address: a6:b9:ac:20:7d:30
  382. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Link state is up-to-date
  383. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: found matching network '/etc/systemd/network/21-lanbr-bind.network'.
  384. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Configuring with /etc/systemd/network/21-lanbr-bind.network.
  385. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_37 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  386. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: State changed: initialized -> configuring
  387. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_37 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  388. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link is not activated.
  389. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link is not activated.
  390. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lan1/use_tempaddr' to '0'
  391. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
  392. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lan1/accept_ra' to '0'
  393. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lan1/proxy_ndp' to '0'
  394. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
  395. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/conf/lan1/promote_secondaries' to '1'
  396. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Requested to set IPv6LL address generation mode
  397. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Requested to set master interface
  398. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
  399. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Requested to set bridge configurations
  400. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Requested to activate link
  401. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
  402. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
  403. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
  404. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
  405. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
  406. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
  407. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
  408. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
  409. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
  410. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Setting IPv6LL address generation mode
  411. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Setting master interface
  412. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Found driver: dsa
  413. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Saved permanent hardware address: a6:b9:ac:20:7d:30
  414. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Link state is up-to-date
  415. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: found matching network '/etc/systemd/network/15-wan.network'.
  416. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Configuring with /etc/systemd/network/15-wan.network.
  417. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_36 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  418. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: State changed: initialized -> configuring
  419. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_36 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  420. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): link is not activated.
  421. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): link is not activated.
  422. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/wan/disable_ipv6' to '0'
  423. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
  424. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/ip_forward' to '1'
  425. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '1', suppressing write
  426. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/all/forwarding' to '1'
  427. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '1', suppressing write
  428. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/wan/use_tempaddr' to '0'
  429. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
  430. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/wan/accept_ra' to '0'
  431. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/wan/proxy_ndp' to '0'
  432. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
  433. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/conf/wan/promote_secondaries' to '1'
  434. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): link is not activated.
  435. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): static addresses are not configured.
  436. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Requested configuring of the DHCPv4 client.
  437. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): static address labels are not configured.
  438. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): static bridge MDB entries are not configured.
  439. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): static bridge MDB entries are not configured.
  440. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): static IPv6 proxy NDP addresses are not configured.
  441. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): static neighbors are not configured.
  442. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): static nexthops are not configured.
  443. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): static routes are not configured.
  444. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): static routing policy rules are not configured.
  445. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
  446. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: Found driver: mtk_soc_eth
  447. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: Saved permanent hardware address: 00:00:00:00:00:00
  448. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: Link state is up-to-date
  449. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: Unmanaging interface.
  450. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: State changed: initialized -> unmanaged
  451. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_35 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  452. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: Found driver: mtk_soc_eth
  453. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: Saved permanent hardware address: 00:00:00:00:00:00
  454. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: Link state is up-to-date
  455. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: Unmanaging interface.
  456. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: State changed: initialized -> unmanaged
  457. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_34 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  458. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Found driver: mtk_soc_eth
  459. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Saved permanent hardware address: a6:b9:ac:20:7d:30
  460. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Link state is up-to-date
  461. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: found matching network '/etc/systemd/network/05-eth0.network', based on potentially unpredictable interface name.
  462. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Configuring with /etc/systemd/network/05-eth0.network.
  463. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_33 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  464. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: State changed: initialized -> configuring
  465. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_33 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  466. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link is not activated.
  467. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link is not activated.
  468. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/eth0/use_tempaddr' to '0'
  469. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
  470. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/eth0/accept_ra' to '0'
  471. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/eth0/proxy_ndp' to '0'
  472. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
  473. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/conf/eth0/promote_secondaries' to '1'
  474. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Requested to set IPv6LL address generation mode
  475. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
  476. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Requested to activate link
  477. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
  478. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
  479. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
  480. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
  481. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
  482. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
  483. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
  484. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
  485. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
  486. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Setting IPv6LL address generation mode
  487. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: Found driver: sit
  488. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: Saved permanent hardware address: 00:00:00:00
  489. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: Link state is up-to-date
  490. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: Unmanaging interface.
  491. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: State changed: initialized -> unmanaged
  492. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_32 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  493. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Failed to get driver, continuing without: Operation not supported
  494. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Saved permanent hardware address: 00:00:00:00:00:00
  495. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Link state is up-to-date
  496. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Unmanaging interface.
  497. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: State changed: initialized -> unmanaged
  498. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_31 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  499. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: netdev has index 12
  500. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: netdev ready
  501. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Saved new link: ifindex=12, iftype=SIT(776), kind=sit
  502. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Saved original MTU 1480 (min: 1280, max: 65555)
  503. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Saved hardware address: 00:00:00:00
  504. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Saved IPv6 link-local address generation mode: eui64
  505. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Flags change: +NOARP
  506. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_312 interface=org.freedesktop.DBus.Properties member=Propertiesa
  507. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: udev initialized link
  508. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: State changed: pending -> initialized
  509. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_312 interface=org.freedesktop.DBus.Properties member=Propertiesa
  510. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Stacked netdevs created.
  511. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): static addresses are not configured.
  512. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Flags change: +UP +RUNNING
  513. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_310 interface=org.freedesktop.DBus.Properties member=Propertiesa
  514. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Link UP
  515. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged coa
  516. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): static addresses are not configured.
  517. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Configuring static address (requesting): 192.168.20.19/24 (valid forever, preferred forever), flags: tentative, scope: global
  518. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: IPv6LL address generation mode set.
  519. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Attached to master interface: 11
  520. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: IPv6 link-local address generation mode is changed: eui64 -> none
  521. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: rtnl: received neighbor message with invalid family '7', ignoring.
  522. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: rtnl: received neighbor message with invalid family '7', ignoring.
  523. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: master interface set.
  524. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: IPv6LL address generation mode set.
  525. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Attached to master interface: 11
  526. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: IPv6 link-local address generation mode is changed: eui64 -> none
  527. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: master interface set.
  528. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: IPv6LL address generation mode set.
  529. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Attached to master interface: 11
  530. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: IPv6 link-local address generation mode is changed: eui64 -> none
  531. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: master interface set.
  532. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: IPv6LL address generation mode set.
  533. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link is not activated.
  534. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Bringing link up
  535. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Found driver: sit
  536. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Saved permanent hardware address: 00:00:00:00
  537. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Link state is up-to-date
  538. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: found matching network '/etc/systemd/network/81-he-tunnel.network'.
  539. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Configuring with /etc/systemd/network/81-he-tunnel.network.
  540. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_312 interface=org.freedesktop.DBus.Properties member=Propertiesa
  541. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: State changed: initialized -> configuring
  542. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_312 interface=org.freedesktop.DBus.Properties member=Propertiesa
  543. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
  544. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
  545. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/he-ipv6/use_tempaddr' to '0'
  546. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/he-ipv6/accept_ra' to '0'
  547. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/he-ipv6/proxy_ndp' to '0'
  548. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
  549. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/conf/he-ipv6/promote_secondaries' to '1'
  550. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Requested to set IPv6LL address generation mode
  551. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
  552. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Requested to activate link
  553. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
  554. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
  555. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
  556. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
  557. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
  558. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
  559. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
  560. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
  561. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
  562. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Setting IPv6LL address generation mode
  563. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Flags change: -RUNNING
  564. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Received updated static address (configured): 192.168.20.19/24 (valid forever, preferred forever), flags: permanent, scope: global
  565. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_310 interface=org.freedesktop.DBus.Properties member=Propertiesa
  566. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): static addresses are not configured.
  567. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged coa
  568. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Received new foreign route (configured): dst: 192.168.20.19/32, src: n/a, gw: n/a, prefsrc: 192.168.20.19, scope: host, table: local(255), proto:a
  569. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Received new foreign route (configured): dst: 192.168.20.255/32, src: n/a, gw: n/a, prefsrc: 192.168.20.19, scope: link, table: local(255), proton
  570. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Received new foreign route (configured): dst: 192.168.20.0/24, src: n/a, gw: n/a, prefsrc: 192.168.20.19, scope: link, table: main(254), proto: kn
  571. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Addresses set
  572. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: State changed: configuring -> configured
  573. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_310 interface=org.freedesktop.DBus.Properties member=Propertiesa
  574. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Setting bridge configurations
  575. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Setting bridge configurations
  576. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Setting bridge configurations
  577. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: IPv6 link-local address generation mode is changed: eui64 -> none
  578. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Flags change: +UP +LOWER_UP
  579. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_33 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  580. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Link UP
  581. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: State changed: configuring -> configured
  582. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_33 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  583. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: IPv6LL address generation mode set.
  584. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
  585. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Bringing link up
  586. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: bridge configurations set.
  587. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link is not activated.
  588. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Bringing link up
  589. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: bridge configurations set.
  590. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link is not activated.
  591. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Bringing link up
  592. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: bridge configurations set.
  593. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link is not activated.
  594. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Bringing link up
  595. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Received new foreign route (configured): dst: ff00::/8, src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: local(255), proto: kernel, type: mua
  596. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Flags change: +RUNNING
  597. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_33 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  598. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Gained carrier
  599. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: found matching network '/etc/systemd/network/05-eth0.network', based on potentially unpredictable interface name.
  600. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Requested to bring link up
  601. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Requested to bring link up
  602. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: LLDP Rx: Started LLDP client
  603. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged coa
  604. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Bringing link up
  605. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Bringing link up
  606. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: IPv6 link-local address generation mode is changed: eui64 -> none
  607. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Flags change: +UP +LOWER_UP +RUNNING
  608. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_312 interface=org.freedesktop.DBus.Properties member=Propertiesa
  609. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Link UP
  610. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Gained carrier
  611. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: found matching network '/etc/systemd/network/81-he-tunnel.network'.
  612. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
  613. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
  614. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
  615. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
  616. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
  617. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
  618. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
  619. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
  620. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
  621. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Received new foreign address (configured): ::127.0.0.1/96 (valid forever, preferred forever), flags: permanent, scope: host
  622. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
  623. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Received new foreign route (configured): dst: ::127.0.0.1/128, src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: local(255), proto: kernela
  624. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Received new foreign route (configured): dst: ::/96, src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: main(254), proto: kernel, type: unia
  625. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Received new foreign address (configured): ::192.168.20.19/96 (valid forever, preferred forever), flags: permanent, scope: global
  626. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_312 interface=org.freedesktop.DBus.Properties member=Propertiesa
  627. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
  628. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged coa
  629. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Received new foreign route (configured): dst: ::192.168.20.19/128, src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: local(255), proto: kea
  630. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: State changed: configuring -> configured
  631. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_312 interface=org.freedesktop.DBus.Properties member=Propertiesa
  632. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Flags change: +UP
  633. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_39 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  634. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Link UP
  635. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: State changed: configuring -> configured
  636. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_39 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  637. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Flags change: +UP
  638. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_38 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  639. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Link UP
  640. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: State changed: configuring -> configured
  641. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_38 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  642. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Flags change: +UP
  643. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_37 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  644. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Link UP
  645. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: State changed: configuring -> configured
  646. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_37 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  647. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Flags change: +UP
  648. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_311 interface=org.freedesktop.DBus.Properties member=Propertiesa
  649. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Link UP
  650. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Flags change: +UP
  651. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_36 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  652. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Link UP
  653. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Received new foreign route (configured): dst: ff00::/8, src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: local(255), proto: kernel, type: mula
  654. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Received new foreign route (configured): dst: fe80::/64, src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: main(254), proto: kernel, type: unia
  655. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Flags change: +LOWER_UP +RUNNING
  656. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_36 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  657. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Gained carrier
  658. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: found matching network '/etc/systemd/network/15-wan.network'.
  659. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: LLDP Rx: Started LLDP client
  660. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
  661. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
  662. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
  663. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
  664. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
  665. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
  666. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
  667. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
  668. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
  669. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: STARTED on ifindex 6
  670. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client is configured, acquiring DHCPv4 lease.
  671. Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: DISCOVER
  672. Apr 27 10:45:27 bpi-r4-v11 systemd-networkd[3371]: wan: Received new foreign address (configured): fe80::a4b9:acff:fe20:7d30/64 (valid forever, preferred forever), flags: permanent, scope: link
  673. Apr 27 10:45:27 bpi-r4-v11 systemd-networkd[3371]: wan: Gained IPv6LL
  674. Apr 27 10:45:27 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): DHCPv4, DHCPv6, DHCP-PD or IPv4LL is enabled but no dynamic address is assigned yet.
  675. Apr 27 10:45:27 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_36 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  676. Apr 27 10:45:27 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): DHCPv4, DHCPv6, DHCP-PD or IPv4LL is enabled but no dynamic address is assigned yet.
  677. Apr 27 10:45:27 bpi-r4-v11 systemd-networkd[3371]: wan: Received new foreign route (configured): dst: fe80::a4b9:acff:fe20:7d30/128, src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: local(255), proa
  678. Apr 27 10:45:27 bpi-r4-v11 systemd-networkd[3371]: wan: Received new foreign route (configured): dst: fe80::/128, src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: local(255), proto: kernel, type: aa
  679. Apr 27 10:45:28 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: Received message from RAW socket, processing.
  680. Apr 27 10:45:28 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: OFFER
  681. Apr 27 10:45:28 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: REQUEST (requesting)
  682. Apr 27 10:45:28 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: Received message from RAW socket, processing.
  683. Apr 27 10:45:28 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: ACK
  684. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: lease expires in 1d 23h 59min 59s
  685. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: T2 expires in 1d 18h
  686. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: T1 expires in 1d
  687. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: Setting transient hostname: 'bpi-r4-v11'
  688. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: Sent message type=method_call sender=n/a destination=org.freedesktop.hostname1 path=/org/freedesktop/hostname1 interface=org.freedesktop.hostname1 membea
  689. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 address 192.168.0.102/24, gateway 192.168.0.11 acquired from 192.168.0.11
  690. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: Requesting DHCPv4 address (n/a): 192.168.0.102/24 (valid for 1d 23h 59min 59s, preferred for 1d 23h 59min 59s), flags: tentative, scope: global
  691. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: DHCP: No static routes received from DHCP server.
  692. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: Requesting DHCPv4 route (n/a): dst: 192.168.0.11/32, src: n/a, gw: n/a, prefsrc: 192.168.0.102, scope: link, table: main(254), proto: dhcp, type: ua
  693. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: Requesting DHCPv4 route (n/a): dst: n/a, src: n/a, gw: 192.168.0.11, prefsrc: 192.168.0.102, scope: global, table: main(254), proto: dhcp, type: una
  694. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: Requesting DHCPv4 route (requesting): dst: 192.168.0.11/32, src: n/a, gw: n/a, prefsrc: 192.168.0.102, scope: link, table: main(254), proto: dhcp, a
  695. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: Requesting DHCPv4 route (n/a): dst: 10.0.4.20/32, src: n/a, gw: 192.168.0.11, prefsrc: 192.168.0.102, scope: global, table: main(254), proto: dhcp,a
  696. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): address 192.168.0.102/24 is not ready.
  697. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: Configuring DHCPv4 address (requesting): 192.168.0.102/24 (valid for 1d 23h 59min 59s, preferred for 1d 23h 59min 59s), flags: tentative, scope: gll
  698. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: Configuring DHCPv4 route (requesting): dst: 192.168.0.11/32, src: n/a, gw: n/a, prefsrc: 192.168.0.102, scope: link, table: main(254), proto: dhcp,a
  699. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: Configuring DHCPv4 route (requesting): dst: n/a, src: n/a, gw: 192.168.0.11, prefsrc: 192.168.0.102, scope: global, table: main(254), proto: dhcp, a
  700. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: Configuring DHCPv4 route (requesting): dst: 10.0.4.20/32, src: n/a, gw: 192.168.0.11, prefsrc: 192.168.0.102, scope: global, table: main(254), prota
  701. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: Received updated DHCPv4 address (configured): 192.168.0.102/24 (valid for 1d 23h 59min 59s, preferred for 1d 23h 59min 59s), flags: n/a, scope: glol
  702. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_36 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  703. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): dynamic addresses or routes are not configured.
  704. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: Received new foreign route (configured): dst: 192.168.0.102/32, src: n/a, gw: n/a, prefsrc: 192.168.0.102, scope: host, table: local(255), proto: ka
  705. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: Received new foreign route (configured): dst: 192.168.0.255/32, src: n/a, gw: n/a, prefsrc: 192.168.0.102, scope: link, table: local(255), proto: ka
  706. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: Received new foreign route (configured): dst: 192.168.0.0/24, src: n/a, gw: n/a, prefsrc: 192.168.0.102, scope: link, table: main(254), proto: kerna
  707. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: dhcp4_check_ready(): DHCPv4 address and routes are not set.
  708. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: Received remembered DHCPv4 route (configured): dst: 192.168.0.11/32, src: n/a, gw: n/a, prefsrc: 192.168.0.102, scope: link, table: main(254), prota
  709. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: dhcp4_check_ready(): DHCPv4 address and routes are not set.
  710. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: Received remembered DHCPv4 route (configured): dst: n/a, src: n/a, gw: 192.168.0.11, prefsrc: 192.168.0.102, scope: global, table: main(254), protoa
  711. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: dhcp4_check_ready(): DHCPv4 address and routes are not set.
  712. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: Received remembered DHCPv4 route (configured): dst: 10.0.4.20/32, src: n/a, gw: 192.168.0.11, prefsrc: 192.168.0.102, scope: global, table: main(25a
  713. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 address and routes set.
  714. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv4LL:no DHCPv4:yes DHCPv6:no DHCP-PD:no NDisc:no
  715. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: State changed: configuring -> configured
  716. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_36 interface=org.freedesktop.DBus.Properties member=PropertiesCa
  717. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: Got message type=error sender=:1.6 destination=:1.5 path=n/a interface=n/a member=n/a cookie=5 reply_cookie=47 signature=s error-name=org.freedesktop.DBd
  718. Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: Could not set hostname: Access denied
  719. Apr 27 10:45:30 bpi-r4-v11 systemd-networkd[3371]: wan: LLDP Rx: Invoking callback for 'added' event.
  720. Apr 27 10:45:30 bpi-r4-v11 systemd-networkd[3371]: wan: LLDP Rx: Successfully processed LLDP datagram.
  721. Apr 27 10:46:00 bpi-r4-v11 systemd-networkd[3371]: wan: LLDP Rx: Invoking callback for 'refreshed' event.
  722. Apr 27 10:46:00 bpi-r4-v11 systemd-networkd[3371]: wan: LLDP Rx: Successfully processed LLDP datagram.
  723. Apr 27 10:46:30 bpi-r4-v11 systemd-networkd[3371]: wan: LLDP Rx: Invoking callback for 'refreshed' event.
  724. Apr 27 10:46:30 bpi-r4-v11 systemd-networkd[3371]: wan: LLDP Rx: Successfully processed LLDP datagram.
  725. Apr 27 10:47:00 bpi-r4-v11 systemd-networkd[3371]: wan: LLDP Rx: Invoking callback for 'refreshed' event.
  726. Apr 27 10:47:00 bpi-r4-v11 systemd-networkd[3371]: wan: LLDP Rx: Successfully processed LLDP datagram.
  727.  
  728.  

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN