Let's say I want a telnet server listening to port 9000. Using PB's TCP statements, would only one user be able to use the server at a time, or is it possible to manage multiple connections without resorting to a super-server (like (x)inetd)?
Also, it possible to control which interface(s) the server will bind to?
Also, it possible to control which interface(s) the server will bind to?
Comment