Hi..
I have a socket and a server script in perl, which I use in Windows. (ActiveState Perl). My question is that if I have a socket server running on a machine which is under DMZ, will the client reach it? Or is there any way in which I can allow only specific ports to listen to it?
Has anyone tried this before? All Im trying to do is pass some parameters to another script in some boxes. Unfortunately, they are under a firewall (DMZ) which blocks certain default ports.