-
Notifications
You must be signed in to change notification settings - Fork 16.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无法访问网络,不清楚是什么问题,希望能帮忙看一下 #3404
Comments
请尝试使用第三方TCP测试服务,如 https://check-host.net/check-tcp 测试你的服务器IP和端口是否能通。 |
我看了一下docker日志,failed to handshake with xx:xx:xx:xx : authentication error |
有两种可能加密、认证、密码方式不对。 或者已经被干扰了。 |
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
无法上网
环境
操作步骤
服务器:vultr,centos7 64,通过docker安装shadowrock服务:docker pull imhang/shadowsocks-docker,运行命令:docker run -d --restart=always -e “SS_PORT=443” -e “SS_PASSWORD=vkuajing.net” -e “SS_METHOD=salsa20” -e “SS_TIMEOUT=600” -p 443:443 -p 443:443/udp --name ssserver imhang/shadowsocks-docker
电脑:win10,从github下载windows压缩包,解压运行exe,配置服务器地址、端口、密码等,使用全局模式启动
期望的结果
能正常访问google
实际结果
全局模式下所有网络均无法访问,This site can’t be reached。
配置文件和日志文件(请隐去敏感信息)
{
"version": "4.4.1.0",
"configs": [
{
"server": "隐藏ip",
"server_port": 443,
"password": "teddysun.com",
"method": "chacha20-ietf-poly1305",
"timeout": 3,
"warnLegacyUrl": false
}
],
"onlineConfigSource": [],
"strategy": null,
"index": 0,
"global": true,
"enabled": false,
"shareOverLan": false,
"firstRun": false,
"localPort": 1080,
"portableMode": true,
"showPluginOutput": false,
"pacUrl": "",
"useOnlinePac": false,
"secureLocalPac": true,
"regeneratePacOnUpdate": true,
"autoCheckUpdate": false,
"checkPreRelease": false,
"skippedUpdateVersion": "",
"isVerboseLogging": true,
"isIPv6Enabled": false,
"generateLegacyUrl": false,
"geositeUrl": "",
"geositeSha256sumUrl": "",
"geositeDirectGroups": [
"private",
"cn",
"geolocation-!cn@cn"
],
"geositeProxiedGroups": [
"geolocation-!cn"
],
"geositePreferDirect": false,
"userAgent": "ShadowsocksWindows/$version",
"logViewer": {
"topMost": false,
"wrapText": false,
"toolbarShown": false,
"Font": "Consolas, 8pt",
"BackgroundColor": "Black",
"TextColor": "White"
},
"proxy": {
"useProxy": false,
"proxyType": 0,
"proxyServer": "",
"proxyPort": 0,
"proxyTimeout": 3,
"useAuth": false,
"authUser": "",
"authPwd": ""
},
"hotkey": {
"SwitchSystemProxy": "",
"SwitchSystemProxyMode": "",
"SwitchAllowLan": "",
"ShowLogs": "",
"ServerMoveUp": "",
"ServerMoveDown": "",
"RegHotkeysAtStartup": false
},
"WebProxy": null
}
The text was updated successfully, but these errors were encountered: