in reply to Servers on IO::Socket or just Socket?
The problem is, I can't connect from out side to the port 2345!
That's because you gave 'localhost' as your LocalAddr parameter. Try using the machine's hostname or the IP of the interface you want to use instead.
-sauoq "My two cents aren't worth a dime.";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Servers on IO::Socket or just Socket?
by Anonymous Monk on Oct 23, 2002 at 03:42 UTC | |
|
Re: Re: Servers on IO::Socket or just Socket?
by gmpassos (Priest) on Oct 23, 2002 at 03:13 UTC |