打算在校园网内网自己开一个Minecraft服务程序和隔壁几个同学一起玩 可是连接有问题
配置过程如下
准备工作
首先 java版本
shu@debian:~/games/Minecraft/server$ java -version
openjdk version "1.8.0_72-internal"
OpenJDK Runtime Environment (build 1.8.0_72-internal-b15)
OpenJDK 64-Bit Server VM (build 25.72-b15, mixed mode)
其次 下载服务端程序
s3.amazonaws.com/Minecraft.Download/versions/1.9.2/minecraft_server.1.9.2.jar
再之后 下载游戏起动器
mcbbs.net/thread-142335-1-1.html
准备工作差不多了
运行程序
运行服务端程序
shu@debian:~/games/Minecraft/server$ java -jar minecraft_server.1.9.2.jar nogui
[12:47:58] [Server thread/INFO]: Starting minecraft server version 1.9.2
[12:47:58] [Server thread/INFO]: Loading properties
[12:47:58] [Server thread/INFO]: Default game type: SURVIVAL
[12:47:58] [Server thread/INFO]: Generating keypair
[12:47:58] [Server thread/INFO]: Starting Minecraft server on *:25565
[12:47:58] [Server thread/INFO]: Using epoll channel type
[12:47:58] [Server thread/INFO]: Preparing level "world"
[12:47:58] [Server thread/INFO]: Preparing start region for level 0
[12:47:59] [Server thread/INFO]: Preparing spawn area: 37%
[12:48:00] [Server thread/INFO]: Done (2.034s)! For help, type "help" or "?"
运行游戏启动器
shu@debian:~/games/Minecraft$ java -jar HMCL-2.4.1.10.jar
[12:49:48] [main/INFO] *** Hello Minecraft! Launcher 2.4.1.10 ***
[12:49:48] [main/INFO] Initialized settings.
然后就是下载游戏和游戏的资源文件 等待下载完成 可以打开游戏程序了
http://7xsc47.com1.z0.glb.clouddn.com/2016-04-27%2012:52:33%20的屏幕截图.png
进入之后,选择多人游戏,填写服务器地址的时候提示 localhost outed data 要求填写1.9.2
所以 服务器地址: 1.9.2:25565
http://7xsc47.com1.z0.glb.clouddn.com/2016-04-27%2012:54:40%20的屏幕截图.png
再过一段时间就显示红色的 can’t connect to the server
运行ifconfig查看本机地址为192.168.1.112 然后添加一个新的服务器 服务器地址填写192.168.1.112:25565 显示不能连接
http://7xsc47.com1.z0.glb.clouddn.com/2016-04-27%2013:08:14%20的屏幕截图.png
打开路由器配置页面 Network->Firewall->Port Forwards
添加端口映射
http://7xsc47.com1.z0.glb.clouddn.com/2016-04-27%2013:13:39%20的屏幕截图.png
添加结果
http://7xsc47.com1.z0.glb.clouddn.com/2016-04-27%2013:13:50%20的屏幕截图.png