From owner-freebsd-questions Sun Oct 17 22:23:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix.knu.ac.kr (unix.kyungpook.ac.kr [155.230.124.116]) by hub.freebsd.org (Postfix) with ESMTP id EEF3A14E1A for ; Sun, 17 Oct 1999 22:23:01 -0700 (PDT) (envelope-from hdcho@unix.knu.ac.kr) Received: (from hdcho@localhost) by unix.knu.ac.kr (8.9.3/8.9.3) id OAA11491 for freebsd-questions@freebsd.org; Mon, 18 Oct 1999 14:21:15 +0900 (KST) (envelope-from hdcho) Date: Mon, 18 Oct 1999 14:21:15 +0900 (KST) From: Huidae Cho Message-Id: <199910180521.OAA11491@unix.knu.ac.kr> To: freebsd-questions@freebsd.org Subject: ppp.conf problem Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I used ppp.conf well in 3.2-19990815-STABLE. However, after i upgraded to 3.3-RELEASE, it didn't work. I checked /var/log/ppp.log and it connected to ISP but didn't add default router. So i did 'route add default 123.456.789.012' by hand. Of course, 123.456.789.012 is HISADDR. After 'route add', i could use PPP connection. What's wrong? I ran 'ppp -auto hitel' in 3.2. Some clue? Help me... ----- ppp.conf ----- default: set device /dev/modem 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" hitel: set phone 12345 set login "\\-\\-\\-\\- 3 \"ID :\" ABCD : 12345 ENTER \"\" H: \"internet 34\"" set timeout 120 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message