From owner-freebsd-questions Wed Mar 15 0:44:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f154.law3.hotmail.com [209.185.241.154]) by hub.freebsd.org (Postfix) with SMTP id 7541837B962 for ; Wed, 15 Mar 2000 00:44:07 -0800 (PST) (envelope-from jhsieh64@hotmail.com) Received: (qmail 9595 invoked by uid 0); 15 Mar 2000 08:44:06 -0000 Message-ID: <20000315084406.9594.qmail@hotmail.com> Received: from 63.204.132.35 by www.hotmail.com with HTTP; Wed, 15 Mar 2000 00:44:06 PST X-Originating-IP: [63.204.132.35] From: "Jack Hsieh" To: questions@freebsd.org Subject: PPPoE Problem Date: Wed, 15 Mar 2000 00:44:06 PST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'm using FreeBSD 3.4 release and I'm trying to setup PPPoE for my newly installed dsl line. I followed the instruction from the handbook configuring the kernel with the appropriated options. And I have the /etc/ppp.conf as the following: default: set device PPPoE:de0 set MRU 1492 set MTU 1492 set authname mylogin set authkey mypasswd set log Phase tun command set dial set ifaddr 10.0.0.1/0 10.0.0.2/0 add default HISADDR nat enable set cd 5 set crtscts off papchap: set authname mylogin set authkey mypasswd However I'm not able to pick the connection. from the /var/log/ppp.log, I have: tun0: Phase: PPP Started (dedicated mode). tun0: Phase: bundle: Established tun0: Phase: deflink: closed -> opening tun0: Phase: deflink: Connected! tun0: Phase: deflink: opening -> carrier tun0: Phase: deflink: Disconnected! tun0: Phase: deflink: carrier -> lcp tun0: Phase: deflink: write (1): Network is unreachable ... ... what did I miss? Thanks! ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message