XX-net / XX-Net

A proxy tool to bypass GFW.
33.05k stars 7.69k forks source link

IPv6 Tunnel 里面日志,Exception:CalledProcessError() 是什么情况? #8184

Open iSuperYang opened 7 years ago

iSuperYang commented 7 years ago

IPv6 Tunnel 里面日志,Exception:CalledProcessError() 是什么情况?

: netsh interface teredo set state disable


Exception:CalledProcessError()

: netsh interface 6to4 set state disabled


Exception:CalledProcessError()

: netsh interface isatap set state disabled


Exception:CalledProcessError()

xxnet commented 7 years ago

​是GAE 的日志吧, 调用系统命令的时候抛异常

把日志贴出来看看

iSuperYang commented 7 years ago

Nov 09 19:27:54.798 - [INFO] ipv6_tunnel switch disable

iSuperYang commented 7 years ago

IPv6 Tunnel 界面点击 disable 会出错。

iSuperYang commented 7 years ago

@xxnet IPv6 Tunnel 界面点击 disable 会出错。

matrixirtam commented 7 years ago

原生ipv6 关闭不了

xxnet commented 7 years ago

​点击 disable,下面日志显示什么?

iSuperYang commented 7 years ago

显示下面这些信息。 @xxnet

: netsh interface teredo set state disable Exception:CalledProcessError()

: netsh interface 6to4 set state disabled Exception:CalledProcessError()

: netsh interface isatap set state disabled Exception:CalledProcessError()

iSuperYang commented 7 years ago

@xxnet 2017-11-09_211827

xxnet commented 7 years ago

​这个还要再深入优化

ghost commented 7 years ago

原来至V3.7.11为止、ipv6_script文件夹下的bat已完美解决32位的win7、win10开关IPv6,从V3.7.13开始的GAE Advance menu: IPv6 Tunnel, one click enable.至少对32位系统完全无效!

xxnet commented 7 years ago

调用的脚本是一样的,应该是实现调用的地方,还有问题。 我先把原来的bat文件恢复回去,大家好找。

再研究调用的问题。 目前看到Reg 之类的调用,都是返回失败,还有一开始一些失败的。 原因要查出来,看如何解决。

ghost commented 7 years ago

大佬辛苦了! 手动运行bat是管理员权限,调用也有此权限?