Hi @alzhao,

Installed firmware is already 3.201.

DNS is setup as followed:
LAN (from luci)
use custom dns : 8.8.8.8
DHCP-Options : 6,8.8.8.8

wireguard interface dns : 91.121.161.184

Today after running fine for 3 days, when coming back home led was breathing blue.
web interface is down (site not reachable)
ssh is working.
Connected through ssh this is the result of test :
root@GL-MT1300:~# ping 8.8.8.8
100% packet loss

root@GL-MT1300:~# ping -I wg0 8.8.8.8
100% packet loss

root@GL-MT1300:~# ping -I apcli0 8.8.8.8
64 bytes from 8.8.8.8 seq=0 ttl=116 time=91.740 ms
64 bytes from 8.8.8.8 seq=0 ttl=116 time=91.740 ms

root@GL-MT1300:~# ping -I wg0 10.10.0.1 # ip of the wireguard interface on the server
100% packet loss

root@GL-MT1300:~# ping aaa.bbb.ccc.ddd # public ip of the wireguard server
64 bytes from aaa.bbb.ccc.ddd seq=0 ttl=116 time=138.319 ms
ping: sendto: operation not permitted


root@GL-MT1300:~# ping -I aplci0 aaa.bbb.ccc.ddd # public ip of the wireguard server
64 bytes from aaa.bbb.ccc.ddd seq=0 ttl=116 time=138.319 ms
64 bytes from aaa.bbb.ccc.ddd seq=0 ttl=116 time=138.410 ms

Internet access is working from apcli0, but when trying to ping the wireguard server without specifying the interface, each time, the first ping is working and then ping stop with the error : operation not permitted.

When restarting the web interface :
root@GL-MT1300:~# /etc/init.d/lighttpd start
The WireGuard client menu appear with an orange circle and the main button is in red saying “Abort”
After disconnecting the wireguard vpn from the web interface and then connect it again, internet access is working back.

root@GL-MT1300:~# ping aaa.bbb.ccc.ddd # public ip of the wireguard server
64 bytes from aaa.bbb.ccc.ddd seq=0 ttl=116 time=137.819 ms
64 bytes from aaa.bbb.ccc.ddd seq=0 ttl=116 time=138.210 ms


root@GL-MT1300:~# ping -I aplci0 aaa.bbb.ccc.ddd # public ip of the wireguard server
64 bytes from aaa.bbb.ccc.ddd seq=0 ttl=116 time=138.528 ms
64 bytes from aaa.bbb.ccc.ddd seq=0 ttl=116 time=138.901 ms