Support IPv4 in Tailscale
devops_admin
PROOP

5 months ago

The official template for tailscale https://railway.com/deploy/tailscale does not support the newly added support for ipv4.

The is because the template sets the env var TS_ROUTES=fd12::/16 but it should TS_ROUTES=fd12::/16,10.0.0.0/24

to support the new ipv4 addresses.

Please note that I don't know what netmask you use for ipv4, so I assumed 10.0.0.0/24

Please railway team update the template

Under Review

0 Threads mention this feature

1 Replies

brody
EMPLOYEE

5 months ago

Hello,

I have updated the template with the CIDR we use for IPv4 private networking, but please note the IPv4 network is in beta, and there is a known issue where some packets are outright dropped. This can manifest as connections being held open indefinitely, so please do not use it for production.


Loading...