Gl.inet AXT 1800 - Tailscale disconnect and connect

I’ve set up Tailscale with a custom exit node on
OpenWrt 21.02-SNAPSHOT r16399+159-c67509efd7 / LuCI openwrt-22.03 branch git-21.284.67084-e4d24f0,
firmware version 4.4.6.
Additionally, I followed the documentation on https://openwrt.org/docs/guide-user/services/vpn/tailscale/start to configure an additional interface and firewall settings. The steps I followed include:

  • Creating a new unmanaged interface via LuCI.
  • Adding a new firewall zone through Network → Firewall → Zones → Add in LuCI.

Setup Tailscale with custom exit node :

TailScale configuration

However, after setting everything up as shown, I noticed that my Tailscale connection is disconnecting and reconnecting. Below are the logs:

Sat Nov 18 12:54:45 2023 daemon.info avahi-daemon[3855]: Joining mDNS multicast group on interface tailscale0.IPv4 with address 100.*.*.163.
Sat Nov 18 12:54:45 2023 daemon.info avahi-daemon[3855]: New relevant interface tailscale0.IPv4 for mDNS.
Sat Nov 18 12:54:45 2023 daemon.info avahi-daemon[3855]: Registering new address record for 100.*.*.163 on tailscale0.IPv4.
Sat Nov 18 12:54:46 2023 user.notice firewall: Reloading firewall due to ifup of tailscale (tailscale0)
Sat Nov 18 12:54:47 2023 user.notice mwan3[19131]: Execute ifup event on interface tailscale (tailscale0)
Sat Nov 18 12:54:47 2023 user.notice mwan3[19131]: Starting tracker on interface tailscale (tailscale0)
Sat Nov 18 12:54:49 2023 user.info mwan3rtmon[4408]: Detect rtchange event.
Sat Nov 18 12:54:50 2023 daemon.info avahi-daemon[3855]: Interface tailscale0.IPv4 no longer relevant for mDNS.
Sat Nov 18 12:54:50 2023 daemon.info avahi-daemon[3855]: Leaving mDNS multicast group on interface tailscale0.IPv4 with address 100.*.*.163.
Sat Nov 18 12:54:50 2023 daemon.notice netifd: Network device 'tailscale0' link is down
Sat Nov 18 12:54:50 2023 daemon.notice netifd: Interface 'tailscale' has link connectivity loss
Sat Nov 18 12:54:50 2023 daemon.notice netifd: Interface 'tailscale' is now down
Sat Nov 18 12:54:50 2023 daemon.notice netifd: Interface 'tailscale' is disabled
Sat Nov 18 12:54:50 2023 daemon.info avahi-daemon[3855]: Withdrawing address record for 100.*.*.163 on tailscale0.
Sat Nov 18 12:54:50 2023 daemon.notice netifd: Interface 'tailscale' is enabled
Sat Nov 18 12:54:50 2023 daemon.info avahi-daemon[3855]: Joining mDNS multicast group on interface tailscale0.IPv4 with address 100.*.*.163
Sat Nov 18 12:54:50 2023 daemon.info avahi-daemon[3855]: New relevant interface tailscale0.IPv4 for mDNS.
Sat Nov 18 12:54:50 2023 daemon.info avahi-daemon[3855]: Registering new address record for 100.*.*.163 on tailscale0.IPv4.
Sat Nov 18 12:54:50 2023 daemon.notice netifd: Network device 'tailscale0' link is up
Sat Nov 18 12:54:50 2023 daemon.notice netifd: Interface 'tailscale' has link connectivity
Sat Nov 18 12:54:50 2023 daemon.notice netifd: Interface 'tailscale' is setting up now
Sat Nov 18 12:54:50 2023 daemon.notice netifd: Interface 'tailscale' is now up

The problem with the disconnection and reconnection seems to occur when I add the new interface to the router through the LuCI portal. However, there are moments when connected that I am able to reach my exit node IP, so it seems to be working, but something is missing.

When I don’t create these interfaces and firewall rules, I don’t have an internet connection.

Could you advise me on what I might be missing?

What Tailscale version are you running?

root@GL-AXT1800:~# tailscale version
1.32.2-dev
go version: go1.19.3

But problem solved . I can close this topic .

SOLUTION:

  • Create interface
  • Do not create firewall rule and remember to add Allow Remote Access LAN to your router. And now problem with reconnecting do not exist.