-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tailscale SNAT #136
base: master
Are you sure you want to change the base?
tailscale SNAT #136
Conversation
这个问题过去8个月了仍然存在,请问怎么解决,tailscale控制台已经显示了路由设备开启了subnet的字样,但是还是无法与subnet网段通信,求解! |
@EaveLuo ssh 进路由器, 运行上述命令 |
没运行上述命令,我把路由器的接受路由表关了就正常了,估计是两个端有相同的网段冲突了 |
tailscale无法连接网络,我再nas上部署就没问题,怎么解决 |
@qiangxinglin 你知道怎么回事吗 |
2024/10/03 11:56:49 logtail started |
@cysg115 一样的问题,换用zerotier了 |
@meisekiyou 我的弄好了,用命令开启一下后给网址授权设备,原来是设备没授权 |
建议script增加SNAT, 否则无法此路由器的客户端无法访问组网中的其他subnet网段
例:
iptables -t nat -A POSTROUTING ! -s 192.168.50.1/32 -o tailscale0 -j MASQUERADE