From owner-freebsd-questions@FreeBSD.ORG Wed Feb 15 20:26:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9704316A420 for ; Wed, 15 Feb 2006 20:26:09 +0000 (GMT) (envelope-from ian@cerebellum.za.net) Received: from elektra.opteqint.net (elektra.opteqint.net [209.25.178.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99EFF43D6D for ; Wed, 15 Feb 2006 20:26:03 +0000 (GMT) (envelope-from ian@cerebellum.za.net) Received: from [165.146.104.8] (helo=ianb) by elektra.opteqint.net with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.52 (FreeBSD)) id 1F9TDJ-0009I0-JR for freebsd-questions@freebsd.org; Wed, 15 Feb 2006 12:25:31 -0800 From: "Ian Barnes" To: Date: Wed, 15 Feb 2006 22:25:53 +0200 Message-ID: <005b01c6326e$0881e640$6400000a@ianb> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-Index: AcYybgSRkM0d08VHQIe1J6zjOvrEVQ== Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: PPPoE question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2006 20:26:09 -0000 Hi, I am trying to setup my pppoe connection and I keep getting the following error: Gateway ppp[526]: tun0: Error: ipcp_InterfaceUP: unable to set ip address My ppp.conf looks something like this: default: nat enable yes nat same_ports yes nat use_sockets yes nat unregistered_only yes dsl1: set log Phase Chat tun command set mru 1492 set mtu 1492 set device PPPoE:dc0 # Where xl0 is your NIC code set authname online321996@domain.com set authkey password set dial set login set timeout 120 set ifaddr 10.10.0.1/0 10.10.0.2/0 add default HISADDR I have the following options compiled into my kernel: #PPPOE stuff options NETGRAPH options NETGRAPH_SOCKET options NETGRAPH_PPPOE options NETGRAPH_ETHER options PPP_DEFLATE I run ppp: ppp -nat -ddial dsl1. It tries to connect, but I keep getting that error. Any ideas ? Cheers Ian