I have a server daemon that accepts connections from a Cisco Access Server,
which routes async connections to a tcp port (eg: 3001) on my Linux machine.
For a smaller setup, I'd like to receive the async connection on a modem on
the Linux box and route traffic to and from the Com port to the TCP port,
similar to what the access server is doing.
Are there any programs that do this? If not where would I get a head start
on writing the code to handle the async connection and routing it to/from a
tcp port?
Thanks
Leo Stutzmann