From owner-freebsd-questions@FreeBSD.ORG Tue Jun 19 04:08:16 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3447116A469 for ; Tue, 19 Jun 2007 04:08:16 +0000 (UTC) (envelope-from steinex@nognu.de) Received: from shodan.nognu.de (shodan.nognu.de [85.14.216.230]) by mx1.freebsd.org (Postfix) with ESMTP id E6B7013C4AE for ; Tue, 19 Jun 2007 04:08:15 +0000 (UTC) (envelope-from steinex@nognu.de) Received: by shodan.nognu.de (Postfix, from userid 1002) id D0AE1B874; Tue, 19 Jun 2007 05:47:36 +0200 (CEST) Date: Tue, 19 Jun 2007 05:47:36 +0200 From: Frank Steinborn To: John Williams Mail-Followup-To: John Williams , freebsd-questions@freebsd.org References: <50096.68.236.193.86.1182222005.squirrel@mail.panix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50096.68.236.193.86.1182222005.squirrel@mail.panix.com> User-Agent: mutt-ng/devel-r804 (FreeBSD) Message-Id: <20070619034736.D0AE1B874@shodan.nognu.de> Cc: freebsd-questions@freebsd.org Subject: Re: Apparent IP configuration change . . . 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: Tue, 19 Jun 2007 04:08:16 -0000 John Williams wrote: > FreeBSD users: > > Until recently I've been running a very low-maintenance FreeBSD router > with FBSD 6.2. > > The IP setup was a dynamic IP configuration with Verizon as my DSL > provider in NJ. The connection was virtually trouble-free. > > I switched to a static IP about 10 days ago and the IP configuration no > longer works. [ ... ] > > Here's what worked for the dynamic IP connection: > > verizon: > set device PPPoE:rl0 > set authname xxx > set authkey xxx > add default HISADDR > > Here's what I've set up for the static IP connection: > > verizon: > set device PPPoE:rl0 > set authname xxx > set authkey xxx > add default HISADDR > set ifaddr 70.0.0.54 70.0.0.1 255.255.255.255 0.0.0.0 You are suggesting the peer that your IP should be 0.0.0.0, but you will only accept 70.0.0.54. Moreover, you only accept peer as 70.0.0.1. Are you sure that this is what you want? ppp(8) gives a wonderful overview of 'set ifaddr'. It's kind of hard to help without further information, it would be really nice to know the data you got from the provider about the static IP setup. Just a naive shoot in blue: Did you try without setting 'set ifaddr' at all? Probably your peer will negotiate the right setting with your ppp-client anyway. HTH, Frank