Mailinglist Archive: opensuse (1123 mails)

< Previous Next >
Re: [S.u.S.E. Linux] PPP/PAP, dynamic ISP, DNS entries.???
  • From: jpcowh01@xxxxxxxxxxxxxxxxxxxxxx (World Leader Pretend)
  • Date: Thu, 18 Jun 1998 16:11:41 -0400 (EDT)
  • Message-id: <199806182011.QAA14468@xxxxxxxxxxxxxxxxxxxxxx>



> Having a (dynamic) ISP that provides DNS's, primary = (199.182.120.203)
> and secondary = (199.182.120.202) for login, how would I edit the
> following script to accomadate them. I have a simple home system wanting
> Internet access. I have a 33.6 modem with an existing functional
> account.

> set device /dev/cua1
> set speed 115200
> disable lqr
> deny lqr
> disable vjcomp
> deny vjcomp
> set redial 10 4
> set timeout 300
> set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 25 \"\"
> AT&F1&C1&D2%A4=0 OK-AT-OK \\dATDT\\T TIMEOUT 70 CONNECT"
> set phone ********
> set ifaddr 123.45.67.89/24 123.45.67.98/0 #are these neccesary?
> add 0 0 123.45.67.98 #are these neccesary?
> set openmode passive
> disable chap
> disable pap
> accept chap
> accept pap
> set authname ********
> set authkey ******

If you are using pppd, it gets your dns from your service provider and if that dns is down, your service provider usually will automatically connect you to a secondary dns.

Anything that is not related to connecting to you isp, isn't needed. When pppd connects to it's host, it get all the information from the host that is needed... I believe that all the other stuff like:

set ifaddr other gatewaying information isn't needed... if you read the man on pppd, it will tell you what the basics are for connecting to a host, and what's needed if you are a host with a client trying to connect to you...

Jonathan

P.S. There's also examples in the man page!

--
=========== ===========

Jonathan Paul Cowherd
jpcowh01@xxxxxxxxxxxxxxxxxxx
<A HREF="http://www.slug.louisville.edu/~jpcowh01";><A HREF="http://www.slug.louisville.edu/~jpcowh01</A">http://www.slug.louisville.edu/~jpcowh01</A</A>>

This is my world and I am... World Leader Pretend
=========== ===========
--
To get out of this list, please send email to majordomo@xxxxxxxx with
this text in its body: unsubscribe suse-linux-e


< Previous Next >