On Thu, 24 Jan 2002, CYWare wrote:

> >
> > Opening up the hardware issue, you will be confounded with a lot of
> > options \8)
> >
> > Equinox has a model that allows you to have up to 8 internal modems per
> > PCI card, multiply that by 5 slots (assuming every other card is onboard)
> > you can have a 40 modem beast in one box.
> >
> > You can go with the cyclades multi-serial adapter, but it's messy, you
> > need a serial cable going to an external modem, a power adaptor going to
> > the modem, not to mention the phone line...
> >
> >
> > Most people would rather go with terminal servers like the livingston
> > portmaster, CISCO AS5300, or USR Total control if you have a lot of modems
> > to deploy.
> >
> >
> >
>
> Thanks Ian.
>
> Can the terminal servers be configured to authenticate through our
> customized PPPD or will I also have to touch the RADIUS code?  Also, I know

Terminal servers provide the ppp protocol already, and authenticate via
Radius, or Tacacs.

> you use RADIUS and I was just wondering whether there are any implications
> with using just PPPD as opposed to RADIUS.


You're comparing apples and oranges here.  pppd is the protocol used to
send TCP/IP over a serial line (encapsulation).  Part of its job is
authentication between two sites (using CHAP or PAP).  Normally for ISPs,
the authentication is one way -> ISP authenticates the dialup client.
Some implementations of terminal server software in linux (mgetty)
auto-run pppd when it detects ppp frames being sent by the client.  Some
other implementations like portslave actually have radius authentication
hacked into the ppp daemon so that if you run portslave on a PC server,
it's as if its a terminal server in itself.

so,

pppd -> daemon that implements tcp/ip encapsulation protocol over
serial/dialup lines with built in authentication based on PAP/CHAP. may
come with a hack that uses radius for authentication

radius -> purely an authentication/accounting protocol, used for
network/isp auth/acctg.




_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to