Hello there, I recently installed OpenWRT on a router, behind the ISP box in bridge mode.
I m in france using Free ISP.
I’m using :
Protocol: Virtual dynamic interface (464XLAT (CLAT))
I have the logs : Sat Oct 11 10:19:15 2025 daemon.notice netifd: Interface 'wan6_4' is setting up now Sat Oct 11 10:19:28 2025 daemon.notice netifd: Interface 'wan6_4' is now down Sat Oct 11 10:19:28 2025 daemon.notice netifd: Interface 'wan6_4' is setting up now Sat Oct 11 10:19:41 2025 daemon.notice netifd: Interface 'wan6_4' is now down Sat Oct 11 10:19:41 2025 daemon.notice netifd: Interface 'wan6_4' is setting up now
root@OpenWrt:~# cat /etc/config/network
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 '****:****:***::/48'
option packet_steering '1'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0'
list ports 'eth2'
list ports 'eth3'
list ports 'eth4'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
config interface 'wan'
option device 'eth1'
option proto 'dhcp'
option peerdns '0'
list dns '94.140.14.14'
list dns '94.140.15.15'
config interface 'wan6'
option device 'eth1'
option proto 'dhcpv6'
option reqaddress 'try'
option reqprefix '0'
option norelease '1'
option peerdns '0'
list dns '2a10:50c0::ad1:ff'
list dns '2a10:50c0::ad2:ff'
list dns '2606:4700:4700::64'
list dns '2606:4700:4700::6400'
config interface 'wireguardvpn'
option proto 'wireguard'
option private_key '****************************************'
option listen_port '51820'
list dns '94.140.14.14'
list dns '94.140.15.15'
list dns '2a10:50c0::ad1:ff'
list dns '2a10:50c0::ad2:ff'
list addresses '**.*.***.1/24'
config device
option name 'wireguardvpn'
config wireguard_wireguardvpn
option description '********'
option public_key '********************************************'
option private_key '*******************************************'
option route_allowed_ips '1'
list allowed_ips '**.*.***.*/24
I see no need for 464xlat as you have native IPv4 connectivity, I suggest uninstalling it.
There is no need in using Cloudflare's DNS64 servers, remove them.
If you need a pair of custom DNS severs - keep what you have on wan6 and optionally on wan and remove them elsewhere.
Black magic - it work, I don’t know why and how, but I removed the 464xlat packet, and I still have network connection, but no more log spam of interface going up and down, I’ll try to see if I loose internet connection in some days, or some hours, I’ll reinstall it and add the option.
I was using CLAT because 2 months ago when I tried to setup OpenWRT, I didn t have network access (you can see in the issue mentionned).
I saying black magic, because today, I removed CLAT package and it still work, even though, 2 months ago, I didn’t have network connection without this packet.
“Verify ISP”, Yes my ISP does ipv6 to ipv6 that’s why I needed that CLAT package, but today, I removed it, and it still work.
“why reinstall” well, If my network goes down after I uninstall the CLAT package, I ll assume it’s because the CLAT package was needed, so I’ll reinstall it.
Anyway my network is now working, without the CLAT package so I don’t know ..