From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 10:49:27 2003 Return-Path: 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 14C1137B401 for ; Thu, 17 Apr 2003 10:49:27 -0700 (PDT) Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 621C443FA3 for ; Thu, 17 Apr 2003 10:49:26 -0700 (PDT) (envelope-from gws@silliman.net) Received: from user181.net171.nj.sprint-hsd.net ([65.164.207.181] helo=mgp.silliman.net) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 196DVl-0002SM-00; Thu, 17 Apr 2003 10:49:25 -0700 Received: from silliman.net (dhcp62.silliman.net [192.168.2.62]) by mgp.silliman.net (8.12.6/8.12.6) with ESMTP id h3HHnUL2095100; Thu, 17 Apr 2003 13:49:30 -0400 (EDT) (envelope-from gws@silliman.net) Message-ID: <3E9EE924.9010505@silliman.net> Date: Thu, 17 Apr 2003 13:49:24 -0400 From: Guy Silliman User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: William Ashworth References: <3E9EB57C.3040905@silliman.net> <05ef01c304ef$9cde8730$728d3a40@user> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-questions Subject: Re: PPP get 2 ips X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2003 17:49:27 -0000 If this occured every time, then I would agree, and would work on resolving it. This is a situation that ppp seems to think that the connection is down, or is reseting in some way for some reason. And it gets another IP, but does not clear the stack of the previous IP. William Ashworth wrote: >What I would think about the fact that it's assigned two IPs is if the >connection is dynamic, then you get an internal (LAN) IP and an external >(WAN) IP. > >Thanks, >Will Ashworth > > > >----- Original Message ----- >From: "Guy Silliman" >To: >Sent: Thursday, April 17, 2003 7:09 AM >Subject: PPP get 2 ips > > > > >>I am running pppd version 2.3 patch level 5, set up for pppoe to >>maintain a DSL connection. >> >>My Config is working great, but here it is any - missing the sensative >> >> >stuff > > >># >># ppp.conf: PPPoE Configuration >># >>default: >> # PPP over Ethernet >> set device PPPoE:dc1 >> set speed sync >> set mru 1492 >> set mtu 1492 >> set ctsrts off >> # monitor line quality >> enable lqr >> # log just a bit >> set log phase tun >> # insert default route upon connection >> add default HISADDR >> # download /etc/resolv.conf >> enable dns >> # enable nat >> nat enable yes >> papchap: >> # >> # edit the next three lines and replace the items in caps with >> # the values which have been assigned by your ISP. >> # >> set authname ******************* >> set authkey ********* >> >>I have had several occassions to find that the interface attached to the >>DSL connection is assigned 2 IP's. The connection still works for me >>from the inside, and I can traffic data without a problem. However, >>requests from the outside world fail. I do run a mail server and web >>server off this connection, so incoming connections are kinda important. >> >>I can't find anything in the logs to hint towards a problem. Most >>times, I don't even know it has happened until I hear from a friend or >>relative who depends on it. >> >>Any thoughts? >> >>_______________________________________________ >>freebsd-questions@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>To unsubscribe, send any mail to >> >> >"freebsd-questions-unsubscribe@freebsd.org" > > > >