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