From owner-freebsd-questions@FreeBSD.ORG Tue Apr 14 15:01:24 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4293E106566B for ; Tue, 14 Apr 2009 15:01:24 +0000 (UTC) (envelope-from paul.halliday@gmail.com) Received: from mail-gx0-f172.google.com (mail-gx0-f172.google.com [209.85.217.172]) by mx1.freebsd.org (Postfix) with ESMTP id E08D58FC08 for ; Tue, 14 Apr 2009 15:01:23 +0000 (UTC) (envelope-from paul.halliday@gmail.com) Received: by gxk20 with SMTP id 20so948172gxk.19 for ; Tue, 14 Apr 2009 08:01:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=U7TqnkyJW3LAx8Qb+X5XrpR7Je8dB0c9OxDCOdP66ho=; b=mY7bBJFg6AAq1I0kIrSzjONJVWZcrk5UPCQeHttuWDkVB+OvyxAA3eizuYjVvKBr38 kofvYuH5C9fQTEDEm4mMWeOQHi1RpGgbZkX2UiUUxAgqd339zDKnvvYCtxvYXTbdS0+b BdoEpYTj9/Acn7Zct9bUR6yV4un99jFKMNW28= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=WrIyv9vSSsGo4aoViUT511zHf1fUE1QcNKYqvaMWyvnrUt4FxiR9SmuDAuXm5K/phA M7eQr/kPSBOBflJ4fEPUmtu8edepUFuUwwH3wChJty+EV/casn04rIqikMym58SRt535 RyJMfsWE7Vvfu3GnDu6ZoDKR/csdtLSnb6HKU= MIME-Version: 1.0 Received: by 10.150.157.11 with SMTP id f11mr10655769ybe.223.1239721283364; Tue, 14 Apr 2009 08:01:23 -0700 (PDT) Date: Tue, 14 Apr 2009 12:01:23 -0300 Message-ID: <2dab70a30904140801q480f18e8o2c8da258303f852f@mail.gmail.com> From: Paul Halliday To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Problem: PPOE and a Static IP. 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, 14 Apr 2009 15:01:24 -0000 I am following the instructions on this page: http://www.freebsd.org/doc/en/books/handbook/pppoe.html I had initially thought it was a problem with the modem so I had a technician come in to take a look; when hooked up to his windows laptop: 1) He had to assign the interface the static address 2) no uname/pass were required. What needs to change in my ppp.conf to accommodate a static address? Thanks.