shadowsocks-qt5
shadowsocks-qt5 copied to clipboard
Ubuntu16.04,状态已连接,测试延迟时闪过一下时间,然后显示测试失败
{ "server":"95.169.22.45", "server_port":10586, "local_address":"127.0.0.1", "local_port":1080, "password":"********", "timeout":300, "method":"chacha20-ietf-poly1305", "fast_open":false }
防火墙已经配置 sudo ufw allow from 95.169.22.45 请问是什么原因
Hi, @librehat I have the same problems with this issues that When I connect to a server, Status will show Error on Ubuntu 18.04.01. Here is the ERROR INFO:
Internet connectivity test failed. Please check the connection's profile and your firewall settings.
ubuntu 16.10 update to 1804 ,ss not work . 链接正常显示,测试链接 显示 延迟测试失败
the test conn log : Connecting clients1.google.com:443 from 127.0.0.1:50202 Remote socket error: Proxy connection refused
The same problem happened to me. @anonymone
我的问题解决了。通过qt-5导出配置,看到本地"local_address": "127.0.0.1"字段缺少,手动添加后 程序qt-5 crash。自己用通过第二种方式也就是 sslocal后可以访问google了。查看网络帖子说降级libshadowsocks可以,目前还没有尝试。(ps : 也有说将服务器加密方式改为 "aes-256-ctr"可以,此方法对于我本地无效)
thx,我也是安装的Ubuntu18,按照上面的方法解决了ss测试延时或者错误的问题,已经可以顺利ss了 以下是我的步骤
- Ubuntu 18的网络设置中禁用 ipv6
- 安装
shadowsocks-qt5
,sudo add-apt-repository ppa:hzwhuang/ss-qt5
Ubuntu 18安装会失败:仓库 “http://ppa.launchpad.net/hzwhuang/ss-qt5/ubuntu bionic Release” 没有 Release 文件 的错误
解决办法: a. 编辑/etc/apt/sources.list.d/hzwhuang-ubuntu-ss-qt5-bionic.list 文件,将bionic (18.04版本代号)改成xenial(16.04版本代号) b. 再执行sudo apt-get update
c. 安装ss-qt5sudo apt-get install shadowsocks-qt5
- 安装完成后配置网络代理 a. 选择手动 b. http代理端口设置为 8080,其它不要管 c. Socks 主机设置为 127.0.0.1,端口设置为1080
- 配置 ss
比较好的方式是先打开
shadowsocks-qt5
,选择: 连接-添加-手动中配置好你的账号 再选择: 文件-导出为gui-config.json文件 回到Ubuntu文件夹下,编辑这个文件 ~/gui-config.json 编辑格式:
{
"server":"95.169.22.45",
"server_port":10586,
"local_address":"127.0.0.1",
"local_port":1080,
"password":"********",
"timeout":300,
"method":"chacha20-ietf-poly1305",
"fast_open":false
}
编辑完成以后,再次导入到 shadowsocks-qt5
中。
- 配置防火墙 sudo ufw allow from 95.169.22.45 配置到这里就可以正常的在Ubuntu18 中打开使用 ss 了。
thx,我也是安装的Ubuntu18,按照上面的方法解决了ss测试延时或者错误的问题,已经可以顺利ss了 以下是我的步骤
- Ubuntu 18的网络设置中禁用 ipv6
- 安装
shadowsocks-qt5
,sudo add-apt-repository ppa:hzwhuang/ss-qt5
Ubuntu 18安装会失败:仓库 “http://ppa.launchpad.net/hzwhuang/ss-qt5/ubuntu bionic Release” 没有 Release 文件 的错误
解决办法: a. 编辑/etc/apt/sources.list.d/hzwhuang-ubuntu-ss-qt5-bionic.list 文件,将bionic (18.04版本代号)改成xenial(16.04版本代号) b. 再执行sudo apt-get update
c. 安装ss-qt5sudo apt-get install shadowsocks-qt5
- 安装完成后配置网络代理 a. 选择手动 b. http代理端口设置为 8080,其它不要管 c. Socks 主机设置为 127.0.0.1,端口设置为1080
- 配置 ss 比较好的方式是先打开
shadowsocks-qt5
,选择: 连接-添加-手动中配置好你的账号 再选择: 文件-导出为gui-config.json文件 回到Ubuntu文件夹下,编辑这个文件 ~/gui-config.json 编辑格式:{ "server":"95.169.22.45", "server_port":10586, "local_address":"127.0.0.1", "local_port":1080, "password":"********", "timeout":300, "method":"chacha20-ietf-poly1305", "fast_open":false }
编辑完成以后,再次导入到
shadowsocks-qt5
中。
- 配置防火墙 sudo ufw allow from 95.169.22.45 配置到这里就可以正常的在Ubuntu18 中打开使用 ss 了。
补充一点,保存后再次导入时不要通过“文件”->"从gui-config.json导入连接",而是通过“连接”->"添加"->"自config.json"
so this problem still unsolve ??
{ "server":"95.169.22.45", "server_port":10586, "local_address":"127.0.0.1", "local_port":1080, "password":"********", "timeout":300, "method":"chacha20-ietf-poly1305", "fast_open":false }
防火墙已经配置 sudo ufw allow from 95.169.22.45 请问是什么原因
你解决了吗?
@Hanzy1996 你解决了吗?
@lmingde 你解决了么?我还是没有
@chuhang123 不知怎么就解决了....不知道你现在情况?时shadowsockqt 还不能连接上吗?
如果是Ubuntu18天生有点水土不服,推荐16
@lmingde 能不能加我一下qq:1093609364,我还是连接不上,谢谢
@chuhang123 不知怎么就解决了....不知道你现在情况?时shadowsockqt 还不能连接上吗? 能不能加我一下qq:1093609364,我还是连接不上,谢谢
thx,我也是安装的Ubuntu18,按照上面的方法解决了ss测试延时或者错误的问题,已经可以顺利ss了 以下是我的步骤
1. Ubuntu 18的网络设置中禁用 ipv6 2. 安装 `shadowsocks-qt5`, `sudo add-apt-repository ppa:hzwhuang/ss-qt5` Ubuntu 18安装会失败: `仓库 “http://ppa.launchpad.net/hzwhuang/ss-qt5/ubuntu bionic Release” 没有 Release 文件 的错误` 解决办法: a. 编辑/etc/apt/sources.list.d/hzwhuang-ubuntu-ss-qt5-bionic.list 文件,将bionic (18.04版本代号)改成xenial(16.04版本代号) b. 再执行 `sudo apt-get update` c. 安装ss-qt5 `sudo apt-get install shadowsocks-qt5` 3. 安装完成后配置网络代理 a. 选择手动 b. http代理端口设置为 8080,其它不要管 c. Socks 主机设置为 127.0.0.1,端口设置为1080 4. 配置 ss 比较好的方式是先打开 `shadowsocks-qt5`,选择: 连接-添加-手动中配置好你的账号 再选择: 文件-导出为gui-config.json文件 回到Ubuntu文件夹下,编辑这个文件 ~/gui-config.json 编辑格式:
{ "server":"95.169.22.45", "server_port":10586, "local_address":"127.0.0.1", "local_port":1080, "password":"********", "timeout":300, "method":"chacha20-ietf-poly1305", "fast_open":false }
编辑完成以后,再次导入到
shadowsocks-qt5
中。1. 配置防火墙 sudo ufw allow from 95.169.22.45 配置到这里就可以正常的在Ubuntu18 中打开使用 ss 了。
感谢!!!亲测有效!
ubuntu 18 的话,我直接在snap 安装的. 能连接上
thx,我也是安装的Ubuntu18,按照上面的方法解决了ss测试延时或者错误的问题,已经可以顺利ss了 以下是我的步骤
1. Ubuntu 18的网络设置中禁用 ipv6 2. 安装 `shadowsocks-qt5`, `sudo add-apt-repository ppa:hzwhuang/ss-qt5` Ubuntu 18安装会失败: `仓库 “http://ppa.launchpad.net/hzwhuang/ss-qt5/ubuntu bionic Release” 没有 Release 文件 的错误` 解决办法: a. 编辑/etc/apt/sources.list.d/hzwhuang-ubuntu-ss-qt5-bionic.list 文件,将bionic (18.04版本代号)改成xenial(16.04版本代号) b. 再执行 `sudo apt-get update` c. 安装ss-qt5 `sudo apt-get install shadowsocks-qt5` 3. 安装完成后配置网络代理 a. 选择手动 b. http代理端口设置为 8080,其它不要管 c. Socks 主机设置为 127.0.0.1,端口设置为1080 4. 配置 ss 比较好的方式是先打开 `shadowsocks-qt5`,选择: 连接-添加-手动中配置好你的账号 再选择: 文件-导出为gui-config.json文件 回到Ubuntu文件夹下,编辑这个文件 ~/gui-config.json 编辑格式:
{ "server":"95.169.22.45", "server_port":10586, "local_address":"127.0.0.1", "local_port":1080, "password":"********", "timeout":300, "method":"chacha20-ietf-poly1305", "fast_open":false }
编辑完成以后,再次导入到
shadowsocks-qt5
中。1. 配置防火墙 sudo ufw allow from 95.169.22.45 配置到这里就可以正常的在Ubuntu18 中打开使用 ss 了。
感谢!!!亲测有效!
亲测有效,follow these instuctions step by step,then succeed!