When you create your socket:
my $sock = new IO::Socket::INET( LocalHost => 'localhost', LocalPort => $port,
you tell it to only listen on localhost. Which likely is not what you want. Maybe you want to omit the LocalHost parameter alltogether, so it listens on all interfaces?
In reply to Re: Unable to connect remotely
by Corion
in thread Unable to connect remotely
by bucz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |