Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

IPV6 #14

Open
Samiya321 opened this issue Apr 1, 2018 · 14 comments
Open

IPV6 #14

Samiya321 opened this issue Apr 1, 2018 · 14 comments
Labels
enhancement New feature or request

Comments

@Samiya321
Copy link

更新的话可否支持ipv6地址
现在v6地址不能用

@reechang
Copy link

reechang commented Apr 1, 2018

同希望增加IPV6

@Srar
Copy link
Owner

Srar commented Apr 1, 2018

这几天有空的话我就加上ipv6吧

@Srar Srar added the enhancement New feature or request label Apr 1, 2018
@Srar
Copy link
Owner

Srar commented Apr 3, 2018

看了下ipv6需要实现的内容。。。坑比较多看来这几天是搞不定了。。后面慢慢来吧

@Samiya321
Copy link
Author

坐等一个月2333333

@Samiya321
Copy link
Author

最新的版本支持ipv6了吗

@Srar
Copy link
Owner

Srar commented Apr 29, 2018

还不支持

填坑进度: 内部ss已支持, tcpip栈填坑填了一半

@Samiya321
Copy link
Author

继续等ipv6 23333

@Srar
Copy link
Owner

Srar commented May 20, 2018

目前已经支持ipv6转发相关代码已经push到dev分支, 还有些ipv6转发bug修完就合并到主分支了

@Srar
Copy link
Owner

Srar commented May 22, 2018

1.3版本已上传, 已支持IPv6转发.

@Srar Srar closed this as completed May 22, 2018
@TTYOUR
Copy link

TTYOUR commented May 22, 2018

$ .\sstap.exe --host 2001:19f0:6001:970:5400:ff:fe59:82d4 --port 30568 --passwd 68637567 --xtudp 20 --method aes-128-gcm
Unhandled Rejection at: Promise Promise {
{ Error: queryA ENOTFOUND 2001:19f0:6001:970:5400:ff:fe59:82d4
at errnoException (dns.js:50:10)
at QueryReqWrap.onresolve [as oncomplete] (dns.js:238:19)
code: 'ENOTFOUND',
errno: 'ENOTFOUND',
syscall: 'queryA',
hostname: '2001:19f0:6001:970:5400:ff:fe59:82d4' } } reason: { Error: queryA ENOTFOUND 2001:19f0:6001:970:5400:ff:fe59:82d4
at errnoException (dns.js:50:10)
at QueryReqWrap.onresolve [as oncomplete] (dns.js:238:19)
code: 'ENOTFOUND',
errno: 'ENOTFOUND',
syscall: 'queryA',
hostname: '2001:19f0:6001:970:5400:ff:fe59:82d4' }

@TTYOUR
Copy link

TTYOUR commented May 22, 2018

ipv4的
Route deletion failed. Code: 1168. Route: 169.254.255.255/255.255.255.255
netsh interface ipv4 set interface 61 metric=1
netsh interface ipv6 set interface 61 metric=1
netsh interface ipv4 set dnsservers 61 static 8.8.8.8 primary
netsh interface ip set address name=61 static 10.198.75.60 255.255.255.0 10.198.75.61
route delete 0.0.0.0 10.198.75.61 路由删除失败: 找不到元素。
route delete 8.8.8.8 路由删除失败: 找不到元素。
netsh interface ipv6 set address interface=61 address=fd05:5dd5:b158:0b23:0000:0000:0000:0005
netsh interface ipv6 add route ::/0 interface=61 nexthop=fd05:5dd5:b158:0b23:0000:0000:0000:0004
netsh.exe interface ipv6 set dnsserver name=61 source=static address=2001:4860:4860::8888 validate=no
route add 192.243.113.102 mask 255.255.255.255 10.20.21.1 metric 1 路由添加失败: 对象已存在。
route add 192.243.113.102 mask 255.255.255.255 10.20.21.1 metric 1 路由添加失败: 对象已存在。
XTUdp: disabled
但没走shadowsocks的样子

@Srar
Copy link
Owner

Srar commented May 22, 2018

@TTYOUR ipv6转ipv4, ipv6的目前我没有环境可以测试。。只测试了ipv4转ipv4和ipv4转ipv6

@Srar Srar reopened this May 22, 2018
@TTYOUR
Copy link

TTYOUR commented May 23, 2018

那我来帮你测试吧

@Samiya321
Copy link
Author

希望能尽快实现ipv6转ipv4, ipv6感谢楼主

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants