Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Socket problem

by gbarr (Monk)
on Oct 03, 2001 at 18:33 UTC ( [id://116461]=note: print w/replies, xml ) Need Help??


in reply to Socket problem

On the server side you have LocalHost => 'localhost' which tells the socket to listen only on the ip for localhost (127.0.0.1), so the server is not listening on your network IP. Remove that line and it the server will listen on all IP addresses the machine has.

Replies are listed 'Best First'.
Re: Re: Socket problem
by Anonymous Monk on Oct 03, 2001 at 18:49 UTC
    Well, okay... It works. I thought LocalHost was the hostname/ip of the listening machine... Many thanks :o)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://116461]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-25 14:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found