When our rutx14 changes sim, either by command or by configuration it regularly loses the ability to resolve domain names and loses connection to the Tailscale network. Lan devices continue without any problem. This has happened many times even once when installing a package.
I have been ssh’ing to a server inside the lan, which also has Tailscale installed, to connect to the rutx14 locally to restart Tailscale.
Today I went to the site to try to debug it (the UPS died and the internal server was waiting for the password for the encrypted disk).
Device: RUTX14
Kernel: 5.10.233
Firmware: RUTX_R_00.07.13.4
Build: 4fa85bedfb8
Build date: 2025-04-02 12:01:53
root@RUTX14:~# tailscale version
1.70.0
go version: go1.22.5
root@RUTX14:~# ping -c1 google.com | grep time
ping: bad address 'google.com'
root@RUTX14:~# cat /tmp/resolv.conf.d/resolv.conf.auto
# Interface mob1s1a1_4
nameserver 62.87.92.201
nameserver 212.166.167.71
root@RUTX14:~# cat /tmp/resolv.conf
search lan
nameserver 127.0.0.1
nameserver ::1
root@RUTX14:~# tailscale down && tailscale up
root@RUTX14:~# ping -c1 google.com | grep time
64 bytes from 172.217.168.174: seq=0 ttl=118 time=27.453 ms
root@RUTX14:~# cat /tmp/resolv.conf.d/resolv.conf.auto
# Interface mob1s1a1_4
nameserver 62.87.92.201
nameserver 212.166.167.71
root@RUTX14:~# cat /tmp/resolv.conf
search lan
nameserver 127.0.0.1
nameserver ::1
How should I proceed? Any help appreciated.