As you can see, I cannot reach my server. Ive tried most of everything; From chmoding different files to installing a whole new Distro of linux. I have been at this most of my day and it is royaly pissing me off.
I ordered a vps from http://volumedrive.com/vdrive/?a=vps , the third one.
Im using FTB Unleashed v1.1.7
Heres the distro im using:
Heres my recent install that I did:
I then left it alone for a couple minutes by doing ctrl A - d.
I went to the vps portal and chmod'd the games directory as well with the minecraft directory.
I then did:
and this was the output:
Am I missing a huge piece of something? or is it a simple thing that I overlooked?
I ordered a vps from http://volumedrive.com/vdrive/?a=vps , the third one.
Im using FTB Unleashed v1.1.7
Heres the distro im using:
Code:
~# cat /etc/*-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.4 LTS"
NAME="Ubuntu"
VERSION="12.04.4 LTS, Precise Pangolin"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu precise (12.04.4 LTS)"
VERSION_ID="12.04"
Heres my recent install that I did:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install screen
sudo apt-get install default-jre
cd /var
mkdir games
cd games
mkdir minecraft
cd minecraft
wget http://new.creeperrepo.net/FTB2/modpacks^Unleashed^1_1_7^Unleashed-server.zip
mv modpacks^Unleashed^1_1_7^Unleashed-server.zip server.zip
unzip server.zip
chmod +x ServerStart.sh
screen -S server
./ServerStart.sh
I then left it alone for a couple minutes by doing ctrl A - d.
I went to the vps portal and chmod'd the games directory as well with the minecraft directory.
I then did:
netstat -nalp | grep :25565
and this was the output:
tcp 0 0 0.0.0.0:25565 0.0.0.0:* LISTEN 1668/java
Am I missing a huge piece of something? or is it a simple thing that I overlooked?
Last edited: