|
Server Install and Firewall configuration
Hello
I'm having some issues with server.. Seems like it was installed perfectly in my remote server by ssh, netstat -a shows up the server running, just like other services I installed.
But when I try to log in to my palace, it takes a lot of time to recognize it cannot, and says the server refused connection.
Seems like I have some issues with firewall.
I'm running a debian.
How can I configure my server to give access to the users?
Netstat -a says
tcp, recv 0, send 0, local address *:9998, remote address *:* state LISTINING.
the ps is:
/usr/local/palace/bin/pserver -f /usr/local/palace/palace/psdata/pserver.conf
root 3956 0.0 0.0 1628 552 pts/1 S 03:32 0:00 /usr/local/palace/bin/psfront -p 9998 -r /usr/local/palace/palace -l logs/pserver.log -s 0 -a localhost -n -b 0.0.0.0 -c 10
root 3957 0.0 0.0 1924 936 pts/1 S 03:32 0:00 /usr/local/palace/bin/psfront -p 9998 -r /usr/local/palace/palace -l logs/pserver.log -s 0 -a localhost -n -b 0.0.0.0 -c 10
If I install in my desktop linux (ubuntu karmic koala) it runs nice in the 127.0.0.1...
I'm not yet a great system administrator.
Thank you
|