From owner-freebsd-questions Thu Nov 29 16:31:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hall.mail.mindspring.net (hall.mail.mindspring.net [207.69.200.60]) by hub.freebsd.org (Postfix) with ESMTP id CA15A37B405 for ; Thu, 29 Nov 2001 16:31:29 -0800 (PST) Received: from pool-63.49.82.153.tmpa.grid.net ([63.49.82.153] helo=Domino) by hall.mail.mindspring.net with smtp (Exim 3.33 #1) id 169baS-0005aS-00 for freebsd-questions@freebsd.org; Thu, 29 Nov 2001 19:31:28 -0500 Message-ID: <00a401c17936$46b5d0c0$6400a8c0@dominion.us> From: "Gemini Domino 2001" To: Subject: Date: Thu, 29 Nov 2001 19:30:55 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a small problem with my dynamic dialup ppp connection (using userland ppp -nat). Whenever my ISP drops carrier and I redial in, ppp looks like it just aliases the ip to the new one, but doesnt delete the old assignment (so if I was 1.2.3.4before, then reconnect and become 1.2.3.5, I now have TWO inet --> aliases under tun0 (per ifconfig -a). The problem is, my dyndns daemon does NOT recognize this as a change, so it doesnt update my dyndns and as such, my system chokes on it. I can still connect via the fresh ip, but the old one times out usually. Is there anyway to disable this aliasing? I tried adding "disable iface-alias' to ppp.conf, but no dice. Any help would be hot. TIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message