From owner-freebsd-questions Wed Mar 15 11: 1:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.1connect.com (dsl-20919196228.sanjose.ca.internetconnect.net [209.191.96.228]) by hub.freebsd.org (Postfix) with ESMTP id B9AB137BB92 for ; Wed, 15 Mar 2000 11:01:55 -0800 (PST) (envelope-from jhsieh@dominocomp.com) Received: from dominocomp.com (adsl-63-204-132-162.dsl.snfc21.pacbell.net [63.204.132.162]) by mail.1connect.com (8.9.3/8.9.1) with ESMTP id AAA11240 for ; Wed, 15 Mar 2000 00:10:37 -0800 (PST) (envelope-from jhsieh@dominocomp.com) Message-ID: <38CED40E.5E22826E@dominocomp.com> Date: Wed, 15 Mar 2000 00:06:38 +0000 From: "Jack T. Hsieh" X-Mailer: Mozilla 4.72 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Problem w/ PPPoE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message