go-gost / gost

GO Simple Tunnel - a simple tunnel written in golang
https://gost.run
MIT License
4.39k stars 528 forks source link

开启了ipv6,不能建立tun隧道 #255

Open clywm520 opened 1 year ago

clywm520 commented 1 year ago

LinuxA 主机与linuxB主机通过tun建立隧道。 A是公网是IPv4地址 .B无公网地址但有IPV6私网地址。两者不能建立隧道。无法使用.

2023/08/13 18:04:55 tuntap.go:295: [tun] fe80::c409:70ad:85b6:3574 -> ff02::2 IPv6-ICMP 8 0 2023/08/13 18:05:11 tuntap.go:295: [tun] fe80::c409:70ad:85b6:3574 -> ff02::2 IPv6-ICMP 8 0 2023/08/13 18:05:43 tuntap.go:295: [tun] fe80::c409:70ad:85b6:3574 -> ff02::2 IPv6-ICMP 8 0 2023/08/13 18:06:46 tuntap.go:295: [tun] fe80::c409:70ad:85b6:3574 -> ff02::2 IPv6-ICMP 8.0

clywm520 commented 1 year ago

linux A有公网IP Linux B无公网IP 。 A-B不能建立tun.不能互相PING通