Linux 不是很熟,所以暂时没有找到比较好的办法。 Google 过找到了个可能能用的解决方法,但是不懂怎么下手。。。
以下是我找到的那个解决方法
Authentication issues potential fix:
ive noticed over the last month or so that the game keeps requiring access to new authentication server ip's, so i started keeping track of them.
184.73.255.200:443
184.73.179.96:80then just now today a new one
184.73.237.83:4432 Dec another new one
184.73.252.89:44331 Dec another
184.73.234.214:443~19 Jan 2014
174.129.10.60:443 to login , then,
174.129.225.250:443 to authenticatei added these as 'allow' exceptions for my network traffic and it now authenticates just fine
不知道是哪里拦截了请求,所以也不知道怎么放行。。。
现在的情况:
1
cylin 2015-09-24 12:23:25 +08:00 1
java 可以这样:
java -DsocksProxyHost=127.0.0.1 -DsocksProxyPort=1080 -jar minecraft.jar proxychains 也可以,要在配置文件里设置一下,如果你的机器是专门做这个用途,可以把本地 443 用 ssh 转发出去,然后把 sessionserver.mojang.com 用 hosts 劫持到本地。 原因嘛。。 mojang 的服务器是放在 ec2 的,国内访问并不稳定,连接失败是常事。 |