Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Dec 96 11:16:44 -0400
From:      "Francisco Reyes" <reyes01@ibm.net>
To:        "FreeBSD questions" <questions@freebsd.org>, "simss@ibm.net" <simss@ibm.net>
Subject:   Connecting to Advantis (again) <g>
Message-ID:  <199612211622.QAA85133@pop01.ny.us.ibm.net>

next in thread | raw e-mail | index | archive | help
I had asked about connecting to Advantis before and I got  a ppp.conf
and ppp.linkup from Steve Sims (thanks Steve). Now when I do 'ppp
ibm' I get:
Dial Attempt 1
dial OK!
login OK!
packet mode

but all that shows up even though the modem never dialed! Any ideas?
The ppp.conf and ppp.link are as follows:
################################################################
#ppp.linkup
# If we are invoked with an argument 'ibm-auto' then
# delete the existing route entry and add the peer as default
gateway.
ibm-auto:
 delete ALL
 add 0 0 HISADDR
################################################################
#
# Otherwise, simply add peer as default gateway.
MYADDR:
 add 0 0 HISADDR
################################################################

################################################################
#ppp.conf
# Default setup. Executed always when PPP is invoked.
default:
 set device /dev/cuaa0
 set speed 57600 
 disable lqr
 deny lqr
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0M0
OK-AT-OK
\\dATDT\\T TIMEOUT 40 CONNECT"
################################################################
#
# For interactive mode (`ppp ibm`), we'll use this configuration:
ibm:
 set phone 6741501
 set redial 3 10
 set authname internet.usinet.simss
 set authkey <mumble>
 set timeout 300
 set openmode active
 accept chap
 deny pred1
 disable pred1
 add 0 0 255.255.255.0
################################################################
#
# For auto mode ('ppp -auto ibm-auto'), we'll use this:
ibm-auto:
 set phone 6741501
 set redial 3 10
 set authname internet.usinet.simss
 set authkey <mumble>
 set timeout 300
 set openmode active
 accept chap
 deny pred1
 disable pred1
 set ifaddr 127.1.1.1/0 127.2.2.2/0 255.255.255.0
 add 0 0 127.2.2.2
################################################################







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