Hi,
I asked this question on another linux board but no positive results after several posts.
This is the problem:
I am experimenting with a perl socket server. Locally everything works fine but I can not get access to the socket server from a remote system. I do get access to the html page with the embedded multi user application.
I think this has to do with a firewall security issue.
if I do:
nmap -sS -O localhost
the port I am using for the socket server is not on the list with open ports.
How can I open this specific port for all tcp traffic?
Others advised me to install firestarter, but this doesnot allow to open ports. Then they referred me to the files 'firewall.sh' and 'allow-all' but I have no idea what to put in those files.
Can anyone here guide me on how to open a port?
Thanks you,
Ron
I asked this question on another linux board but no positive results after several posts.
This is the problem:
I am experimenting with a perl socket server. Locally everything works fine but I can not get access to the socket server from a remote system. I do get access to the html page with the embedded multi user application.
I think this has to do with a firewall security issue.
if I do:
nmap -sS -O localhost
the port I am using for the socket server is not on the list with open ports.
How can I open this specific port for all tcp traffic?
Others advised me to install firestarter, but this doesnot allow to open ports. Then they referred me to the files 'firewall.sh' and 'allow-all' but I have no idea what to put in those files.
Can anyone here guide me on how to open a port?
Thanks you,
Ron