Need Help with Linux Hositng issues

How, what and why to code in BYOND.
Post Reply
Harcourt
Joined: Sun Oct 29, 2017 12:30 am
Byond Username: Harcourt

Need Help with Linux Hositng issues

Post by Harcourt » #366331

So im trying to host a server for a group of friends.

I'm good friends with my ex's brother and he has a server in his attic. I got SSH access and DreamDaemon and everything works right. BUT nocone can connect to the server...

Im hosting on port 2055 and im sure that 2055 has be forwarded

See:
https://ibb.co/c8Hspm

But when I host it it starts up fine but none can connect to it and i get a message in the console port 2055 not reachable by byond hub or something.

Additionally im using an unresolved name so it is accessed by: thename.io:2055

I can resolve the IP though if it would make a difference.

I also tried hosting tg to make sure it wasn't my shitcode.

Thanks for the help
User avatar
oranges
Code Maintainer
Joined: Tue Apr 15, 2014 9:16 pm
Byond Username: Optimumtact
Github Username: optimumtact
Location: #CHATSHITGETBANGED

Re: Need Help with Linux Hositng issues

Post by oranges » #366402

have you opened the port on the linux server as well (assuming it's running iptables or something similar)

from my own byond host box (I use port 45000)

oranges@jumphost:~$ sudo iptables -L
[sudo] password for oranges:
Chain INPUT (policy ACCEPT)
target prot opt source destination
<snip out irrelevant rules>
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:45000
<snip out irrelevant rules>
Harcourt
Joined: Sun Oct 29, 2017 12:30 am
Byond Username: Harcourt

Re: Need Help with Linux Hositng issues

Post by Harcourt » #366415

Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:1337
ACCEPT tcp -- anywhere anywhere tcp dpt:2055
ACCEPT udp -- anywhere anywhere udp dpt:2055

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:1337
ACCEPT tcp -- anywhere anywhere tcp dpt:2055
ACCEPT udp -- anywhere anywhere udp dpt:2055
Post Reply

Who is online

Users browsing this forum: No registered users