저는 대학 네트워크에서 MineOS 턴키 서버를 실행하고 있으며 방화벽 뒤에 잠겨 있습니다. 나는 그들의 Linux 서버에 SSH로 연결할 수 있었고 거기에서 내 서버에 SSH로 연결할 수 있었지만 내 컴퓨터의 Minecraft 클라이언트에서 이중 SSH를 사용하는 서버로 연결을 터널링하는 방법을 모르겠습니다. 네트워크의 서버에 쉽게 연결할 수 있지만, 휴식 중이기 때문에 네트워크에 직접 액세스할 수 없습니다.
답변1
이 문제와 관련이 있는 것 같습니다https://gaming.stackexchange.com/questions/21848/how-can-i-play-minecraft-through-a-proxy-server
포트 포워딩을 하거나 SOCKS 프록시를 생성할 수 있습니다. 또는 에 대한 SSH 설명서를 확인하세요 ssh -L
.ssh -D
localhost
포트 포워딩의 경우 마인크래프트 서버 주소를 사용해야 합니다 . SOCKS 프록시의 경우 --proxyHost
및를 매개변수로 확인하세요 --proxyPort
. 팁http://Hydra.geht.net/tino/howto/software/minecraft/proxy/
Download minecraft.jar (this is Minecraft for Linux) and run it as follows: java -Dhttp.proxyHost=PROXYHOST -Dhttp.proxyPort=PROXYPORT -Dhttps.proxyHost=PROXYHOST -Dhttps.proxyPort=PROXYPORT -jar d:\minecraft\minecraft.jar --proxyHost SOCKSHOST --proxyPort SOCKSPORT Replace following words above with: PROXYHOST: your HTTP proxy IP PROXYPORT: is your HTTP proxy port, usually 8080 SOCKSHOST: is your SOCKS5 proxy IP SOCKSPORT: is your SOCKS5 proxy port, usually 1080