From owner-freebsd-questions Sat Jun 3 14:23:30 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA29104 for questions-outgoing; Sat, 3 Jun 1995 14:23:30 -0700 Received: from emerald.oz.net (emerald.oz.net [198.68.184.2]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id OAA29098 for ; Sat, 3 Jun 1995 14:23:27 -0700 Received: from wsantee.oz.net by emerald.oz.net via SMTP (931110.SGI/930416.SGI) for freebsd-questions@freebsd.org id AA09667; Sat, 3 Jun 95 14:21:14 -0700 Received: (from wsantee@localhost) by wsantee.oz.net (8.6.11/8.6.9) id OAA04474 for freebsd-questions@freebsd.org; Sat, 3 Jun 1995 14:21:01 -0700 From: Wes Santee Message-Id: <199506032121.OAA04474@wsantee.oz.net> Subject: iijppp strangeness To: freebsd-questions@freebsd.org Date: Sat, 3 Jun 1995 14:21:00 -0700 (PDT) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 1349 Sender: questions-owner@freebsd.org Precedence: bulk I just switched over to iijppp from the old method of setting up PPP described in the FAQ's. Some strange things are happening, however, that I'm not sure how to correct. I execute ppp in -auto mode so it should bring the link up and down as required. If the timeout value causes the link to go down, however, after awhile, the default route information is lost and ppp never 'wakes back up' to process outgoing PPP packets so I end up having to kill the process, start it back up again, etc... Does this happen for other people running iijppp? Anybody know how to correct this? Maybe I'm not adding the correct route information. Here are the important files: ----- BEGIN FILE: /etc/ppp/ppp.conf # Default setup. Executed always when PPP is invoked. # default: set device /dev/cuaa0 set speed 115200 disable lqr deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT&F2L0M0S11=65 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" # On demand dialup example ondemand: set phone XXXXXXXX set login "TIMEOUT 5 login:-\\r-login: XXX word: XXX" set timeout 120 set ifaddr 204.118.240.207 198.68.184.65/24 add 0 255.255.255.0 198.68.184.65 ----- END FILE: /etc/ppp/ppp.conf ----- BEGIN FILE: /etc/ppp/ppp.linkup 204.118.240.207: add 204.118.240.207 0 HISADDR ----- END FILE: /etc/ppp/ppp.linkup Any help appriciated. Cheers, -Wes