shadowsocks / shadowsocks-qt5

A cross-platform shadowsocks GUI client
GNU Lesser General Public License v3.0
7.97k stars 2.33k forks source link

firefox无论设置为自动检测网络代理 使用系统代理 手动设置代理都无法正常工作 #769

Open truelv opened 5 years ago

truelv commented 5 years ago

ubuntu 18.04 firefox 63.0 shadowsocks-qt5 2.9.0 vps的测试延迟为200ms

llh6054 commented 5 years ago

我的也是,显示连接上了能测试延迟,我去服务器看了也显示连接建立了,但是怎么ping不通墙外的网站,设置火狐浏览器代理也没用 ubuntu 16.04

xiaoguo0426 commented 5 years ago

我也有同样的问题呢。我以为是我的电脑问题~

llh6054 commented 5 years ago

图形界面显示Connected,也显示了Latency 日志能看出什么东西吗 这是日志: Initialising cipher: aes-256-cfb Running in local mode. Listen UDP socket state changed to QAbstractSocket::BoundState TCP server listening at 127.0.0.1:1080 Listen UDP socket state changed to QAbstractSocket::ClosingState Listen UDP socket state changed to QAbstractSocket::UnconnectedState Stopped. Initialising cipher: aes-256-cfb Running in local mode. Listen UDP socket state changed to QAbstractSocket::BoundState TCP server listening at 127.0.0.1:1080 Connecting 23.62.236.163:80 from 127.0.0.1:57148 Connecting 52.74.223.119:443 from 127.0.0.1:57152 Connecting 34.216.156.21:443 from 127.0.0.1:57156 Connecting 54.200.147.0:443 from 127.0.0.1:57160 Connecting 117.18.237.29:80 from 127.0.0.1:57164 Connecting 54.230.74.161:443 from 127.0.0.1:57168 Local socket: The remote host closed the connection Connecting 34.218.152.83:443 from 127.0.0.1:57172 QIODevice::write (QTcpSocket): device not open Connecting 117.18.237.29:80 from 127.0.0.1:57176 Connecting 117.18.237.29:80 from 127.0.0.1:57180 Connecting 117.18.237.29:80 from 127.0.0.1:57184 Connecting 151.101.108.133:443 from 127.0.0.1:57188 Connecting 151.101.108.133:443 from 127.0.0.1:57192 Connecting 151.101.108.133:443 from 127.0.0.1:57196 Connecting 151.101.108.133:443 from 127.0.0.1:57190 Connecting 151.101.108.133:443 from 127.0.0.1:57194 Local socket: The remote host closed the connection Local socket: The remote host closed the connection Local socket: The remote host closed the connection Local socket: The remote host closed the connection Connecting 151.101.108.133:443 from 127.0.0.1:57208 Connecting 151.101.108.133:443 from 127.0.0.1:57210 Connecting 151.101.108.133:443 from 127.0.0.1:57212 Connecting 151.101.72.133:443 from 127.0.0.1:57220 QIODevice::write (QTcpSocket): device not open QIODevice::write (QTcpSocket): device not open Connecting 151.101.228.133:443 from 127.0.0.1:57224 Connecting 151.101.228.133:443 from 127.0.0.1:57226 Connecting 151.101.228.133:443 from 127.0.0.1:57228 QIODevice::write (QTcpSocket): device not open QIODevice::write (QTcpSocket): device not open Connecting 52.87.35.33:443 from 127.0.0.1:57236 Connecting 192.30.253.124:443 from 127.0.0.1:57240 Connecting 203.208.40.34:443 from 127.0.0.1:57244 Local socket: The remote host closed the connection Connecting 54.169.195.247:443 from 127.0.0.1:57248 Connecting 54.169.195.247:443 from 127.0.0.1:57250 Connecting 14.215.177.44:80 from 127.0.0.1:57256 Local socket: The remote host closed the connection Local socket: The remote host closed the connection Local socket: The remote host closed the connection Connecting 31.13.66.6:443 from 127.0.0.1:57260 Local socket: The remote host closed the connection Connecting 52.26.82.186:443 from 127.0.0.1:57264 Connecting 52.88.18.47:443 from 127.0.0.1:57268 Connecting 34.221.231.232:443 from 127.0.0.1:57272 Local socket: The remote host closed the connection Connecting 52.35.21.65:443 from 127.0.0.1:57276 Remote socket: The remote host closed the connection Connecting 14.215.177.44:80 from 127.0.0.1:57280 Local socket: The remote host closed the connection Connecting 14.215.177.44:80 from 127.0.0.1:57284 QIODevice::write (QTcpSocket): device not open Local socket: The remote host closed the connection Connecting 34.216.156.21:443 from 127.0.0.1:57288 Connecting 243.185.187.39:80 from 127.0.0.1:57292 Local socket: The remote host closed the connection Connecting 54.68.141.132:443 from 127.0.0.1:57296 Connecting 54.68.141.132:443 from 127.0.0.1:57298 Local socket: The remote host closed the connection Remote socket: The remote host closed the connection Local socket: The remote host closed the connection Remote socket: The remote host closed the connection Remote socket: The remote host closed the connection Local socket: The remote host closed the connection Remote socket: The remote host closed the connection Local socket: The remote host closed the connection Local socket: The remote host closed the connection Local socket: The remote host closed the connection Local socket: The remote host closed the connection Local socket: The remote host closed the connection Local socket: The remote host closed the connection Local socket: The remote host closed the connection Local socket: The remote host closed the connection

dorbodwolf commented 5 years ago

我也是同样问题, chrome浏览器可以用 安装chrome 参考这里 启动时候设置浏览器代理即可:google-chrome-stable --proxy-server="socks5://127.0.0.1:3450"

bamboosdu commented 5 years ago

设置好firefox代理后,记得要把proxy DNS WHEN using socks v5 选中,就能解决了!

RavenNil commented 5 years ago

昨天折腾了一下,用proxychains发现在命令行下是可以出去的,但是firefox怎么设置代理都不行,后来把proxy DNS WHEN using socks v5打勾,就行了