How can i set a port to listen in on all devices? At the moment it only listens on localhost but refuses connections from all ethernet cards
Posted on 2001-11-01 21:38:37 by miotz
Create a separate socket for each device and bind it to it.
Posted on 2001-11-02 13:30:10 by comrade
Or bind it to 0.0.0.0, it will accept connections from all interfaces then.

Thomas
Posted on 2001-11-02 15:17:46 by Thomas