Fritzbox 7530 unstable with 23.05.5

I would love to jump in here, because I experience the same behavior of instability and reboots on my fritzbox router 7530 with 23.05.5 and only since then (!)

my other devices like two fritzbox repeater 1200 and a xiaomi AX6000 are working solid on the network since the upgrade to 23.05.5, so its something just in my routers case, that also handles DSL.

what should I post here, to get some help, because it drives me nuts and is somehow absolutely "random". the logs are silent and I can't figure out what it is.

IMO it's also connected to wifi and huge / fast downloads? as if the device can't handle it, but then I think it can be also DSL in general, because I am often connected to my AP1200 during my working hours.

The FB is another device and one cannot assume instability experienced on one type of device also to be present on another. So please do not so quickly assume yours it relevant to the discussion in this thread.

And the problem the op did have was due to some configuration though we still do not know whether it's a valid config that exposed some real bug, or some faulty config in itself - being completely robust for any erroneous config is a very hard goal to achieve.

1 Like

sure, I understand, I just linked that also to my wifi config

its just so random and I don't have an idea how to debug it, would love to see some logs to analyze

Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button:
grafik
Remember to redact passwords, MAC addresses and any public IP addresses you may have:

ubus call system board
cat /etc/config/network
cat /etc/config/wireless
cat /etc/config/dhcp
cat /etc/config/firewall

thank you for separating my post to a thread and thanks for the time to analyze the following:

{
	"kernel": "5.15.167",
	"hostname": "Router7530",
	"system": "ARMv7 Processor rev 5 (v7l)",
	"model": "AVM FRITZ!Box 7530",
	"board_name": "avm,fritzbox-7530",
	"rootfs_type": "squashfs",
	"release": {
		"distribution": "OpenWrt",
		"version": "23.05.5",
		"revision": "r24106-10cc5fcd00",
		"target": "ipq40xx/generic",
		"description": "OpenWrt 23.05.5 r24106-10cc5fcd00"
	}
}
config interface 'loopback'
	option device 'lo'
	option proto 'static'
	option ipaddr '127.0.0.1'
	option netmask '255.0.0.0'

config globals 'globals'
	option ula_prefix 'fd45:5378:6cc5::/48'

config atm-bridge 'atm'
	option vpi '1'
	option vci '32'
	option encaps 'llc'
	option payload 'bridged'
	option nameprefix 'dsl'

config dsl 'dsl'
	option annex 'j'
	option ds_snr_offset '0'

config interface 'lan'
	option device 'Switch.21'
	option proto 'static'
	option ipaddr '192.168.21.1'
	option netmask '255.255.255.0'
	option ip6assign '60'

config device
	option name 'dsl0'
	option macaddr 'DC:39:6F:A6:1B:EA'

config interface 'wan'
	option device 'dsl0.7'
	option proto 'pppoe'
	option username 'foo'
	option password 'bar'
	option ipv6 '1'
	option peerdns '0'
	list dns '192.168.21.10'

config interface 'wan6'
	option device '@wan'
	option proto 'dhcpv6'

config device
	option type 'bridge'
	option name 'Switch'
	list ports 'bat0.21'
	list ports 'bat0.25'
	list ports 'bat0.30'
	list ports 'lan1'
	list ports 'lan2'
	list ports 'lan3'
	list ports 'lan4'

config bridge-vlan
	option device 'Switch'
	option vlan '21'
	list ports 'bat0.21'
	list ports 'lan1'
	list ports 'lan2'
	list ports 'lan3'

config bridge-vlan
	option device 'Switch'
	option vlan '25'
	list ports 'bat0.25'
	list ports 'lan1:t'
	list ports 'lan2:t'
	list ports 'lan3:t'
	list ports 'lan4'

config bridge-vlan
	option device 'Switch'
	option vlan '30'
	list ports 'bat0.30'
	list ports 'lan1:t'
	list ports 'lan2:t'
	list ports 'lan3:t'

config interface 'IoT'
	option proto 'static'
	option device 'Switch.30'
	option ipaddr '192.168.30.1'
	option netmask '255.255.255.0'

config interface 'Guest'
	option proto 'static'
	option device 'Switch.25'
	option ipaddr '192.168.25.1'
	option netmask '255.255.255.0'

config interface 'wg0'
	option proto 'wireguard'
	option private_key 'xxxyyyzzz'
	list addresses '10.10.0.1/24'
	option listen_port '58210'
	list dns '192.168.21.10'

config wireguard_wg0
	option description 'a'
	option public_key 'b'
	option route_allowed_ips '1'
	option persistent_keepalive '25'
	list allowed_ips '10.10.0.2/32'

config wireguard_wg0
	option description 'c'
	option public_key 'd'
	list allowed_ips '10.10.0.3/32'
	option route_allowed_ips '1'
	option persistent_keepalive '25'

config wireguard_wg0
	option description 'e'
	option public_key 'f'
	list allowed_ips '10.10.0.5/32'
	option route_allowed_ips '1'
	option persistent_keepalive '25'

config interface 'bat0'
	option proto 'batadv'
	option routing_algo 'BATMAN_IV'
	option bridge_loop_avoidance '1'
	option gw_mode 'off'
	option hop_penalty '30'

config wireguard_wg0
	option description 'g'
	option public_key 'h'
	list allowed_ips '10.10.0.6/32'
	option route_allowed_ips '1'
	option persistent_keepalive '25'

config wireguard_wg0
	option description 'i'
	option public_key 'j'
	list allowed_ips '10.10.0.7/32'
	option route_allowed_ips '1'
	option persistent_keepalive '25'
config wifi-device 'radio0'
	option type 'mac80211'
	option path 'platform/soc/a000000.wifi'
	option band '2g'
	option htmode 'HT20'
	option cell_density '0'
	option country 'DE'
	option channel '1'

config wifi-iface 'default_radio0'
	option device 'radio0'
	option network 'lan'
	option mode 'ap'
	option ssid 'black'
	option encryption 'psk2'
	option key 'foobar'
	option wpa_disable_eapol_key_retries '1'
	option ft_generate_local '0'
	option ieee80211r '1'
	option reassociation_deadline '20000'
	option ft_over_ds '0'
	option ieee80211w '1'
	option ft_psk_generate_local '1'

config wifi-device 'radio1'
	option type 'mac80211'
	option path 'platform/soc/a800000.wifi'
	option band '5g'
	option htmode 'VHT80'
	option cell_density '0'
	option country 'DE'
	option channel 'auto'

config wifi-iface 'default_radio1'
	option device 'radio1'
	option network 'lan'
	option mode 'ap'
	option ssid 'black'
	option encryption 'psk2'
	option key 'foobar'
	option wpa_disable_eapol_key_retries '1'
	option ft_generate_local '0'
	option ieee80211r '1'
	option reassociation_deadline '20000'
	option ft_over_ds '0'
	option ieee80211w '1'
	option ft_psk_generate_local '1'

config wifi-iface 'wifinet2'
	option device 'radio0'
	option mode 'ap'
	option ssid 'white'
	option encryption 'psk2'
	option key 'foobar'
	option wpa_disable_eapol_key_retries '1'
	option network 'Guest'
	option ft_generate_local '0'
	option ieee80211r '1'
	option reassociation_deadline '20000'
	option ft_over_ds '0'
	option ieee80211w '1'
	option ft_psk_generate_local '1'

config wifi-iface 'wifinet3'
	option device 'radio1'
	option mode 'ap'
	option ssid 'white'
	option encryption 'psk2'
	option key 'foobar'
	option wpa_disable_eapol_key_retries '1'
	option ft_generate_local '0'
	option network 'Guest'
	option ieee80211r '1'
	option reassociation_deadline '20000'
	option ft_over_ds '0'
	option ieee80211w '1'
	option ft_psk_generate_local '1'
	option disabled '1'

config wifi-iface 'wifinet4'
	option device 'radio0'
	option mode 'mesh'
	option encryption 'sae'
	option mesh_id 'Mesh'
	option mesh_fwding '0'
	option mesh_rssi_threshold '0'
	option key 'ksmEfyS2G6YJo'
	option disabled '1'

config wifi-iface 'wifinet5'
	option device 'radio0'
	option mode 'ap'
	option ssid 'grey'
	option encryption 'psk2'
	option key 'foobar'
	option network 'IoT'
	option wpa_disable_eapol_key_retries '1'
	option ieee80211w '1'

config wifi-iface 'wifinet7'
	option device 'radio1'
	option mode 'ap'
	option ssid 'grey'
	option encryption 'psk2'
	option key 'foobar'
	option network 'IoT'
	option wpa_disable_eapol_key_retries '1'
	option ieee80211w '1'
config dnsmasq
	option domainneeded '1'
	option localise_queries '1'
	option rebind_protection '1'
	option rebind_localhost '1'
	option local '/local/'
	option domain 'local'
	option expandhosts '1'
	option cachesize '1000'
	option authoritative '1'
	option readethers '1'
	option leasefile '/tmp/dhcp.leases'
	option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
	option localservice '1'
	option ednspacket_max '1232'
	option confdir '/tmp/dnsmasq.d'

config dhcp 'lan'
	option interface 'lan'
	option start '200'
	option limit '50'
	option leasetime '24h'
	option dhcpv4 'server'
	option dhcpv6 'server'
	option ra 'server'
	list ra_flags 'managed-config'
	list ra_flags 'other-config'
	list dhcp_option '6,192.168.21.10'
	list dhcp_option '3,192.168.21.1'

config dhcp 'wan'
	option interface 'wan'
	option ignore '1'

config odhcpd 'odhcpd'
	option maindhcp '0'
	option leasefile '/tmp/hosts/odhcpd'
	option leasetrigger '/usr/sbin/odhcpd-update'
	option loglevel '4'

config dhcp 'IoT'
	option interface 'IoT'
	option start '100'
	option limit '150'
	option leasetime '12h'
	option force '1'
	list dhcp_option '6,192.168.21.10'

config dhcp 'Guest'
	option interface 'Guest'
	option start '100'
	option limit '150'
	option leasetime '12h'
	option force '1'
	list dhcp_option '6,192.168.21.10'

config host
	option name 'abc'
	option ip '192.168.21.2'
	list mac '123'

// … a bunch of static ips
config defaults
	option input 'ACCEPT'
	option output 'ACCEPT'
	option forward 'DROP'
	option synflood_protect '1'
	option drop_invalid '1'

config forwarding
	option src 'lan'
	option dest 'wan'

config rule
	option name 'Allow-DHCP-Renew'
	option src 'wan'
	option proto 'udp'
	option dest_port '68'
	option target 'ACCEPT'
	option family 'ipv4'

config rule
	option name 'Allow-Ping'
	option src 'wan'
	option proto 'icmp'
	option icmp_type 'echo-request'
	option family 'ipv4'
	option target 'ACCEPT'

config rule
	option name 'Allow-IGMP'
	option src 'wan'
	option proto 'igmp'
	option family 'ipv4'
	option target 'ACCEPT'

config rule
	option name 'Allow-DHCPv6'
	option src 'wan'
	option proto 'udp'
	option dest_port '546'
	option family 'ipv6'
	option target 'ACCEPT'

config rule
	option name 'Allow-MLD'
	option src 'wan'
	option proto 'icmp'
	option src_ip 'fe80::/10'
	list icmp_type '130/0'
	list icmp_type '131/0'
	list icmp_type '132/0'
	list icmp_type '143/0'
	option family 'ipv6'
	option target 'ACCEPT'

config rule
	option name 'Allow-ICMPv6-Input'
	option src 'wan'
	option proto 'icmp'
	list icmp_type 'echo-request'
	list icmp_type 'echo-reply'
	list icmp_type 'destination-unreachable'
	list icmp_type 'packet-too-big'
	list icmp_type 'time-exceeded'
	list icmp_type 'bad-header'
	list icmp_type 'unknown-header-type'
	list icmp_type 'router-solicitation'
	list icmp_type 'neighbour-solicitation'
	list icmp_type 'router-advertisement'
	list icmp_type 'neighbour-advertisement'
	option limit '1000/sec'
	option family 'ipv6'
	option target 'ACCEPT'

config rule
	option name 'Allow-ICMPv6-Forward'
	option src 'wan'
	option dest '*'
	option proto 'icmp'
	list icmp_type 'echo-request'
	list icmp_type 'echo-reply'
	list icmp_type 'destination-unreachable'
	list icmp_type 'packet-too-big'
	list icmp_type 'time-exceeded'
	list icmp_type 'bad-header'
	list icmp_type 'unknown-header-type'
	option limit '1000/sec'
	option family 'ipv6'
	option target 'ACCEPT'

config rule
	option name 'Allow-IPSec-ESP'
	option src 'wan'
	option dest 'lan'
	option proto 'esp'
	option target 'ACCEPT'
	option enabled '0'

config rule
	option name 'Allow-ISAKMP'
	option src 'wan'
	option dest 'lan'
	option dest_port '500'
	option proto 'udp'
	option target 'ACCEPT'
	option enabled '0'

config rule
	option name 'IoT DHCP'
	option src 'IoT'
	option dest_port '67 68'
	option target 'ACCEPT'

config zone
	option name 'lan'
	option input 'ACCEPT'
	option output 'ACCEPT'
	option forward 'ACCEPT'
	list network 'lan'
	list network 'wg0'

config zone
	option name 'wan'
	option input 'DROP'
	option output 'ACCEPT'
	option forward 'DROP'
	option masq '1'
	option mtu_fix '1'
	list network 'wan'
	list network 'wan6'

config zone
	option name 'IoT'
	option input 'DROP'
	option output 'ACCEPT'
	option forward 'ACCEPT'
	list network 'IoT'

config zone
	option name 'Guest'
	option input 'DROP'
	option output 'ACCEPT'
	option forward 'ACCEPT'
	list network 'Guest'

config forwarding
	option src 'Guest'
	option dest 'wan'

config rule
	option name 'Guest DHCP'
	option src 'Guest'
	option target 'ACCEPT'
	option dest_port '67 68'

config forwarding
	option src 'lan'
	option dest 'IoT'

config rule
	option name 'Pihole DNS for Guests'
	option src 'Guest'
	option dest 'lan'
	option dest_port '53'
	option target 'ACCEPT'
	list dest_ip '192.168.21.10'

config redirect
	option dest 'lan'
	option target 'DNAT'
	option name 'TOR'
	option family 'ipv4'
	option src 'wan'
	option src_dport '10009'
	option dest_ip '192.168.21.10'
	option dest_port '10009'

config redirect
	option dest 'lan'
	option target 'DNAT'
	option name 'Wireguard'
	option src 'wan'
	option src_dport '58210'
	option dest_ip '192.168.21.1'
	option dest_port '58210'
	list proto 'udp'

config forwarding
	option src 'lan'
	option dest 'Guest'

config forwarding
	option src 'IoT'
	option dest 'wan'

config rule
	option name 'Block all other DNS'
	option src 'Guest'
	option dest '*'
	option dest_port '53'
	option target 'REJECT'

config rule
	option name 'Pihole DNS for IoT'
	option src 'IoT'
	option target 'ACCEPT'
	option dest 'lan'
	list dest_ip '192.168.21.10'
	option dest_port '53'

config rule
	option name 'Block all other DNS'
	option src 'IoT'
	option dest '*'
	option dest_port '53'
	option target 'REJECT'

config rule
	option name 'Allow-lan-mDNS'
	list proto 'udp'
	option src 'lan'
	list src_ip '192.168.21.0/24'
	option dest_port '5353'
	option target 'ACCEPT'
	list dest_ip '224.0.0.251'

config redirect
	option dest 'lan'
	option target 'DNAT'
	option name 'LNBits'
	list proto 'tcp'
	option src 'wan'
	option src_dport '4003'
	option dest_ip '192.168.21.10'
	option dest_port '4003'

config rule
	option name 'Allow-IoT-mDNS'
	option src 'IoT'
	option dest_port '5353'
	option target 'ACCEPT'
	list proto 'udp'
	list src_ip '192.168.30.0/24'
	list dest_ip '224.0.0.251'

config redirect
	option dest 'lan'
	option target 'DNAT'
	option name 'LNBits Piggy'
	list proto 'tcp'
	option src 'IoT'
	option src_dport '4003'
	option dest_ip '192.168.21.10'
	option dest_port '4003'

config redirect
	option dest 'lan'
	option target 'DNAT'
	option name 'Wake on LAN'
	option src 'lan'
	option src_dport '4023'
	option dest_ip '192.168.21.20'
	option dest_port '4023'

config rule
	option name 'Allow-MQTT-From-IoT'
	option src 'IoT'
	option dest 'lan'
	option dest_ip '192.168.21.10'
	option dest_port '1883'
	option proto 'tcp udp'
	option target 'ACCEPT'

config redirect
	option dest 'lan'
	option target 'DNAT'
	option name 'Caddy ACME HTTP'
	list proto 'tcp'
	option src 'wan'
	option src_dport '80'
	option dest_ip '192.168.21.10'
	option dest_port '880'
	option enabled '0'

config redirect
	option dest 'lan'
	option target 'DNAT'
	option name 'Caddy ACME HTTPS'
	option src 'wan'
	option src_dport '443'
	option dest_ip '192.168.21.10'
	option dest_port '4443'
	list proto 'tcp'
	list proto 'udp'
	option enabled '0'

config rule
	option name 'Allow-MMM-HASS'
	list proto 'tcp'
	option src 'IoT'
	list src_ip '192.168.30.24'
	option dest 'lan'
	list dest_ip '192.168.21.10'
	option dest_port '8123'
	option target 'ACCEPT'

config nat
	option name 'HASS-MIIO-IoT'
	option src 'IoT'
	option src_ip '192.168.21.10'
	option target 'MASQUERADE'
	option family 'ipv4'
	list proto 'all'

config rule
	option name ' HASS-to-MIIO'
	list proto 'tcp'
	list proto 'udp'
	list proto 'icmp'
	option src 'lan'
	list src_ip '192.168.21.10'
	option dest 'IoT'
	option target 'ACCEPT'

config rule
	option name 'MIIO-to-HASS'
	list proto 'tcp'
	list proto 'udp'
	list proto 'icmp'
	option src 'IoT'
	option dest 'lan'
	list dest_ip '192.168.21.10'
	option target 'ACCEPT'

Do you connect anything power hungry to USB?
Any non-default persistent services?

EDIT: nothing obviously wrong in your settings.

1 Like

no, nothing. 3 ethernets, 1 DSL and that's it.

how to find the non default persistent services? is there an overview?

experienced a crash again, full reboot… nothing was going on, not even a heavy download. out of the blue.

here is a list of processes with ps | less

  PID USER       VSZ STAT COMMAND
    1 root      1100 S    /sbin/procd
    2 root         0 SW   [kthreadd]
    3 root         0 IW<  [rcu_gp]
    4 root         0 IW<  [rcu_par_gp]
    5 root         0 IW<  [slub_flushwq]
    6 root         0 IW<  [netns]
    8 root         0 IW<  [kworker/0:0H-ev]
    9 root         0 IW   [kworker/u8:0-ev]
   10 root         0 IW<  [mm_percpu_wq]
   11 root         0 SW   [rcu_tasks_trace]
   12 root         0 SW   [ksoftirqd/0]
   13 root         0 IW   [rcu_sched]
   14 root         0 SW   [migration/0]
   15 root         0 SW   [cpuhp/0]
   16 root         0 SW   [cpuhp/1]
   17 root         0 SW   [migration/1]
   18 root         0 SW   [ksoftirqd/1]
   20 root         0 IW<  [kworker/1:0H-kb]
   21 root         0 SW   [cpuhp/2]
   22 root         0 SW   [migration/2]
   23 root         0 SW   [ksoftirqd/2]
   25 root         0 IW<  [kworker/2:0H-ev]
   26 root         0 SW   [cpuhp/3]
   27 root         0 SW   [migration/3]
   28 root         0 SW   [ksoftirqd/3]
   29 root         0 IW   [kworker/3:0-eve]
   30 root         0 IW<  [kworker/3:0H-kb]
   31 root         0 IW<  [inet_frag_wq]
   33 root         0 SW   [oom_reaper]
   34 root         0 IW<  [writeback]
   35 root         0 SW   [kcompactd0]
   45 root         0 IW<  [pencrypt_serial]
   46 root         0 IW<  [pdecrypt_serial]
   47 root         0 IW<  [cryptd]
   69 root         0 IW<  [kblockd]
   70 root         0 IW<  [blkcg_punt_bio]
   71 root         0 SW   [watchdogd]
   72 root         0 IW   [kworker/3:1-eve]
   74 root         0 IW<  [kworker/0:1H-kb]
   80 root         0 SW   [kswapd0]
   82 root         0 IW<  [kthrotld]
   84 root         0 IW   [kworker/0:3-eve]
   85 root         0 SW   [irq/102-aerdrv]
   90 root         0 IW   [kworker/2:2-mm_]
   91 root         0 IW   [kworker/2:3-eve]
   99 root         0 SW   [napi/eth0-0]
  100 root         0 SW   [napi/eth0-5]
  101 root         0 SW   [napi/eth0-0]
  102 root         0 SW   [napi/eth0-6]
  103 root         0 SW   [napi/eth0-0]
  104 root         0 SW   [napi/eth0-7]
  105 root         0 SW   [napi/eth0-0]
  106 root         0 SW   [napi/eth0-8]
  116 root         0 IW<  [mld]
  117 root         0 IW<  [ipv6_addrconf]
  118 root         0 IW<  [kworker/2:1H-kb]
  119 root         0 IW<  [dsa_ordered]
  120 root         0 IW<  [kstrp]
  133 root         0 IW   [kworker/u8:2-ba]
  135 root         0 IW   [kworker/1:2-eve]
  136 root         0 SW   [ubi_bgt0d]
  139 root         0 SW   [irq/103-keys]
  140 root         0 SW   [irq/104-keys]
  141 root         0 SW   [irq/105-keys]
  144 root         0 IW<  [kworker/3:1H-kb]
  145 root         0 IW<  [kworker/1:1H-kb]
  245 root         0 SW   [ubifs_bgt0_4]
  256 ubus       860 S    /sbin/ubusd
  257 root       688 S    /sbin/askfirst /usr/libexec/login.sh
  292 root       756 S    /sbin/urngd
  352 root         0 SW   [irq/108-mei_cpe]
  361 root         0 IW<  [cfg80211]
  363 root         0 IW<  [ath10k_wq]
  364 root         0 IW<  [ath10k_aux_wq]
  365 root         0 IW<  [ath10k_tx_compl]
  408 root         0 IW   [kworker/1:3-eve]
  414 root         0 IW<  [ath10k_wq]
  415 root         0 IW<  [ath10k_aux_wq]
  416 root         0 IW<  [ath10k_tx_compl]
  489 root         0 IW<  [bat_events]
  649 logd       920 S    /sbin/logd -S 64
  703 root      1812 S    /sbin/rpcd -s /var/run/ubus/ubus.sock -t 30
 1199 root      2048 S    {hostapd} /sbin/ujail -t 5 -n hostapd -U network -G network -C /etc/capabilities/wpad.json -c -- /usr/sbin/hostapd -s -g /var/run/hostapd
 1200 root      2048 S    {wpa_supplicant} /sbin/ujail -t 5 -n wpa_supplicant -U network -G network -C /etc/capabilities/wpad.json -c -- /usr/sbin/wpa_supplicant -
 1230 network   6520 S    /usr/sbin/hostapd -s -g /var/run/hostapd/global
 1231 network   5900 S    /usr/sbin/wpa_supplicant -n -s -g /var/run/wpa_supplicant/global
 1264 root      1236 S    /sbin/netifd
 1438 root      1016 S    /usr/sbin/odhcpd
 1552 root      1100 S    /usr/sbin/crond -f -c /etc/crontabs -l 5
 1618 root      1800 S    /usr/sbin/uhttpd -f -h /www -r Router7530 -x /cgi-bin -u /ubus -t 60 -T 30 -k 20 -A 1 -n 3 -N 100 -R -p 0.0.0.0:80 -p [::]:80 -C /etc/uht
 1667 root      1208 S    /usr/bin/dbus-daemon --system --nofork
 1719 nobody    1648 S    avahi-daemon: registering [Router7530.local]
 2010 root         0 IW<  [wg-crypt-wg0]
 2015 root         0 IW   [kworker/u8:3-ba]
 2103 root      3352 SN   /usr/sbin/collectd -C /tmp/collectd.conf -f
 2458 root       856 S    /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p 192.168.21.1:22 -p fd45:5378:6cc5::1:22 -K 300 -T 3 -W 262144
 3024 root      1908 S    /sbin/vdsl_cpe_control -i10_00_10_40_00_04_01_07 -n /sbin/dsl_notify.sh -f /lib/firmware/vdsl.bin -a /tmp/dsl.scr -A /tmp/dsl.scr
 3175 root      2048 S    {ntpd} /sbin/ujail -t 5 -n ntpd -U ntp -G ntp -C /etc/capabilities/ntpd.json -c -u -r /bin/ubus -r /usr/bin/env -r /usr/bin/jshn -r /usr/
 3220 ntp       1096 S    /usr/sbin/ntpd -n -N -l -I Switch.21 -S /usr/sbin/ntpd-hotplug -p 0.openwrt.pool.ntp.org -p 1.openwrt.pool.ntp.org -p 2.openwrt.pool.ntp.
 3253 root     36636 SN   /usr/sbin/netdata -D -c /etc/netdata/netdata.conf
 3314 root         0 SW   [autbtex]
 3318 root         0 SW   [pmex_ne]
 3319 root         0 SW   [pmex_fe]
 3391 root     11480 SN   /usr/sbin/netdata --special-spawn-server
 3735 root      2048 S    {dnsmasq} /sbin/ujail -t 5 -n dnsmasq -u -l -r /bin/ubus -r /etc/TZ -r /etc/dnsmasq.conf -r /etc/ethers -r /etc/group -r /etc/hosts -r /e
 3740 dnsmasq   1224 S    /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg01411c -k -x /var/run/dnsmasq/dnsmasq.cfg01411c.pid
 4766 root         0 IW   [kworker/u8:4-ev]
 5195 root       880 S    /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p 192.168.21.1:22 -p fd45:5378:6cc5::1:22 -K 300 -T 3 -W 262144 -2 9
 5196 root      1100 S    -ash
 5853 root       856 S    scp /tmp/dhcp.leases root@192.168.21.2 /tmp/dhcp.leases
 5854 root       856 S    scp /tmp/dhcp.leases root@192.168.21.3 /tmp/dhcp.leases
 5855 root       856 S    scp /tmp/dhcp.leases root@192.168.21.4 /tmp/dhcp.leases
 5856 root       900 S    /usr/bin/dbclient -lroot 192.168.21.2 scp -t /tmp/dhcp.leases
 5857 root       900 S    /usr/bin/dbclient -lroot 192.168.21.4 scp -t /tmp/dhcp.leases
 5858 root       900 S    /usr/bin/dbclient -lroot 192.168.21.3 scp -t /tmp/dhcp.leases
 5966 root         0 IW   [kworker/0:0-mm_]
 5967 root         0 IW   [kworker/1:0-mm_]
 6422 root      1028 S    /usr/sbin/pppd nodetach ipparam wan ifname pppoe-wan lcp-echo-interval 1 lcp-echo-failure 5 lcp-echo-adaptive +ipv6 set PEERDNS=0 nodefau
 6551 root       768 S    odhcp6c -s /lib/netifd/dhcpv6.script -P0 -t120 pppoe-wan
 6653 root         0 IW   [kworker/3:2-mm_]
 6711 root      1412 S    {dynamic_dns_upd} /bin/sh /usr/lib/ddns/dynamic_dns_updater.sh -v 0 -S stitchv4 -- start
 6712 root      1412 S    {dynamic_dns_upd} /bin/sh /usr/lib/ddns/dynamic_dns_updater.sh -v 0 -S duckdns_v2 -- start
 7517 root      1104 S    sleep 600
 7869 root         0 IW   [kworker/0:1-eve]
 7922 root      1104 S    sleep 600
 7962 root      1104 R    ps
 7963 root      1096 S    less

Can you set up remote log collection or at least keep running wired logread -f approaching unwanted reboot to see what events lead to it?
There is nothing overly custom in your configuration to warrant massive crashes.

how to monitor that remote? with ssh or what do you mean?

also I updated the process list, 7963 IDs now

Yes, just leave logs spooling on some permanently connected computer. Ideally you'd keep recording on serial, but there is some chance just log will be somewhat telling.

1 Like

reading with logread -f is cumbersome, any idea how to not get disconnected by host?

You just need last messages before disconnecting :wink:

I know, haha :smiley:

but the ssh terminal connection gets disconnected so I have to reconnect manually, the router is during this time still online and good so far

Click/config keepalives.

2d 0h 39m 20s uptime without a crash…

so strange, suddenly its more stable

Line Uptime 4d 5h 11m 4s

unbelievable

1 Like

We successfully scared it off it seems :man_shrugging:

1 Like

after 4d+ a disconnect happened, not a reboot / crash, just a lost in DSL connection

Wed Oct 23 15:29:56 2024 daemon.info pppd[29142]: No response to 5 echo-requests
Wed Oct 23 15:29:56 2024 daemon.notice pppd[29142]: Serial link appears to be disconnected.
Wed Oct 23 15:29:56 2024 daemon.info pppd[29142]: Connect time 1335.0 minutes.
Wed Oct 23 15:29:56 2024 daemon.info pppd[29142]: Sent 596335234 bytes, received 1693127203 bytes.
Wed Oct 23 15:29:56 2024 daemon.err odhcp6c[29327]: Failed to send RS (Network unreachable)
Wed Oct 23 15:29:56 2024 daemon.err odhcp6c[29327]: Failed to send RELEASE message to ff02::1:2 (Network unreachable)
Wed Oct 23 15:29:56 2024 daemon.notice netifd: Interface 'wan6' is disabled
Wed Oct 23 15:29:56 2024 daemon.notice netifd: Network device 'pppoe-wan' link is down
Wed Oct 23 15:29:56 2024 daemon.notice netifd: Network alias 'pppoe-wan' link is down
Wed Oct 23 15:29:56 2024 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Wed Oct 23 15:29:56 2024 daemon.notice pppd[29142]: Connection terminated.
Wed Oct 23 15:29:56 2024 daemon.info pppd[29142]: Connect time 1335.0 minutes.
Wed Oct 23 15:29:56 2024 daemon.info pppd[29142]: Sent 596335234 bytes, received 1693127203 bytes.
Wed Oct 23 15:29:56 2024 daemon.err odhcp6c[29327]: Failed to send SOLICIT message to ff02::1:2 (Network unreachable)
Wed Oct 23 15:29:56 2024 daemon.info avahi-daemon[1720]: Withdrawing workstation service for pppoe-wan.
Wed Oct 23 15:29:56 2024 daemon.notice netifd: Interface 'wan' has lost the connection
Wed Oct 23 15:29:56 2024 daemon.notice netifd: wan6 (29327): Command failed: ubus call network.interface notify_proto { "action": 0, "link-up": false, "keep": false, "interface": "wan6" } (Permission denied)
Wed Oct 23 15:29:56 2024 daemon.notice netifd: Interface 'wan6' is now down
Wed Oct 23 15:29:56 2024 daemon.info pppd[29142]: Exit.
Wed Oct 23 15:29:56 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:29:56 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:29:57 2024 daemon.info pppd[26734]: Plugin pppoe.so loaded.
Wed Oct 23 15:29:57 2024 daemon.info pppd[26734]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:29:57 2024 daemon.notice pppd[26734]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:29:57 2024 daemon.warn odhcpd[1439]: No default route present, overriding ra_lifetime!
Wed Oct 23 15:30:00 2024 cron.err crond[1553]: USER root pid 26825 cmd scp /tmp/dhcp.leases root@192.168.21.2:/tmp/dhcp.leases
Wed Oct 23 15:30:00 2024 cron.err crond[1553]: USER root pid 26826 cmd scp /tmp/dhcp.leases root@192.168.21.3:/tmp/dhcp.leases
Wed Oct 23 15:30:00 2024 cron.err crond[1553]: USER root pid 26827 cmd scp /tmp/dhcp.leases root@192.168.21.4:/tmp/dhcp.leases
Wed Oct 23 15:30:02 2024 daemon.info pppd[26734]: PPP session is 1
Wed Oct 23 15:30:02 2024 daemon.warn pppd[26734]: Connected to ** foo** via interface dsl0.7
Wed Oct 23 15:30:02 2024 kern.info kernel: [426026.806487] pppoe-wan: renamed from ppp0
Wed Oct 23 15:30:02 2024 daemon.info pppd[26734]: Renamed interface ppp0 to pppoe-wan
Wed Oct 23 15:30:02 2024 daemon.info pppd[26734]: Using interface pppoe-wan
Wed Oct 23 15:30:02 2024 daemon.notice pppd[26734]: Connect: pppoe-wan <--> dsl0.7
Wed Oct 23 15:30:05 2024 daemon.info pppd[26734]: Remote message: Accepted.
Wed Oct 23 15:30:05 2024 daemon.notice pppd[26734]: PAP authentication succeeded
Wed Oct 23 15:30:05 2024 daemon.notice pppd[26734]: peer from calling number **foo** authorized
Wed Oct 23 15:30:05 2024 daemon.notice pppd[26734]: local  LL address **foo**
Wed Oct 23 15:30:05 2024 daemon.notice pppd[26734]: remote LL address **foo**
Wed Oct 23 15:30:05 2024 daemon.notice pppd[26734]: local  IP address **foo**
Wed Oct 23 15:30:05 2024 daemon.notice pppd[26734]: remote IP address **foo**
Wed Oct 23 15:30:05 2024 daemon.notice pppd[26734]: primary   DNS address **foo**
Wed Oct 23 15:30:05 2024 daemon.notice pppd[26734]: secondary DNS address **foo**
Wed Oct 23 15:40:33 2024 daemon.info pppd[26734]: No response to 5 echo-requests
Wed Oct 23 15:40:33 2024 daemon.notice pppd[26734]: Serial link appears to be disconnected.
Wed Oct 23 15:40:33 2024 daemon.info pppd[26734]: Connect time 10.5 minutes.
Wed Oct 23 15:40:33 2024 daemon.info pppd[26734]: Sent 13365477 bytes, received 30682454 bytes.
Wed Oct 23 15:40:39 2024 daemon.notice pppd[26734]: Connection terminated.
Wed Oct 23 15:40:39 2024 daemon.info pppd[26734]: Connect time 10.5 minutes.
Wed Oct 23 15:40:39 2024 daemon.info pppd[26734]: Sent 13365477 bytes, received 30682454 bytes.
Wed Oct 23 15:40:39 2024 daemon.info avahi-daemon[1720]: Withdrawing workstation service for pppoe-wan.
Wed Oct 23 15:40:39 2024 daemon.notice pppd[26734]: Modem hangup
Wed Oct 23 15:40:39 2024 daemon.info pppd[26734]: Exit.
Wed Oct 23 15:40:39 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:40:39 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:40:39 2024 daemon.info pppd[28453]: Plugin pppoe.so loaded.
Wed Oct 23 15:40:39 2024 daemon.info pppd[28453]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:40:39 2024 daemon.notice pppd[28453]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:40:43 2024 daemon.notice netifd: Network device 'dsl0' link is down
Wed Oct 23 15:40:43 2024 daemon.notice netifd: VLAN 'dsl0.7' link is down
Wed Oct 23 15:40:43 2024 daemon.notice netifd: Interface 'wan' has link connectivity loss
Wed Oct 23 15:40:43 2024 kern.info kernel: [426667.435729] vrx518_tc:ptm_showtime_exit: Line[0]: show time exit!
Wed Oct 23 15:40:43 2024 kern.info kernel: [426667.435787] vrx518_tc:is_ptm_sl: is_ptm_sl: SINGLE
Wed Oct 23 15:40:43 2024 daemon.err pppd[28453]: select (waitForPADO): Interrupted system call
Wed Oct 23 15:40:43 2024 daemon.warn pppd[28453]: Timeout waiting for PADO packets
Wed Oct 23 15:40:43 2024 daemon.err pppd[28453]: Unable to complete PPPoE Discovery
Wed Oct 23 15:40:43 2024 daemon.info pppd[28453]: Exit.
Wed Oct 23 15:40:43 2024 daemon.notice netifd: Interface 'wan' is now down

Wed Oct 23 15:43:09 2024 daemon.notice netifd: Network device 'dsl0' link is up
Wed Oct 23 15:43:09 2024 daemon.notice netifd: VLAN 'dsl0.7' link is up
Wed Oct 23 15:43:09 2024 daemon.notice netifd: Interface 'wan' has link connectivity
Wed Oct 23 15:43:09 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:43:09 2024 kern.info kernel: [426813.676272] vrx518_tc:ptm_showtime_enter: Line[0]: show time enter!!
Wed Oct 23 15:43:09 2024 kern.info kernel: [426813.676368] vrx518_tc:is_ptm_sl: is_ptm_sl: SINGLE
Wed Oct 23 15:43:09 2024 daemon.info pppd[29674]: Plugin pppoe.so loaded.
Wed Oct 23 15:43:09 2024 daemon.info pppd[29674]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:43:09 2024 daemon.notice pppd[29674]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:43:24 2024 daemon.warn pppd[29674]: Timeout waiting for PADO packets
Wed Oct 23 15:43:24 2024 daemon.err pppd[29674]: Unable to complete PPPoE Discovery
Wed Oct 23 15:43:24 2024 daemon.info pppd[29674]: Exit.
Wed Oct 23 15:43:24 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:43:24 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:43:24 2024 daemon.info pppd[29753]: Plugin pppoe.so loaded.
Wed Oct 23 15:43:24 2024 daemon.info pppd[29753]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:43:25 2024 daemon.notice pppd[29753]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:43:31 2024 daemon.info dnsmasq-dhcp[1]: DHCPDISCOVER(Switch.30) 94:c9:60:bd:d1:08
Wed Oct 23 15:43:31 2024 daemon.info dnsmasq-dhcp[1]: DHCPOFFER(Switch.30) 192.168.30.157 94:c9:60:bd:d1:08
Wed Oct 23 15:43:31 2024 daemon.info dnsmasq-dhcp[1]: DHCPREQUEST(Switch.30) 192.168.30.157 94:c9:60:bd:d1:08
Wed Oct 23 15:43:31 2024 daemon.info dnsmasq-dhcp[1]: DHCPACK(Switch.30) 192.168.30.157 94:c9:60:bd:d1:08
Wed Oct 23 15:43:40 2024 daemon.warn pppd[29753]: Timeout waiting for PADO packets
Wed Oct 23 15:43:40 2024 daemon.err pppd[29753]: Unable to complete PPPoE Discovery
Wed Oct 23 15:43:40 2024 daemon.info pppd[29753]: Exit.
Wed Oct 23 15:43:40 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:43:40 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:43:40 2024 daemon.info pppd[29861]: Plugin pppoe.so loaded.
Wed Oct 23 15:43:40 2024 daemon.info pppd[29861]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:43:40 2024 daemon.notice pppd[29861]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:43:55 2024 daemon.warn pppd[29861]: Timeout waiting for PADO packets
Wed Oct 23 15:43:55 2024 daemon.err pppd[29861]: Unable to complete PPPoE Discovery
Wed Oct 23 15:43:55 2024 daemon.info pppd[29861]: Exit.
Wed Oct 23 15:43:55 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:43:55 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:43:55 2024 daemon.info pppd[29968]: Plugin pppoe.so loaded.
Wed Oct 23 15:43:55 2024 daemon.info pppd[29968]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:43:55 2024 daemon.notice pppd[29968]: pppd 2.4.9 started by root, uid 0

Wed Oct 23 15:44:10 2024 daemon.warn pppd[29968]: Timeout waiting for PADO packets
Wed Oct 23 15:44:10 2024 daemon.err pppd[29968]: Unable to complete PPPoE Discovery
Wed Oct 23 15:44:10 2024 daemon.info pppd[29968]: Exit.
Wed Oct 23 15:44:10 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:44:10 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:44:11 2024 daemon.info pppd[30076]: Plugin pppoe.so loaded.
Wed Oct 23 15:44:11 2024 daemon.info pppd[30076]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:44:11 2024 daemon.notice pppd[30076]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:44:26 2024 daemon.warn pppd[30076]: Timeout waiting for PADO packets
Wed Oct 23 15:44:26 2024 daemon.err pppd[30076]: Unable to complete PPPoE Discovery
Wed Oct 23 15:44:26 2024 daemon.info pppd[30076]: Exit.
Wed Oct 23 15:44:26 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:44:26 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:44:26 2024 daemon.info pppd[30183]: Plugin pppoe.so loaded.
Wed Oct 23 15:44:26 2024 daemon.info pppd[30183]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:44:26 2024 daemon.notice pppd[30183]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:44:41 2024 daemon.warn pppd[30183]: Timeout waiting for PADO packets
Wed Oct 23 15:44:41 2024 daemon.err pppd[30183]: Unable to complete PPPoE Discovery
Wed Oct 23 15:44:41 2024 daemon.info pppd[30183]: Exit.
Wed Oct 23 15:44:41 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:44:41 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:44:41 2024 daemon.info pppd[30290]: Plugin pppoe.so loaded.
Wed Oct 23 15:44:41 2024 daemon.info pppd[30290]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:44:42 2024 daemon.notice pppd[30290]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:44:54 2024 daemon.info hostapd: phy0-ap2: STA 94:c9:60:bd:d1:08 IEEE 802.11: authenticated
Wed Oct 23 15:44:57 2024 daemon.warn pppd[30290]: Timeout waiting for PADO packets
Wed Oct 23 15:44:57 2024 daemon.err pppd[30290]: Unable to complete PPPoE Discovery
Wed Oct 23 15:44:57 2024 daemon.info pppd[30290]: Exit.
Wed Oct 23 15:44:57 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:44:57 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:44:57 2024 daemon.info pppd[30397]: Plugin pppoe.so loaded.
Wed Oct 23 15:44:57 2024 daemon.info pppd[30397]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:44:57 2024 daemon.notice pppd[30397]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:45:00 2024 cron.err crond[1553]: USER root pid 30484 cmd scp /tmp/dhcp.leases root@192.168.21.2:/tmp/dhcp.leases
Wed Oct 23 15:45:00 2024 cron.err crond[1553]: USER root pid 30485 cmd scp /tmp/dhcp.leases root@192.168.21.3:/tmp/dhcp.leases
Wed Oct 23 15:45:00 2024 cron.err crond[1553]: USER root pid 30486 cmd scp /tmp/dhcp.leases root@192.168.21.4:/tmp/dhcp.leases
Wed Oct 23 15:45:04 2024 daemon.info dnsmasq-dhcp[1]: DHCPDISCOVER(Switch.30) 94:c9:60:bd:d1:08
Wed Oct 23 15:45:04 2024 daemon.info dnsmasq-dhcp[1]: DHCPOFFER(Switch.30) 192.168.30.157 94:c9:60:bd:d1:08
Wed Oct 23 15:45:04 2024 daemon.info dnsmasq-dhcp[1]: DHCPREQUEST(Switch.30) 192.168.30.157 94:c9:60:bd:d1:08
Wed Oct 23 15:45:04 2024 daemon.info dnsmasq-dhcp[1]: DHCPACK(Switch.30) 192.168.30.157 94:c9:60:bd:d1:08
Wed Oct 23 15:45:12 2024 daemon.warn pppd[30397]: Timeout waiting for PADO packets
Wed Oct 23 15:45:12 2024 daemon.err pppd[30397]: Unable to complete PPPoE Discovery
Wed Oct 23 15:45:12 2024 daemon.info pppd[30397]: Exit.
Wed Oct 23 15:45:12 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:45:12 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:45:12 2024 daemon.info pppd[30510]: Plugin pppoe.so loaded.
Wed Oct 23 15:45:12 2024 daemon.info pppd[30510]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:45:12 2024 daemon.notice pppd[30510]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:45:26 2024 daemon.info hostapd: phy0-ap2: STA 78:11:dc:ab:c4:ce IEEE 802.11: authenticated
Wed Oct 23 15:45:26 2024 daemon.info hostapd: phy0-ap2: STA 78:11:dc:ab:c4:ce IEEE 802.11: associated (aid 5)
Wed Oct 23 15:45:27 2024 daemon.warn pppd[30510]: Timeout waiting for PADO packets
Wed Oct 23 15:45:27 2024 daemon.err pppd[30510]: Unable to complete PPPoE Discovery
Wed Oct 23 15:45:27 2024 daemon.info pppd[30510]: Exit.
Wed Oct 23 15:45:28 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:45:28 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:45:28 2024 daemon.info pppd[30617]: Plugin pppoe.so loaded.
Wed Oct 23 15:45:28 2024 daemon.info pppd[30617]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:45:28 2024 daemon.notice pppd[30617]: pppd 2.4.9 started by root, uid 0

Wed Oct 23 15:45:43 2024 daemon.warn pppd[30617]: Timeout waiting for PADO packets
Wed Oct 23 15:45:43 2024 daemon.err pppd[30617]: Unable to complete PPPoE Discovery
Wed Oct 23 15:45:43 2024 daemon.info pppd[30617]: Exit.
Wed Oct 23 15:45:43 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:45:43 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:45:43 2024 daemon.info pppd[30732]: Plugin pppoe.so loaded.
Wed Oct 23 15:45:43 2024 daemon.info pppd[30732]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:45:43 2024 daemon.notice pppd[30732]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:45:51 2024 daemon.info dnsmasq-dhcp[1]: DHCPDISCOVER(Switch.30) 94:c9:60:bd:d1:08
Wed Oct 23 15:45:51 2024 daemon.info dnsmasq-dhcp[1]: DHCPOFFER(Switch.30) 192.168.30.157 94:c9:60:bd:d1:08
Wed Oct 23 15:45:51 2024 daemon.info dnsmasq-dhcp[1]: DHCPREQUEST(Switch.30) 192.168.30.157 94:c9:60:bd:d1:08
Wed Oct 23 15:45:51 2024 daemon.info dnsmasq-dhcp[1]: DHCPACK(Switch.30) 192.168.30.157 94:c9:60:bd:d1:08
Wed Oct 23 15:45:58 2024 daemon.warn pppd[30732]: Timeout waiting for PADO packets
Wed Oct 23 15:45:58 2024 daemon.err pppd[30732]: Unable to complete PPPoE Discovery
Wed Oct 23 15:45:58 2024 daemon.info pppd[30732]: Exit.
Wed Oct 23 15:45:58 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:45:58 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:45:58 2024 daemon.info pppd[30839]: Plugin pppoe.so loaded.
Wed Oct 23 15:45:58 2024 daemon.info pppd[30839]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:45:59 2024 daemon.notice pppd[30839]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:46:14 2024 daemon.warn pppd[30839]: Timeout waiting for PADO packets
Wed Oct 23 15:46:14 2024 daemon.err pppd[30839]: Unable to complete PPPoE Discovery
Wed Oct 23 15:46:14 2024 daemon.info pppd[30839]: Exit.
Wed Oct 23 15:46:14 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:46:14 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:46:14 2024 daemon.info pppd[30946]: Plugin pppoe.so loaded.
Wed Oct 23 15:46:14 2024 daemon.info pppd[30946]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:46:14 2024 daemon.notice pppd[30946]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:46:17 2024 daemon.info dnsmasq-dhcp[1]: DHCPDISCOVER(Switch.30) 94:c9:60:bd:d1:08
Wed Oct 23 15:46:17 2024 daemon.info dnsmasq-dhcp[1]: DHCPOFFER(Switch.30) 192.168.30.157 94:c9:60:bd:d1:08
Wed Oct 23 15:46:17 2024 daemon.info dnsmasq-dhcp[1]: DHCPREQUEST(Switch.30) 192.168.30.157 94:c9:60:bd:d1:08
Wed Oct 23 15:46:17 2024 daemon.info dnsmasq-dhcp[1]: DHCPACK(Switch.30) 192.168.30.157 94:c9:60:bd:d1:08
Wed Oct 23 15:46:26 2024 daemon.warn odhcpd[1439]: No default route present, overriding ra_lifetime!
Wed Oct 23 15:46:29 2024 daemon.warn pppd[30946]: Timeout waiting for PADO packets
Wed Oct 23 15:46:29 2024 daemon.err pppd[30946]: Unable to complete PPPoE Discovery
Wed Oct 23 15:46:29 2024 daemon.info pppd[30946]: Exit.
Wed Oct 23 15:46:29 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:46:29 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:46:29 2024 daemon.info pppd[31053]: Plugin pppoe.so loaded.
Wed Oct 23 15:46:29 2024 daemon.info pppd[31053]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:46:29 2024 daemon.notice pppd[31053]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:46:44 2024 daemon.warn pppd[31053]: Timeout waiting for PADO packets
Wed Oct 23 15:46:44 2024 daemon.err pppd[31053]: Unable to complete PPPoE Discovery
Wed Oct 23 15:46:44 2024 daemon.info pppd[31053]: Exit.
Wed Oct 23 15:46:45 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:46:45 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:46:45 2024 daemon.info pppd[31160]: Plugin pppoe.so loaded.
Wed Oct 23 15:46:45 2024 daemon.info pppd[31160]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:46:45 2024 daemon.notice pppd[31160]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:47:00 2024 daemon.warn pppd[31160]: Timeout waiting for PADO packets
Wed Oct 23 15:47:00 2024 daemon.err pppd[31160]: Unable to complete PPPoE Discovery
Wed Oct 23 15:47:00 2024 daemon.info pppd[31160]: Exit.
Wed Oct 23 15:47:00 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:47:00 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:47:00 2024 daemon.info pppd[31267]: Plugin pppoe.so loaded.
Wed Oct 23 15:47:00 2024 daemon.info pppd[31267]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:47:00 2024 daemon.notice pppd[31267]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:47:06 2024 daemon.notice hostapd: phy0-ap2: STA 94:c9:60:bd:d1:08 IEEE 802.11: did not acknowledge authentication response
Wed Oct 23 15:47:07 2024 kern.info kernel: [427051.309188] ath10k_ahb a000000.wifi: mac flush vdev 2 drop 0 queues 0x4 ar->paused: 0x0  arvif->paused: 0x0
Wed Oct 23 15:47:15 2024 daemon.warn pppd[31267]: Timeout waiting for PADO packets
Wed Oct 23 15:47:15 2024 daemon.err pppd[31267]: Unable to complete PPPoE Discovery
Wed Oct 23 15:47:15 2024 daemon.info pppd[31267]: Exit.
Wed Oct 23 15:47:15 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:47:15 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:47:15 2024 daemon.info pppd[31374]: Plugin pppoe.so loaded.
Wed Oct 23 15:47:15 2024 daemon.info pppd[31374]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:47:16 2024 daemon.notice pppd[31374]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:47:31 2024 daemon.warn pppd[31374]: Timeout waiting for PADO packets
Wed Oct 23 15:47:31 2024 daemon.err pppd[31374]: Unable to complete PPPoE Discovery
Wed Oct 23 15:47:31 2024 daemon.info pppd[31374]: Exit.
Wed Oct 23 15:47:31 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:47:31 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:47:31 2024 daemon.info pppd[31481]: Plugin pppoe.so loaded.
Wed Oct 23 15:47:31 2024 daemon.info pppd[31481]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:47:31 2024 daemon.notice pppd[31481]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:47:32 2024 daemon.info dnsmasq-dhcp[1]: DHCPDISCOVER(Switch.30) 94:c9:60:bd:d1:08
Wed Oct 23 15:47:32 2024 daemon.info dnsmasq-dhcp[1]: DHCPOFFER(Switch.30) 192.168.30.157 94:c9:60:bd:d1:08
Wed Oct 23 15:47:32 2024 daemon.info dnsmasq-dhcp[1]: DHCPREQUEST(Switch.30) 192.168.30.157 94:c9:60:bd:d1:08
Wed Oct 23 15:47:32 2024 daemon.info dnsmasq-dhcp[1]: DHCPACK(Switch.30) 192.168.30.157 94:c9:60:bd:d1:08
Wed Oct 23 15:47:46 2024 daemon.warn pppd[31481]: Timeout waiting for PADO packets
Wed Oct 23 15:47:46 2024 daemon.err pppd[31481]: Unable to complete PPPoE Discovery
Wed Oct 23 15:47:46 2024 daemon.info pppd[31481]: Exit.
Wed Oct 23 15:47:46 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:47:46 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:47:46 2024 daemon.info pppd[31588]: Plugin pppoe.so loaded.
Wed Oct 23 15:47:46 2024 daemon.info pppd[31588]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:47:46 2024 daemon.notice pppd[31588]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:47:52 2024 daemon.info dnsmasq-dhcp[1]: DHCPDISCOVER(Switch.30) 94:c9:60:bd:d1:08
Wed Oct 23 15:47:52 2024 daemon.info dnsmasq-dhcp[1]: DHCPOFFER(Switch.30) 192.168.30.157 94:c9:60:bd:d1:08
Wed Oct 23 15:47:52 2024 daemon.info dnsmasq-dhcp[1]: DHCPREQUEST(Switch.30) 192.168.30.157 94:c9:60:bd:d1:08
Wed Oct 23 15:47:52 2024 daemon.info dnsmasq-dhcp[1]: DHCPACK(Switch.30) 192.168.30.157 94:c9:60:bd:d1:08
Wed Oct 23 15:48:01 2024 daemon.warn pppd[31588]: Timeout waiting for PADO packets
Wed Oct 23 15:48:01 2024 daemon.err pppd[31588]: Unable to complete PPPoE Discovery
Wed Oct 23 15:48:01 2024 daemon.info pppd[31588]: Exit.
Wed Oct 23 15:48:02 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:48:02 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:48:02 2024 daemon.info pppd[31695]: Plugin pppoe.so loaded.
Wed Oct 23 15:48:02 2024 daemon.info pppd[31695]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:48:02 2024 daemon.notice pppd[31695]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:48:17 2024 daemon.warn pppd[31695]: Timeout waiting for PADO packets
Wed Oct 23 15:48:17 2024 daemon.err pppd[31695]: Unable to complete PPPoE Discovery
Wed Oct 23 15:48:17 2024 daemon.info pppd[31695]: Exit.
Wed Oct 23 15:48:17 2024 daemon.notice netifd: Interface 'wan' is now down
Wed Oct 23 15:48:17 2024 daemon.notice netifd: Interface 'wan' is setting up now
Wed Oct 23 15:48:17 2024 daemon.info pppd[31803]: Plugin pppoe.so loaded.
Wed Oct 23 15:48:17 2024 daemon.info pppd[31803]: PPPoE plugin from pppd 2.4.9
Wed Oct 23 15:48:17 2024 daemon.notice pppd[31803]: pppd 2.4.9 started by root, uid 0
Wed Oct 23 15:48:27 2024 daemon.info pppd[31803]: PPP session is 1
Wed Oct 23 15:48:27 2024 daemon.warn pppd[31803]: Connected to **foo** via interface dsl0.7
Wed Oct 23 15:48:27 2024 kern.info kernel: [427132.239220] pppoe-wan: renamed from ppp0
Wed Oct 23 15:48:27 2024 daemon.info pppd[31803]: Renamed interface ppp0 to pppoe-wan
Wed Oct 23 15:48:27 2024 daemon.info pppd[31803]: Using interface pppoe-wan
Wed Oct 23 15:48:27 2024 daemon.notice pppd[31803]: Connect: pppoe-wan <--> dsl0.7
Wed Oct 23 15:48:28 2024 daemon.err netdata[3244]: Cannot refresh interface pppoe-wan carrier state by reading '/sys/class/net/pppoe-wan/carrier'. Stop updating it.
Wed Oct 23 15:48:28 2024 daemon.info netdata[3244]: RRDSET: chart name 'net.pppoe_wan' on host 'Router7530' already exists.
Wed Oct 23 15:48:28 2024 daemon.info netdata[3244]: RRDSET: chart name 'net_operstate.pppoe_wan' on host 'Router7530' already exists.
Wed Oct 23 15:48:28 2024 daemon.info netdata[3244]: RRDSET: chart name 'net_mtu.pppoe_wan' on host 'Router7530' already exists.
Wed Oct 23 15:48:31 2024 daemon.info pppd[31803]: Remote message: Accepted.
Wed Oct 23 15:48:31 2024 daemon.notice pppd[31803]: PAP authentication succeeded
Wed Oct 23 15:48:31 2024 daemon.notice pppd[31803]: peer from calling number **foo** authorized
Wed Oct 23 15:48:31 2024 daemon.notice pppd[31803]: local  LL address **foo**
Wed Oct 23 15:48:31 2024 daemon.notice pppd[31803]: remote LL address **foo**
Wed Oct 23 15:48:31 2024 daemon.notice pppd[31803]: local  IP address **foo**
Wed Oct 23 15:48:31 2024 daemon.notice pppd[31803]: remote IP address **foo**
Wed Oct 23 15:48:31 2024 daemon.notice pppd[31803]: primary   DNS address **foo**
Wed Oct 23 15:48:31 2024 daemon.notice pppd[31803]: secondary DNS address **foo**
Wed Oct 23 15:48:31 2024 daemon.notice netifd: Network device 'pppoe-wan' link is up
Wed Oct 23 15:48:31 2024 daemon.notice netifd: Interface 'wan6' is enabled
Wed Oct 23 15:48:31 2024 daemon.notice netifd: Network alias 'pppoe-wan' link is up
Wed Oct 23 15:48:31 2024 daemon.notice netifd: Interface 'wan6' has link connectivity
Wed Oct 23 15:48:31 2024 daemon.notice netifd: Interface 'wan6' is setting up now
Wed Oct 23 15:48:31 2024 daemon.notice netifd: Interface 'wan' is now up

Hi @phenomeus
may I point your reboot issue to another direction? :slight_smile:

Some older FritzBoxes had problems with their power supplies - maybe yours is faulty too. If you have a similar power supply that you know is working, it's worth a try to replace it.

Next thing: Winter is coming!
So it's worth thinking about the temperature too. The device temperature may not be as high as it has been in previous weeks. You may have a faulty/heat sensitive device if you are experiencing fewer reboots today. Updating to a new OpenWRT version is not necessarily the cause of the instability.

3 Likes