RE: Dial Up to a Linux Box

2001-01-25 Thread Eddie Strohmier
improvement. Eddie Strohmier > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Michael Jinks > Sent: Thursday, January 25, 2001 10:30 PM > To: [EMAIL PROTECTED] > Subject: Re: Dial Up to a Linux Box > > > Eddie Strohmier wrot

Re: Dial Up to a Linux Box

2001-01-25 Thread Michael Jinks
Eddie Strohmier wrote: > > The Rocketport is a multiport serial card that will support > 4, 8, 16, or I believe they have up to 32. I used to use it > for dialin for an ISP I once ran but in your case you can > use your internal modem as long as it is supported by RH > 6.0. Butting in here --

RE: Dial Up to a Linux Box

2001-01-25 Thread Eddie Strohmier
day, January 26, 2001 1:36 AM > To: [EMAIL PROTECTED] > Subject: Re: Dial Up to a Linux Box > > > Eddie Strohmier wrote: > > > > As far as hardware how many modems do you plan > on running? > > Multiport cards like Rocketport are easy to > configure and >

Re: Dial Up to a Linux Box

2001-01-25 Thread Ted Hilts
Eddie Strohmier wrote: > > As far as hardware how many modems do you plan on running? > Multiport cards like Rocketport are easy to configure and > then there is cyclades but requires to the kernel to be > recompiled. I have used both and the Rocketport ISA seems to > be the more stable but cycla

RE: Dial Up to a Linux Box

2001-01-25 Thread Eddie Strohmier
PM > To: [EMAIL PROTECTED] > Subject: Re: Dial Up to a Linux Box > > > You can get most of what you need to know from > the PPP HOWTO: > > http://www.linuxdoc.org/HOWTO/PPP-HOWTO/ > > It's been a while, but last I knew there were > vendors still selling ISA > multip

RE: Dial Up to a Linux Box

2001-01-25 Thread Eddie Strohmier
As far as hardware how many modems do you plan on running? Multiport cards like Rocketport are easy to configure and then there is cyclades but requires to the kernel to be recompiled. I have used both and the Rocketport ISA seems to be the more stable but cyclades PCI seems to have better port s

RE: Dial Up to a Linux Box

2001-01-25 Thread Eddie Strohmier
You need to set up /etc/inittab so that the serial device will answer will initiate the modem via mgetty or agetty. I usually use mgetty. A line like this will initiate you modem: s0:2345:respawn:/sbin/mgetty -D /dev/ttyS1 Do a kill -HUP 1 to re-read file. This would be for a device on seria

Re: Dial Up to a Linux Box

2001-01-25 Thread Michael R. Jinks
You can get most of what you need to know from the PPP HOWTO: http://www.linuxdoc.org/HOWTO/PPP-HOWTO/ It's been a while, but last I knew there were vendors still selling ISA multiport serial cards. I recommend Cyclades for a start, their Linux support dates back several years now and I had ver