r4-6.14-singlephy-systemd-networkd
von frankw- SNIPPET_TEXT:
-
- root@bpi-r4-v11:~
- # date -s "2025-04-27 12:44 CEST"
- Sun Apr 27 10:44:00 UTC 2025
- root@bpi-r4-v11:~
- # [ 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.
- [ 59.266412] systemd-journald[1641]: /var/log/journal/445ed2a92e7f49908fae8ee44667032b/system.journal: Journal header limits reached or header out-of-date, rotating.
- root@bpi-r4-v11:~
- #
- root@bpi-r4-v11:~
- #
- root@bpi-r4-v11:~
- #
- root@bpi-r4-v11:~
- #
- root@bpi-r4-v11:~
- # ls /etc/systemd/network/
- 01-ifnames.link 21-lanbr-bind.network 31-wlan1.network
- 05-eth0.network 25-lanbr.network 80-he-tunnel.netdev
- 10-wan.link 30-wlan1.netdev 81-he-tunnel.network
- 15-wan.network 30-wlan2.netdev
- 20-lanbr.netdev 31-wlan0.network
- root@bpi-r4-v11:~
- # cat /etc/systemd/network/30-wlan1.netdev
- #https://www.freedesktop.org/software/systemd/man/latest/systemd.netdev.html#%5BWLAN%5D%20Section%20Options
- #requires version 251
- [NetDev]
- Name=wlan1
- Kind=wlan
- [WLAN]
- PhysicalDevice=wlan0
- #Type=managed
- Type=ap
- root@bpi-r4-v11:~
- # cat /etc/systemd/network/31-wlan1.network
- [Match]
- Name=wlan1
- #[Link]
- # Override MAC address (spoof MAC address)
- #MACAddress=08:22:33:44:55:66
- [Network]
- ConfigureWithoutCarrier=true
- #DHCP=ipv4
- #static setup
- Address=192.168.21.19/24
- #Gateway=192.168.0.10
- #DNS=192.168.0.10
- IPForward=yes
- DHCPServer=yes
- #IPv6SendRA=yes
- #DHCPv6PrefixDelegation=yes
- [DHCPServer]
- PoolOffset=100
- PoolSize=150
- #[IPv6SendRA]
- #Managed=true
- #[IPv6Prefix]
- #Prefix=fd00:C::/64
- root@bpi-r4-v11:~
- # systemctl restart systemd-networkd
- root@bpi-r4-v11:~
- # [ 144.799531] lanbr0: port 1(lan3) entered blocking state
- [ 144.804781] lanbr0: port 1(lan3) entered disabled state
- [ 144.810151] mt7530-mmio 15020000.switch lan3: entered allmulticast mode
- [ 144.816769] mtk_soc_eth 15100000.ethernet eth0: entered allmulticast mode
- [ 144.823904] mt7530-mmio 15020000.switch lan3: entered promiscuous mode
- [ 144.832655] lanbr0: port 2(lan2) entered blocking state
- [ 144.837910] lanbr0: port 2(lan2) entered disabled state
- [ 144.843159] mt7530-mmio 15020000.switch lan2: entered allmulticast mode
- [ 144.849996] mt7530-mmio 15020000.switch lan2: entered promiscuous mode
- [ 144.858405] lanbr0: port 3(lan1) entered blocking state
- [ 144.863641] lanbr0: port 3(lan1) entered disabled state
- [ 144.868906] mt7530-mmio 15020000.switch lan1: entered allmulticast mode
- [ 144.875681] mt7530-mmio 15020000.switch lan1: entered promiscuous mode
- [ 144.901429] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/internal link mode
- [ 144.909575] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 10Gbps/Full - flow control rx/tx
- [ 144.916247] mt7530-mmio 15020000.switch lan3: configuring for phy/internal link mode
- [ 144.926302] mt7530-mmio 15020000.switch lan2: configuring for phy/internal link mode
- [ 144.934470] mt7530-mmio 15020000.switch lan1: configuring for phy/internal link mode
- [ 145.008039] mt7530-mmio 15020000.switch wan: configuring for phy/internal link mode
- [ 145.017160] mt7530-mmio 15020000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
- root@bpi-r4-v11:~
- # journalctl -u systemd-networkd -b --no-pager
- Apr 27 10:45:25 bpi-r4-v11 systemd[1]: Starting systemd-networkd.service - Network Configuration...
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: SELinux enabled state cached to: disabled
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Bus bus-api-network: changing state UNSET → OPENING
- 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...
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Bus bus-api-network: changing state OPENING → AUTHENTICATING
- 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
- 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
- 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
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Registering bus object implementation for path=/org/freedesktop/LogControl1 iface=org.freedesktop.LogControl1
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: loaded "bridge"
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Using MAC address: e2:d6:36:1f:58:df
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Creating
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan1: loaded "wlan"
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan2: loaded "wlan"
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: loaded "sit"
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No virtualization found in DMI vendor table.
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: UML virtualization not found in /proc/cpuinfo.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Virtualization XEN not found, /proc/xen does not exist
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No virtualization found in CPUID
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No virtualization found in /proc/device-tree/*
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: This platform does not support /proc/sysinfo
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Found VM virtualization none
- 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.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: netdev has index 11
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: netdev ready
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Saved new link: ifindex=11, iftype=ETHER(1), kind=bridge
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Saved original MTU 1500 (min: 68, max: 65535)
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Saved hardware address: e2:d6:36:1f:58:df
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Saved IPv6 link-local address generation mode: eui64
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Flags change: +MULTICAST +BROADCAST
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: udev initialized link
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: State changed: pending -> initialized
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Saved new link: ifindex=10, iftype=ETHER(1), kind=n/a
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Saved original MTU 1500 (min: 256, max: 2304)
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Saved hardware address: 00:0c:43:26:60:10
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Saved IPv6 link-local address generation mode: eui64
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Flags change: +MULTICAST +BROADCAST
- 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".
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: udev initialized link
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: State changed: pending -> initialized
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Saved new link: ifindex=9, iftype=ETHER(1), kind=dsa
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Saved original MTU 1500 (min: 68, max: 15338)
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Saved hardware address: a6:b9:ac:20:7d:30
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Saved IPv6 link-local address generation mode: eui64
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Flags change: +MULTICAST +BROADCAST
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: udev initialized link
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: State changed: pending -> initialized
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Saved new link: ifindex=8, iftype=ETHER(1), kind=dsa
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Saved original MTU 1500 (min: 68, max: 15338)
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Saved hardware address: a6:b9:ac:20:7d:30
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Failed to manage link by its new hardware address, ignoring: File exists
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Saved IPv6 link-local address generation mode: eui64
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Flags change: +MULTICAST +BROADCAST
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: udev initialized link
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: State changed: pending -> initialized
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Saved new link: ifindex=7, iftype=ETHER(1), kind=dsa
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Saved original MTU 1500 (min: 68, max: 15338)
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Saved hardware address: a6:b9:ac:20:7d:30
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Failed to manage link by its new hardware address, ignoring: File exists
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Saved IPv6 link-local address generation mode: eui64
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Flags change: +MULTICAST +BROADCAST
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: udev initialized link
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: State changed: pending -> initialized
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Saved new link: ifindex=6, iftype=ETHER(1), kind=dsa
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Saved original MTU 1500 (min: 68, max: 15338)
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Saved hardware address: a6:b9:ac:20:7d:30
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Failed to manage link by its new hardware address, ignoring: File exists
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Saved IPv6 link-local address generation mode: eui64
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Flags change: +MULTICAST +BROADCAST
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: udev initialized link
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: State changed: pending -> initialized
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: Saved new link: ifindex=5, iftype=ETHER(1), kind=n/a
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: Saved original MTU 1500 (min: 68, max: 2030)
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: Saved hardware address: 8e:20:6b:4d:4f:95
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: Saved IPv6 link-local address generation mode: eui64
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: Flags change: +MULTICAST +BROADCAST
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: udev initialized link
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: State changed: pending -> initialized
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: Saved new link: ifindex=4, iftype=ETHER(1), kind=n/a
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: Saved original MTU 1500 (min: 68, max: 2030)
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: Saved hardware address: 7a:ae:08:da:73:99
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: Saved IPv6 link-local address generation mode: eui64
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: Flags change: +MULTICAST +BROADCAST
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: udev initialized link
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: State changed: pending -> initialized
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Saved new link: ifindex=3, iftype=ETHER(1), kind=n/a
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Saved original MTU 1504 (min: 68, max: 2030)
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Saved hardware address: a6:b9:ac:20:7d:30
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Failed to manage link by its new hardware address, ignoring: File exists
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Saved IPv6 link-local address generation mode: eui64
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Flags change: +MULTICAST +BROADCAST
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: udev initialized link
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: State changed: pending -> initialized
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: Saved new link: ifindex=2, iftype=SIT(776), kind=sit
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: Saved original MTU 1480 (min: 1280, max: 65555)
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: Saved hardware address: 00:00:00:00
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: Saved IPv6 link-local address generation mode: eui64
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: Flags change: +NOARP
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: udev initialized link
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: State changed: pending -> initialized
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Saved new link: ifindex=1, iftype=LOOPBACK(772), kind=n/a
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Saved original MTU 65536 (min: 0, max: 4294967295)
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Saved hardware address: 00:00:00:00:00:00
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Saved IPv6 link-local address generation mode: eui64
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Flags change: +LOOPBACK +UP +LOWER_UP +RUNNING
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Link UP
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Gained carrier
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: udev initialized link
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: State changed: pending -> initialized
- 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
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: link_check_ready(): link is in initialized state.
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: link_check_ready(): link is in initialized state.
- 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
- 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
- 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
- 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
- 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)
- 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)
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: rtnl: received rule message with invalid family 128, ignoring.
- 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)
- 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)
- 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)
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: phy0: Saved new wiphy: index=0
- 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
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: nl80211: received new_interface(7) message: iftype=station, ssid=n/a
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Enumeration completed
- Apr 27 10:45:25 bpi-r4-v11 systemd[1]: Started systemd-networkd.service - Network Configuration.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Bus bus-api-network: changing state AUTHENTICATING → HELLO
- 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
- 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
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: rtnl: received neighbor message with invalid family '7', ignoring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: rtnl: received neighbor message with invalid family '7', ignoring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: rtnl: received neighbor message with invalid family '7', ignoring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: rtnl: received neighbor message with invalid family '7', ignoring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Found driver: bridge
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Saved permanent hardware address: 00:00:00:00:00:00
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Created
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Bridge parameters set success
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Link state is up-to-date
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: found matching network '/etc/systemd/network/25-lanbr.network'.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Configuring with /etc/systemd/network/25-lanbr.network.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: State changed: initialized -> configuring
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lanbr0/disable_ipv6' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/ip_forward' to '1'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/all/forwarding' to '1'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lanbr0/use_tempaddr' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lanbr0/accept_ra' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lanbr0/proxy_ndp' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/conf/lanbr0/promote_secondaries' to '1'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Requested stacked netdev 'he-ipv6'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): stacked netdevs are not created.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Requesting DHCP server.
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Setting addresses
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): stacked netdevs are not created.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): stacked netdevs are not created.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): stacked netdevs are not created.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): stacked netdevs are not created.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): stacked netdevs are not created.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): stacked netdevs are not created.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): stacked netdevs are not created.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): stacked netdevs are not created.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Creating
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Bus bus-api-network: changing state HELLO → RUNNING
- 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
- 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
- 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
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Successfully acquired requested service name.
- 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
- 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.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Found driver: mt7996e
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Saved permanent hardware address: 00:0c:43:26:60:10
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Link state is up-to-date
- 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.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Configuring with /etc/systemd/network/31-wlan0.network.
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: State changed: initialized -> configuring
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/wlan0/disable_ipv6' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/ip_forward' to '1'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '1', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/all/forwarding' to '1'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '1', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/wlan0/use_tempaddr' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/wlan0/accept_ra' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/wlan0/proxy_ndp' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/conf/wlan0/promote_secondaries' to '1'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Requested to activate link
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Requesting DHCP server.
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Setting addresses
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: phy0: The radio transmitter is unblocked.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Bringing link up
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Found driver: dsa
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Saved permanent hardware address: a6:b9:ac:20:7d:30
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Link state is up-to-date
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: found matching network '/etc/systemd/network/21-lanbr-bind.network'.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Configuring with /etc/systemd/network/21-lanbr-bind.network.
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: State changed: initialized -> configuring
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lan3/use_tempaddr' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lan3/accept_ra' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lan3/proxy_ndp' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/conf/lan3/promote_secondaries' to '1'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Requested to set IPv6LL address generation mode
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Requested to set master interface
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Requested to set bridge configurations
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Requested to activate link
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Setting IPv6LL address generation mode
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Setting master interface
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Failed to get link from ifindex 12, ignoring: No such device
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Found driver: dsa
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Saved permanent hardware address: a6:b9:ac:20:7d:30
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Link state is up-to-date
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: found matching network '/etc/systemd/network/21-lanbr-bind.network'.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Configuring with /etc/systemd/network/21-lanbr-bind.network.
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: State changed: initialized -> configuring
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lan2/use_tempaddr' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lan2/accept_ra' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lan2/proxy_ndp' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/conf/lan2/promote_secondaries' to '1'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Requested to set IPv6LL address generation mode
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Requested to set master interface
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Requested to set bridge configurations
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Requested to activate link
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Setting IPv6LL address generation mode
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Setting master interface
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Found driver: dsa
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Saved permanent hardware address: a6:b9:ac:20:7d:30
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Link state is up-to-date
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: found matching network '/etc/systemd/network/21-lanbr-bind.network'.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Configuring with /etc/systemd/network/21-lanbr-bind.network.
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: State changed: initialized -> configuring
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lan1/use_tempaddr' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lan1/accept_ra' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/lan1/proxy_ndp' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/conf/lan1/promote_secondaries' to '1'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Requested to set IPv6LL address generation mode
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Requested to set master interface
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Requested to set bridge configurations
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Requested to activate link
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Setting IPv6LL address generation mode
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Setting master interface
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Found driver: dsa
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Saved permanent hardware address: a6:b9:ac:20:7d:30
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Link state is up-to-date
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: found matching network '/etc/systemd/network/15-wan.network'.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Configuring with /etc/systemd/network/15-wan.network.
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: State changed: initialized -> configuring
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/wan/disable_ipv6' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/ip_forward' to '1'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '1', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/all/forwarding' to '1'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '1', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/wan/use_tempaddr' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/wan/accept_ra' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/wan/proxy_ndp' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/conf/wan/promote_secondaries' to '1'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): static addresses are not configured.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Requested configuring of the DHCPv4 client.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): static address labels are not configured.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): static bridge MDB entries are not configured.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): static bridge MDB entries are not configured.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): static IPv6 proxy NDP addresses are not configured.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): static neighbors are not configured.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): static nexthops are not configured.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): static routes are not configured.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): static routing policy rules are not configured.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: Found driver: mtk_soc_eth
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: Saved permanent hardware address: 00:00:00:00:00:00
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: Link state is up-to-date
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: Unmanaging interface.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth2: State changed: initialized -> unmanaged
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: Found driver: mtk_soc_eth
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: Saved permanent hardware address: 00:00:00:00:00:00
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: Link state is up-to-date
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: Unmanaging interface.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth1: State changed: initialized -> unmanaged
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Found driver: mtk_soc_eth
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Saved permanent hardware address: a6:b9:ac:20:7d:30
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Link state is up-to-date
- 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.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Configuring with /etc/systemd/network/05-eth0.network.
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: State changed: initialized -> configuring
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/eth0/use_tempaddr' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/eth0/accept_ra' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/eth0/proxy_ndp' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/conf/eth0/promote_secondaries' to '1'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Requested to set IPv6LL address generation mode
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Requested to activate link
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Setting IPv6LL address generation mode
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: Found driver: sit
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: Saved permanent hardware address: 00:00:00:00
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: Link state is up-to-date
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: Unmanaging interface.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: sit0: State changed: initialized -> unmanaged
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Failed to get driver, continuing without: Operation not supported
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Saved permanent hardware address: 00:00:00:00:00:00
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Link state is up-to-date
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: Unmanaging interface.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lo: State changed: initialized -> unmanaged
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: netdev has index 12
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: netdev ready
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Saved new link: ifindex=12, iftype=SIT(776), kind=sit
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Saved original MTU 1480 (min: 1280, max: 65555)
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Saved hardware address: 00:00:00:00
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Saved IPv6 link-local address generation mode: eui64
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Flags change: +NOARP
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: udev initialized link
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: State changed: pending -> initialized
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Stacked netdevs created.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: link_check_ready(): static addresses are not configured.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Flags change: +UP +RUNNING
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Link UP
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): static addresses are not configured.
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: IPv6LL address generation mode set.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Attached to master interface: 11
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: IPv6 link-local address generation mode is changed: eui64 -> none
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: rtnl: received neighbor message with invalid family '7', ignoring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: rtnl: received neighbor message with invalid family '7', ignoring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: master interface set.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: IPv6LL address generation mode set.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Attached to master interface: 11
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: IPv6 link-local address generation mode is changed: eui64 -> none
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: master interface set.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: IPv6LL address generation mode set.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Attached to master interface: 11
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: IPv6 link-local address generation mode is changed: eui64 -> none
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: master interface set.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: IPv6LL address generation mode set.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Bringing link up
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Found driver: sit
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Saved permanent hardware address: 00:00:00:00
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Link state is up-to-date
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: found matching network '/etc/systemd/network/81-he-tunnel.network'.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Configuring with /etc/systemd/network/81-he-tunnel.network.
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: State changed: initialized -> configuring
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/he-ipv6/use_tempaddr' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/he-ipv6/accept_ra' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv6/conf/he-ipv6/proxy_ndp' to '0'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: No change in value '0', suppressing write
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: Setting '/proc/sys/net/ipv4/conf/he-ipv6/promote_secondaries' to '1'
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Requested to set IPv6LL address generation mode
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Requested to activate link
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link layer is configuring.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Setting IPv6LL address generation mode
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Flags change: -RUNNING
- 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
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: link_check_ready(): static addresses are not configured.
- 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
- 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
- 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
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: Addresses set
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wlan0: State changed: configuring -> configured
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Setting bridge configurations
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Setting bridge configurations
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Setting bridge configurations
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: IPv6 link-local address generation mode is changed: eui64 -> none
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Flags change: +UP +LOWER_UP
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Link UP
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: State changed: configuring -> configured
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: IPv6LL address generation mode set.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Bringing link up
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: bridge configurations set.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Bringing link up
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: bridge configurations set.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Bringing link up
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: bridge configurations set.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Bringing link up
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Flags change: +RUNNING
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: Gained carrier
- 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.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Requested to bring link up
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Requested to bring link up
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: eth0: LLDP Rx: Started LLDP client
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Bringing link up
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Bringing link up
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: IPv6 link-local address generation mode is changed: eui64 -> none
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Flags change: +UP +LOWER_UP +RUNNING
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Link UP
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: Gained carrier
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: found matching network '/etc/systemd/network/81-he-tunnel.network'.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
- 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
- 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
- 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
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: link_check_ready(): link is not activated.
- 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
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: he-ipv6: State changed: configuring -> configured
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Flags change: +UP
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: Link UP
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan3: State changed: configuring -> configured
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Flags change: +UP
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: Link UP
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan2: State changed: configuring -> configured
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Flags change: +UP
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: Link UP
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lan1: State changed: configuring -> configured
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Flags change: +UP
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: lanbr0: Link UP
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Flags change: +UP
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Link UP
- 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
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Flags change: +LOWER_UP +RUNNING
- 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
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: Gained carrier
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: found matching network '/etc/systemd/network/15-wan.network'.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: LLDP Rx: Started LLDP client
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): IPv6LL is not configured yet.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: STARTED on ifindex 6
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client is configured, acquiring DHCPv4 lease.
- Apr 27 10:45:25 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: DISCOVER
- 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
- Apr 27 10:45:27 bpi-r4-v11 systemd-networkd[3371]: wan: Gained IPv6LL
- 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.
- 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
- 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.
- 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
- 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
- Apr 27 10:45:28 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: Received message from RAW socket, processing.
- Apr 27 10:45:28 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: OFFER
- Apr 27 10:45:28 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: REQUEST (requesting)
- Apr 27 10:45:28 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: Received message from RAW socket, processing.
- Apr 27 10:45:28 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: ACK
- Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: lease expires in 1d 23h 59min 59s
- Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: T2 expires in 1d 18h
- Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 client: T1 expires in 1d
- Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: Setting transient hostname: 'bpi-r4-v11'
- 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
- 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
- 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
- Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: DHCP: No static routes received from DHCP server.
- 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
- 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
- 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
- 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
- Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): address 192.168.0.102/24 is not ready.
- 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
- 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
- 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
- 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
- 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
- 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
- Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: link_check_ready(): dynamic addresses or routes are not configured.
- 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
- 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
- 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
- Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: dhcp4_check_ready(): DHCPv4 address and routes are not set.
- 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
- Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: dhcp4_check_ready(): DHCPv4 address and routes are not set.
- 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
- Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: dhcp4_check_ready(): DHCPv4 address and routes are not set.
- 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
- Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: DHCPv4 address and routes set.
- 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
- Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: wan: State changed: configuring -> configured
- 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
- 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
- Apr 27 10:45:29 bpi-r4-v11 systemd-networkd[3371]: Could not set hostname: Access denied
- Apr 27 10:45:30 bpi-r4-v11 systemd-networkd[3371]: wan: LLDP Rx: Invoking callback for 'added' event.
- Apr 27 10:45:30 bpi-r4-v11 systemd-networkd[3371]: wan: LLDP Rx: Successfully processed LLDP datagram.
- Apr 27 10:46:00 bpi-r4-v11 systemd-networkd[3371]: wan: LLDP Rx: Invoking callback for 'refreshed' event.
- Apr 27 10:46:00 bpi-r4-v11 systemd-networkd[3371]: wan: LLDP Rx: Successfully processed LLDP datagram.
- Apr 27 10:46:30 bpi-r4-v11 systemd-networkd[3371]: wan: LLDP Rx: Invoking callback for 'refreshed' event.
- Apr 27 10:46:30 bpi-r4-v11 systemd-networkd[3371]: wan: LLDP Rx: Successfully processed LLDP datagram.
- Apr 27 10:47:00 bpi-r4-v11 systemd-networkd[3371]: wan: LLDP Rx: Invoking callback for 'refreshed' event.
- Apr 27 10:47:00 bpi-r4-v11 systemd-networkd[3371]: wan: LLDP Rx: Successfully processed LLDP datagram.
Quellcode
Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN