From owner-freebsd-newbies Sat Nov 23 22:19:56 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CDAD37B401 for ; Sat, 23 Nov 2002 22:19:55 -0800 (PST) Received: from megahost.igs.net (megahost.igs.net [216.58.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2067243E3B for ; Sat, 23 Nov 2002 22:19:54 -0800 (PST) (envelope-from slipstream@dimension-8.net) Received: from slipstream (i216-58-101-234.igs.net [216.58.101.234]) by megahost.igs.net (8.11.6/8.11.6) with SMTP id gAO6KOI66602 for ; Sun, 24 Nov 2002 01:20:27 -0500 (EST) (envelope-from slipstream@dimension-8.net) Message-ID: <000901c29381$806ee250$0101a8c0@slipstream> From: "Martin Guindon" To: Subject: PPPoE? Date: Sun, 24 Nov 2002 01:19:50 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I'm having problems configuring PPPoE. I followed the instructions in the handbook (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoe.html) and created the following ppp.conf: # ppp.conf default: set log Phase tun command # you can add more detailed logging if you wish set ifaddr 10.0.0.1/0 10.0.0.2/0 igs: set device PPPoE:xl0 set authname mylogin@igs.net set authkey mypassword set dial set login add default HISADDR # end of ppp.conf When I dial (ppp -ddial igs), I get no error output, but if I try to connect or ping something I get a no route to host. Any clues to provide? I'm using FreeBSD 4.7 so from what I understand there is nothing special to do in the kernel. Thanks, Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message