Search found 9 matches

by Megapants
Mon Aug 08, 2016 2:00 am
Forum: Resolved Problems and Bugs
Topic: [0.13.x] Ping "Can't Reach"
Replies: 9
Views: 8993

Re: [0.13.x] Ping "Can't Reach"

To follow up on that, my iptables rules include the following:

Code: Select all

# IPv4 Ping
-A INPUT -p icmp -m state --state NEW --icmp-type 8 -j ACCEPT

# IPv6 Ping
-A INPUT -p icmpv6 -j ACCEPT
Which should allow all ICMP functions.
by Megapants
Wed Jul 27, 2016 9:43 pm
Forum: Technical Help
Topic: multiplayer problem
Replies: 1
Views: 1588

Re: multiplayer problem

Can I recommend you both ditch Hamachi and forward UDP port 34197 on your routers?

You can learn how to do that here:
http://portforward.com/english/routers/port_forwarding/routerindex.htm

From there, just get your external IP address from somewhere like:
http://www.whatsmyip.org

Have one of ...
by Megapants
Wed Jul 27, 2016 4:29 pm
Forum: Technical Help
Topic: Problem with server-settings.json
Replies: 3
Views: 2260

Re: Problem with server-settings.json

The JSON format appears to be correct, but you're missing a few definitions.

Here's the default file:

"name": "Name of the game as it will appear in the game listing",
"description": "Description of the game that will appear in the listing",
"tags": ["game", "tags"],
"max_players": "0 ...
by Megapants
Tue Jul 26, 2016 11:45 pm
Forum: Resolved Problems and Bugs
Topic: [0.13.x] Ping "Can't Reach"
Replies: 9
Views: 8993

Re: [0.13.x] Ping "Can't Reach"

You're right. About half of the servers that I checked state "can't reach", but I can't really find a pattern as to why. Perhaps this belongs in the Bug Reports/Minor Issues board?
by Megapants
Tue Jul 26, 2016 2:27 pm
Forum: Resolved Problems and Bugs
Topic: [0.13.x] Ping "Can't Reach"
Replies: 9
Views: 8993

[0.13.x] Ping "Can't Reach"

Hey everyone,

I'm running a headless server on Ubuntu Linux and I can't get the ping to show up in the server browser:
Image

I'm able to ping the server IP directly with no issue. It connects and plays fine.

Any ideas?
by Megapants
Sat Jul 23, 2016 2:54 am
Forum: Duplicates
Topic: [0.13.10] linux build crashing to desktop when crafting
Replies: 4
Views: 1881

Re: [0.13.10] linux build crashing to desktop when crafting

I'm hosting v0.13.10 headless on a 1GB DigitalOcean VPS. Anytime I connect (Windows client) and try to craft anything the server crashes. The last version worked fine.
by Megapants
Sat Jul 23, 2016 2:16 am
Forum: Resolved Problems and Bugs
Topic: [Twinsen] [0.13.10] Headless mode (--start-server) causes 100% cpu
Replies: 8
Views: 5258

Re: [0.13.10] Headless mode (--start-server) causes 100% cpu

I'm having the same issue:
http://i.imgur.com/aa69gVt.png

In the previous release (0.13.9) it was hovering around 35% with two people connected. Updated an hour ago and it's been 99.9% since with no one connected.

It's running on a 1GB DigitalOcean VPS with Ubuntu 14.04.4 LTS. No mods installed ...

Go to advanced search