From owner-freebsd-questions Sun Dec 6 12:27:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA01854 for freebsd-questions-outgoing; Sun, 6 Dec 1998 12:27:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from NIH2WAAE (smtp5.site1.csi.com [149.174.183.74]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA01849 for ; Sun, 6 Dec 1998 12:27:46 -0800 (PST) (envelope-from ordway@csi.com) Received: from mail pickup service by csi.com with Microsoft SMTPSVC; Sun, 6 Dec 1998 15:27:42 -0500 Received: from bruce (hil-c45-066-vty41.as.wcom.net [199.174.246.41]) by hil-img-11.compuserve.com (8.8.6/8.8.6/IMS-1.6) with SMTP id PAA18340 for ; Sun, 6 Dec 1998 15:26:38 -0500 (EST) Message-ID: <001001be2157$4c0dd980$e100000a@bruce> From: "Bruce Ordway" To: Subject: PPP Date: Sun, 6 Dec 1998 14:30:39 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000D_01BE2124.FF41E380" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000D_01BE2124.FF41E380 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable HI, I'm trying to get PPP to work. Here is what I've done so far. Using minicom, so now at least I know my modem is talking. Now for PPP. I followed the instructions on the FreeBSD site called "Pedantic PPP". I've edited the ppp.conf: ************************************************************* default:set device /dev/cuaa0 set speed 57600 disable pred1 deny pred1 disable lqr deny lqrset=20 dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0M0 OK-AT-OK\\dATDT\\T TIMEOUT 40 CONNECT"set redial 3 10## #interactive mode Invoke with `ppp -alias interactive interactive: set authname MyUserName set authkey MyPassword set phone 123-4567 set timeout 300 set openmode active accept chap #demand-dial (automatic) mode Invoke with: 'ppp -auto -alias demand demand: set authname MyUserName set authkey MyPassword set phone 123-4567 set timeout 300 set openmode active accept chap set ifaddr 127.1.1.1/0 204.73.244.1/0 255.255.255.0 add 0 0 204.73.244.1 ********************************************************* The IP addresses above are real I think. My ISP assigns an adress when I log on. Their IP address is 204.73.244.1 and I've edited ppp.linkup: ***************************************************** demand:=20 delete ALL=20 add 0 0 HISADDR MYADDR: add 0 0 HISADDR ****************************************************** Now when I enter the command: ppp -auto -alias demand I see this: Working in auto mode Wsing Interface: tun0 Warning: Add route failed: 0.0.0.0 already exists Do you have any ideas for me? Thanks. Bruce ------=_NextPart_000_000D_01BE2124.FF41E380 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
HI,
I'm trying to = get PPP to=20 work. Here is what I've done so far.
 
Using minicom, so now at least I know my modem is talking.
 
Now for PPP. I followed the = instructions on the=20 FreeBSD
site called "Pedantic PPP". I've edited the=20 ppp.conf:
 
*************************************************************default:set=20 device /dev/cuaa0
set speed 57600
disable pred1
deny = pred1
disable=20 lqr
deny lqrset
dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT = 5=20 \"\" ATE1Q0M0
OK-AT-OK\\dATDT\\T TIMEOUT 40 = CONNECT"set redial=20 3 10##
 
#interactive mode Invoke with `ppp = -alias=20 interactive
interactive:
set authname MyUserName
set authkey=20 MyPassword
set phone 123-4567
set timeout 300
set openmode=20 active
accept chap
 
#demand-dial (automatic) mode Invoke = with: 'ppp=20 -auto -alias demand
demand:
set authname MyUserName
set authkey = MyPassword
set phone 123-4567
set timeout 300
set openmode=20 active
accept chap
set ifaddr 127.1.1.1/0 204.73.244.1/0=20 255.255.255.0
add 0 0=20 204.73.244.1
*********************************************************=
The=20 IP addresses above are real I think.
My ISP assigns an adress when I = log on.=20 Their
IP address is 204.73.244.1
 
and I've edited=20 ppp.linkup:
*****************************************************
d= emand:=20
delete ALL
add 0 0 HISADDR
MYADDR:
 add 0 0=20 HISADDR
******************************************************
<= /DIV>
 
Now when I enter the command:
ppp = -auto=20 -alias demand
 
I see this:
Working in auto = mode
Wsing=20 Interface: tun0
Warning: Add route failed: 0.0.0.0 already=20 exists
 
Do you have any ideas for = me?
 
Thanks.
Bruce
------=_NextPart_000_000D_01BE2124.FF41E380-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message