Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 1998 15:34:26 +0000
From:      Brian Somers <brian@Awfulhak.org>
To:        larry_nilsen <larry_nilsen@eee.org>
Cc:        "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: ppp! 
Message-ID:  <199810261534.PAA02759@woof.lan.awfulhak.org>
In-Reply-To: Your message of "Thu, 22 Oct 1998 23:50:20 PDT." <3630272C.CDFE29C1@eee.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
> hi i keep getting a no default entry is given in config file?
> heres another: Destination system (null not found in config file?
> Im obviously am missing an default entry in my config file?
> ive tried to do this with /etc/ppp.conf.sample but im just not
> using ee correctly or im not getting at all how to do this procedure
> right even though its probably right in front of me.
> Please explain to me in your simple step by step instructions how
> i might accomplish this task.Everything im reading just aint ringing
> a bell for me.I just want to be a normal single user with nothing
> fancy added in my config file. I just want to simply connect to my
> internet provider and use FREEBSD 2.2.7 to surf the web.So if you
> explain to me "Step by"Step I just might get this!!
>                                                           ThankYou in
> advance.
> P.S> i have all my service provider information handy.
> I also have x windows setup!Hope this helps.......

You really need to read the GETTING STARTED and MANUAL DIALING 
sections of the man page.  The ppp config file is /etc/ppp/ppp.conf.  
If it doesn't exist, copy the sample file:

  cp /etc/ppp/ppp.conf.sample /etc/ppp/ppp.conf
  chmod 600 /etc/ppp/ppp.conf

and then edit the pmdemand section.  You'll need to change the ``set 
phone'' and the ``set login'' lines.  You can enable additional 
logging with ``set log phase chat lcp ipcp command'' - this should 
provide enough information (in /var/log/ppp.log) to indicate what the 
problem is if things still don't work.

If your ISP uses PAP or CHAP, use the ``PAPorCHAPpmdemand'' section 
instead and set your authname & authkey accordingly.  If you don't 
have a section with this name, you might want to take a look at 
http://www.Awfulhak.org/ppp.html and download the latest version of 
ppp.

Good luck !
-- 
Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <brian@OpenBSD.org>
      <http://www.Awfulhak.org>;
Don't _EVER_ lose your sense of humour....



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810261534.PAA02759>