Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucsd!ucbvax!HAWK.NSTN.NS.CA!bushell From: bushell@HAWK.NSTN.NS.CA (Tom Bushell) Newsgroups: comp.protocols.tcp-ip Subject: Re: SLIP implementation questions Message-ID: <8965@hawk.nstn.ns.ca> Date: 28 Dec 90 10:18:24 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: bushell@hawk.nstn.ns.ca Organization: The Internet Lines: 51 tank@apctrc.trc.amoco.com (Jon A. Tankersley) writes: >We're looking at SLIP for connecting remote PC systems with our UNIX boxes >and I've got some questions on implementation: > ......... >On a PC, in this case with an MNP modem (19200/9600/...) running PC/TCP >software, starting up slip, how do I get the modem to dial the proper number? >I also have some special commands and passwords to get through some security >to set up the connection. Is that possible? We recently had a similar problem when we needed to offer dial up Internet access for some of our NSTN (Nova Scotia Technology Network) customers. We were forced to write some C programs that dialed the phone and handled the logon sequence to our terminal server. >I tried using procomm to call, then try and connect, but either dropping or not >dropping procomm didn't let slip work. And none of the PC/TCP utilities work >without a connection in place. Any ideas? I'm surprised this didn't work for you. I've successfully connected with both NCSA Telnet and Phil Karn's KA9Q software using Procomm. Also, it turns out that KA9Q has a dialer. We discovered this by looking at the source code - nowhere is it mentioned in the documentation. >Is there any way to assign the SLIP IP addresses on the fly for the remote >connections. We're going to have N PC's and only M connections (Mnot everyone will be calling in at the same time. I'd rather not have to >have the users know M IP address to try, I'd rather let them establish a >connection and get the IP address of the SLIP login. Is that possible or >against the protocol? We handled the dynamic assignment of IP addresses by having our C program capture the address assigned by the terminal server during the login sequence, and used an AWK script to modify the configuration files for the applications before we ran them. We used Rob Duff's pc AWK, which is available from SIMTEL. Hope this helps. -Tom ****************************************************************** * Tom Bushell Software Kinetics Ltd * * 101 Ilsley Ave * * E-mail - bushell@hawk.nstn.ns.ca Suite 5 * * Phone (902)468-3680 Dartmouth N.S., Canada * * Fax (902)468-3679 B3B 1S8 * ******************************************************************