From owner-freebsd-questions Sat Dec 21 08:22:10 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA15300 for questions-outgoing; Sat, 21 Dec 1996 08:22:10 -0800 (PST) Received: from pop01.ny.us.ibm.net (pop01.ny.us.ibm.net [165.87.194.251]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id IAA15295 for ; Sat, 21 Dec 1996 08:22:07 -0800 (PST) Received: (from mail@localhost) by pop01.ny.us.ibm.net (8.6.9/8.6.9) id QAA85133; Sat, 21 Dec 1996 16:22:03 GMT Message-Id: <199612211622.QAA85133@pop01.ny.us.ibm.net> From: "Francisco Reyes" To: "FreeBSD questions" , "simss@ibm.net" Date: Sat, 21 Dec 96 11:16:44 -0400 Reply-To: "Francisco Reyes" Priority: Normal X-Mailer: Francisco Reyes's Registered PMMail 1.53 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Connecting to Advantis (again) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 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 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 ################################################################