TangChangcheng

Results 8 comments of TangChangcheng

> 这里具体的 ssh 命令是? > 另外别的应用(如浏览器)能否通过容器开出的 socks5 代理访问 EssyConnect 网络? ssh使用如下命令 ``` ssh -o ProxyCommand='nc -X 5 -x 127.0.0.1:1080 %h %p' USER@HOST ``` 在外部应用全都无法用socks5代理访问easyconnect网络; 在内部可以用ssh USER@HOST直接访问,但是curl测试socks5代理依然不行 ``` curl --socks5 127.0.0.1:1080...

> 听起来现象有点怪…… 我这儿没有 Mac,没法用 Mac 尝试复现,但是看其他 Mac 用户也有正常使用的。 > > > ``` > > curl --socks5 127.0.0.1:1080 https://www.baidu.com/ > > ``` > > 这个错误输出了什么? ``` curl: (7) Failed to connect...

> `hagb/docker-easyconnect:ssh` 是否是经过修改的 image? > 是apt install了ssh等服务用于测试网络是否可以连接 > 正常情况下,socks5 服务端会在 EasyConnect 登陆成功后启动,启动时应该会输出一句警告 `danted[268]: warning: checkconfig(): setting the unprivileged uid to 0 is not recommended for security reasons`,如果容器的输出里没有这句那么 socks5 服务端应该没起来。 >...

我这把`external: tun0`删掉之后danted命令就可以运行了,socks5也正常了

但问题是我用`docker exec -it $CONTAINER bash`之后运行danted才起来的,脚本里并没有成功,不知道为什么

> > 我这把`external: tun0`删掉之后danted命令就可以运行了,socks5也正常了 > > 通过 socks5 是否可以访问只有 vpn 能访问的站点? > > 我有点疑惑其实,这里 EasyConnect 是怎么让容器里的流量走代理的。从上面的对话看,EasyConnect 没有产生 `tun0` 这样的 network interface,然后路由表似乎也没有改(再看看 `ip route list table local`、`ip route list table main`...

Hello, thanks for your contribution. I did not reproduce this bug, perhaps due to random. May I know that if you solve this problem after changing `ss.num_op_choices` to `ss.num_op_choices -...

Hi, I try to run the command: `awnas gen-sample-config -r nasbench-101 -d image ./sample_nb101.yaml` and it works. Perhaps you need to check whether there is the warning at the head...