Search found 28 matches

by Potcat
Thu Jun 06, 2013 1:41 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Adding ports for SSH
Replies: 17
Views: 3294

Re: Adding ports for SSH

It looks as though this is normally done with multiple Port lines in /etc/ssh/sshd_config (or your version of that file). For instance: Port 22 Port 50 Port 99 Port 6666 After making this change, you'd need to restart the SSH daemon (or the whole VDS). This was the first thing I tried changing. Unf...
by Potcat
Wed Jun 05, 2013 4:34 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Adding ports for SSH
Replies: 17
Views: 3294

Adding ports for SSH

I wish to add ports for SSH to listen to, but unfortuantely I cannot get this working. I have tried adding the ports to SSH configs, tried various iptables rules, nothing is working. Is there an extra step I might be missing?
by Potcat
Sun Apr 21, 2013 9:05 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Running bukkit server.
Replies: 25
Views: 5786

Re: Running bukkit server.

Potcat, those iptables rules don't make too much sense. In the INPUT chain, for instance, you have a rule that appears to allow all traffic, followed by other rules (which should never be reached). You also have reject-with icmp-host-prohibited rules, which are a no-no nowadays due to spoofed DDoS ...
by Potcat
Sun Apr 21, 2013 8:29 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Running bukkit server.
Replies: 25
Views: 5786

Re: Running bukkit server.

Spray223 wrote:Was that the full output for Iptables -L ? I don't see any Output rules. You will want to add in the following rule to allow outgoing traffic:

Code: Select all

-A OUTPUT -j ACCEPT
Attempted that just now, it didn't work.
by Potcat
Sun Apr 21, 2013 7:58 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Running bukkit server.
Replies: 25
Views: 5786

Re: Running bukkit server.

The problem is that I cannot connect to my server via minecraft. The minecraft server process runs and shows no errors. I have just tested connection with iptables disabled completely; I could connect to my server then. I imagine however that I should not run my server with iptables disabled. Is the...
by Potcat
Sun Apr 21, 2013 6:57 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Running bukkit server.
Replies: 25
Views: 5786

Re: Running bukkit server.

A bit of history is in order perhaps. I have run bukkit servers three times before. The last one was on a VPS running centoOS 5.3. Bukkit was connectable straight out of the box and no plugins seemed to interfere with this. I have transferred all my worlds and plugins to this server however I have t...
by Potcat
Sun Apr 21, 2013 6:48 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Running bukkit server.
Replies: 25
Views: 5786

Re: Running bukkit server.

I just tried vanilla server, no luck. iptables -L outputs this: Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT icmp -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:...
by Potcat
Sun Apr 21, 2013 4:36 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Running bukkit server.
Replies: 25
Views: 5786

Re: Running bukkit server.

None. Server is days old.
by Potcat
Sun Apr 21, 2013 4:29 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Running bukkit server.
Replies: 25
Views: 5786

Re: Running bukkit server.

I retried connecting with online-mode=true and server-ip=74.91.112.155 and this is the output. 08:26:13 [INFO] Starting minecraft server version 1.5.1 08:26:13 [INFO] Loading properties 08:26:13 [INFO] Default game type: SURVIVAL 08:26:13 [INFO] Generating keypair 08:26:13 [INFO] Starting Minecraft ...
by Potcat
Sun Apr 21, 2013 4:21 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Running bukkit server.
Replies: 25
Views: 5786

Re: Running bukkit server.

I've already tried changing that to the server's ip. It doesn't do anything. And I've tried setting online-mode to true as well - nothing.
by Potcat
Sat Apr 20, 2013 11:46 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Running bukkit server.
Replies: 25
Views: 5786

Re: Running bukkit server.

As far as I understand, online mode is for verification of user accounts; if set to false people don't need to have their accounts verified with minecraft.net to join.

Regardless, I tried this and it did not work.
by Potcat
Sat Apr 20, 2013 11:14 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Running bukkit server.
Replies: 25
Views: 5786

Re: Running bukkit server.

When the server starts: 2013-04-20 09:53:56 [INFO] Starting minecraft server version 1.5.1 2013-04-20 09:53:56 [INFO] Loading properties 2013-04-20 09:53:56 [INFO] Default game type: SURVIVAL 2013-04-20 09:53:56 [INFO] Generating keypair 2013-04-20 09:53:56 [INFO] Starting Minecraft server on 0.0.0....
by Potcat
Sat Apr 20, 2013 6:23 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Running bukkit server.
Replies: 25
Views: 5786

Running bukkit server.

Hi. I am trying to run bukkit on my unmanaged VDS. Unfortunately neither I nor my users can connect to the server when it is running. I've tried forwarding ports, installing the latest java and making various tweaks to bukkit's settings. I've even tried running a clean bukkit install opposed to atte...