Jump to content
Sign in to follow this  
mattc

Dedi server not showing in server list

Recommended Posts

Hi,

 

I set up a dedicated server on a linux vps. The server will not show in the server list or recent list. It will show using Remote and the IP. Any assistance would be greatly appreciated!

 

My firewall rules are:

 

Chain INPUT (policy DROP)
target     prot opt source               destination
ACCEPT     all  --  anywhere             anywhere             state RELATED,ESTABLISHED
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh state NEW
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:http state NEW
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:3066 state NEW
ACCEPT     icmp --  anywhere             anywhere             icmp echo-request
ACCEPT     udp  --  anywhere             anywhere             udp dpt:9987
ACCEPT     udp  --  anywhere             anywhere             udp spt:9987
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:30033
ACCEPT     tcp  --  anywhere             anywhere             tcp spt:30033
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:10011
ACCEPT     tcp  --  anywhere             anywhere             tcp spt:10011
ACCEPT     tcp  --  anywhere             anywhere             tcp spt:2344
ACCEPT     udp  --  anywhere             anywhere             udp spt:2344
ACCEPT     tcp  --  anywhere             anywhere             tcp spt:2345
ACCEPT     udp  --  anywhere             anywhere             udp spt:2302
ACCEPT     udp  --  anywhere             anywhere             udp spt:2303
ACCEPT     udp  --  anywhere             anywhere             udp spt:2304
ACCEPT     udp  --  anywhere             anywhere             udp spt:2305

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

Share this post


Link to post
Share on other sites

Try forwarding the port steam uses, 2303 by default, I believe. If the port isn't already forwarded, of course :)

("port forwarding" is done on the router, for anyone reading this who does not know - just google it)

 

I've only just woken up, and that's all that's popping into my noggin at the moment! Coffffffeeeeeee neeeeeeded :D

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×