From owner-freebsd-questions Sun May 7 19:32:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from buffy.tpgi.com.au (buffy.tpgi.com.au [203.12.160.34]) by hub.freebsd.org (Postfix) with ESMTP id 715A237B71D for ; Sun, 7 May 2000 19:32:18 -0700 (PDT) (envelope-from marcd@tpg.com.au) Received: (from smtpd@localhost) by buffy.tpgi.com.au (8.9.3/8.9.3) id MAA32619 for ; Mon, 8 May 2000 12:31:44 +1000 Message-Id: <200005080231.MAA32619@buffy.tpgi.com.au> Received: from vweb5.tpgi.com.au(203.26.24.210), claiming to be "203.29.136.203" via SMTP by buffy.tpgi.com.au, id smtpdcp0Y2e; Mon May 8 12:31:36 2000 To: freebsd-questions@freebsd.org From: marcd@tpg.com.au Subject: ppp configuration woes Date: Mon, 8 May 2000 02:29:55 GMT X-Mailer: Endymion MailMan Standard Edition v3.0.20 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I'm hoping some-one can help me with a little problem I'm having configuring PPP. It's for a system the will be acting as a gateway for a network. I can get the system to dial but am missing something as I can't ping the net. The system has a permanent IP but the other end is dynamic IP. The command I'm using to run is "ppp -ddial -nat ISP". Routed is turned on in /etc/rc.conf. my ppp.conf is default: # # Make sure that "device" references the correct serial port # for your modem. (cuaa0 = COM1, cuaa1 = COM2) # set device /dev/cuaa1 set log Phase Chat LCP IPCP CCP tun command set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 120 disable pred1 deny pred1 disable lqr deny lqr enable dns ISP: # # edit the next three lines and replace the items in caps with # the values which have been assigned by your ISP. # set phone XXXXXXXXXX set authname XXXXXX set authkey XXXXX set timeout 120 set openmode active accept chap set ifaddr 203.15.x.x 127.2.2.2/0 add default HISADDR The error messages I receive gnerally say cannot add defualt as it's already in use. I've gotne through both the handbook and The Complete. TIA Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message