Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Multiple Modem Users
Name: Keith Date: October 18, 2000 at 13:24:13 Pacific
Comment:
I work at a travel agency and for them to work at home they have to dial into a modem which is connected to a unix server. Only 1 person can dial into this modem at once right now. Is there some hardware/software or anything I can do to allow more than 1 user to dial into this modem without getting a new modem/line?
Name: David Mawyer Date: November 28, 2000 at 12:16:08 Pacific
Reply:
You need a terminal server such as those made by Digi. See http://www.digi.com. The basic model will allow 8 modems to connect to your network. Hope this helps.
Summary: Rockwell HCF (Host Controller Family) and the HSF and HSP are winmodems or controller less modems. Still I'm not sure if your modem will work under linux. The best way is to go to the foillowing URL h...
Summary: "multitasking" appears in both lists. A Windows server does support multiple concurrent user sessions, just not as well as Unix. I'm not sure everyone would agree that Windows is easier to use - it de...
Summary: Does the output of the command tty identify a modem user ? A telnet login looks like $ tty /dev/pts/ta I could see conditional checking in a case statement something like: case `tty` in /dev/pts/* ) ...