Date: Fri, 31 Jan 2003 08:54:55 -0500 From: "Matthew Emmerton" <matt@gsicomp.on.ca> To: "Doug Reynolds" <mav@wastegate.net>, "freebsd-questions" <freebsd-questions@FreeBSD.ORG> Subject: Re: Verizon DSL+PPPoE Message-ID: <002001c2c930$5665f1d0$1200a8c0@gsicomp.on.ca> References: <20030131135127.4B38B48463@wastegate.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> I remember seeing this posted about a year ago, but I couldn't google > it.... > > one my business server, I run Verizon DSL and PPPoE. I setup it up > like with the example they used on Freebsddairy. > > the problem I ran into, after about 1 week is that the connection just > died. everything is lit up, no log entries in the ppp.log. the only > solution was a 'killall ppp' and restarting in about a minute later, > and everything is fine... > > however, after i did that, I noticed my IP changed. whereas i've > closed the connection b4 and reopened it and got the same IP. Does > this have something to do with ppp not accepting a renewed DHCP IP > address? PPP doesn't use DHCP; you're confusing two technologies. Whether or not you get the same IP after dropping your connection depends entirely upon your provider. Some providers will keep recently-dropped IPs around for some period of time so that you can get the same IP back when you reconnect, but others won't. In most cases, PPPoE service with dynamic IPs are not designed for hosting servers (which is the only case where you'd need a static IP). If this is allowable by your AUP, I'd look into using a commercial DNS service that can let you auto-update your IPs when they change. My personal choice is ZoneEdit (http://www.zoneedit.com). -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002001c2c930$5665f1d0$1200a8c0>