This topic created in 747 days ago, the information mentioned may be changed or developed.
大家好,今天问题比较多,这次的问题是关于 tailscale 的:
我在 ImmortalWrt 搭了 tailscale 的 Exit nodes 节点。
在安装了 tailscale 的电脑,并且使用了 Exit nodes ipv4 是正常的,提示是:IPv4 连接:Internet 。
而 IPV6 就不正常了,提示说是:IPv6 连接: 无 Internet 访问权限。
请问后面这个问题怎么解决呢?
14 replies • 2024-07-20 17:33:48 +08:00
 |
|
1
xingkong06 May 13, 2024
另外发现现在 23.5.x 的版本,配置 tailscale 贼方便,现在只要在/网络创建一个接口,网络类型选择不配置,然后网络设备选 tailscale ,保存重新启动系统就可以用了,原来还要配置防火墙呢。
|
 |
|
2
xingkong06 May 13, 2024
下面是我自己用的配置代码,大家帮忙看看有没有什么问题: tailscale up --advertise-routes=192.168.0.0/24 --advertise-exit-node --accept-dns=false 需要引用的,把其中的 ip 地址更换维自己的地址,不能是路由器 IP 地址,只能是例如:10.0.0.0/24 这样的网段地址。
|
 |
|
3
xingkong06 May 13, 2024
另外发现,当打开了 tailscale 的 Exit nodes 之后,在打开 IPV6 的 ITV 直播源,是无法播放的。
|
 |
|
4
gunner168 May 13, 2024 via Android
我手机的 tailscale 开启后确实是无法访问 ip6 网站
|
 |
|
5
yyzh May 13, 2024 via Android
这种 vpn 只能用 nat 的吧?
|
 |
|
6
0o0O0o0O0o May 13, 2024 via iPhone
我手机使用 Linux 软路由上的 Exit Node ,公网的 IPv4 和 IPv6 都正常,没有什么特别的设置,tailscale up 命令选项和你也没什么区别
|
 |
|
7
ghdong May 14, 2024
我 openwrt 中我都不配什么接口和防火墙的 直接 tailscale up --advertise-routes=10.10.10.0/24 --accept-routes --advertise-exit-node 开启 open clash 在 clash 中 关一下本地 DNS 劫持 客户端就正常连接走 exit node
|
 |
|
8
ghdong May 14, 2024
ifconfig 中看到 tailscale 的接口应该就是
|
 |
|
9
fortitudeZDY May 16, 2024
问题是楼主你没说你 exit node 本身具备不具备 IPv6 能力呀,client 把流量牵引到 exit node 之后,会在那里进行 ipv6 nat 出去。
另外,v4 上,tailscale 客户端是通过 overlay DoH 方式把 dns 请求牵引到 exit node 进行的,这样理论上应该是能够得到双栈 dns 回复的。
|
 |
|
10
xingkong06 May 17, 2024
exit node 是基于 OpenWrt 搭建的, 本地有 ipv6 和 v4 双公网地址,IP v6 可用。
|
 |
|
13
chen1210 Jun 24, 2024
遇到同样的问题里,有什么新的进展吗
|