Site-site connection

Can anyone help me what to do?I want to setup site-site connection using 2 beryl ax,1 at remote site I need to access a device in a remote site anytime anywhere using another beryl ax..

*Note: I have 2 beryl ax since I can't install tailscale on the actual device on both end..just turning on/off the device

You can enable Tailscale on two Beryl AXs and approved the subnet route of them. Then the devices in the remote site can be accessed on the other Beryl AX.

You can also try the AstroWarp, and it supported to create a remote network.

Already enable tailscale on both beryl ax ,I already set both subnet routes..I can ping the ip on remote site and vice versa but it does not power up when I press the power button..my device use udp port 13000-13002 tcp port 80...

Hello,

Since they ping are reachable with each other, the data (request) should have arrived, and probably require check why the machine is not responding.

BTW, you can try configuring the following two items in Luci > Network > Firewall:
image

I try this..for now I switched to zerotier...

1 Like

So.. Sorry to jump in, but I have the same need and it's not working for me. I have an MT6000 at home and a BE3600 in my RV. Both are bound to my account and both have subnets shared on the Tailscale admin console. The Allow Remote Access LAN and WAN are set to on in both routers.

When I shut the Tailscale app in my laptop down, I can ping the local router (BE3600), but I cannot ping the remote router (MT6000) or anything behind it.

I followed the instructions in the * Tailscale - GL.iNet Router Docs 4* doc. Any idea why it's not working?

cant make it work for tailscale but i made it work for zerotier...

Hello,

Is the LAN IP of BE3600 and MT6000 are not the same, right?

Please SSH to the BE3600:

ifconfig
tailscale status
ip r
ping <MT6000 tailscale virtual IP>
ping <MT6000 LAN IP>

The LAN IP schemes are different between the two routers. I ran the commands you asked. The Tailscale ping was successful, but the LAN IP ping was not.

I sent you a message with all the results.