Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2000 12:35:21 +0200
From:      ">" <danszy@uskonet.com>
To:        <freebsd-newbies@FreeBsd.org>
Subject:   getting connected with ppp?
Message-ID:  <000901bf97d8$27b88f00$af76fea9@vxtti>

next in thread | raw e-mail | index | archive | help
This is what is in my ppp.conf file:

default:
set device /dev/cuaa0
set speed 115200
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK
\\dATDT\\T TIMEOUT 40 CONNECT"
provider:
set phone 123 4567
set login
set timeout 300
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
add default HISADDR
enable dns
set authname "FOO"
set authkey "BAR"
accept PAP

and for the ppp.linkup I put:

provider:
delete ALL
add 0 0 HISADDR

When I ppp, and the 'dial provider', my modem opens up and dials the
'number' (obviously different), it then proceeds is
going

ppp> dial provider
ppp>
ppp>

and on the last it disconnects. What have I done wrong? My isp uses the PAP
method and I tried using many other
ppp.conf.samples . I am using win98 now and want to get off it as fast as
possible :)




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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000901bf97d8$27b88f00$af76fea9>