From owner-freebsd-questions@FreeBSD.ORG Tue Mar 29 00:16:05 2005 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 1EC3A16A4CE for ; Tue, 29 Mar 2005 00:16:05 +0000 (GMT) Received: from mx14.yandex.ru (mx14.yandex.ru [213.180.200.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFD3843D5A for ; Tue, 29 Mar 2005 00:16:03 +0000 (GMT) (envelope-from i-love-spam@yandex.ru) Received: from ip187-179.tor.istop.com ([66.11.179.187]:20747 "EHLO [192.168.0.1]" smtp-auth: "i-love-spam" TLS-CIPHER: "RC4-MD5 keybits 128/128 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S1782388AbVC2APx (ORCPT ); Tue, 29 Mar 2005 04:15:53 +0400 X-Comment: RFC 2476 MSA function at mx14.yandex.ru logged sender identity as: i-love-spam Message-ID: <42489E36.5040305@yandex.ru> Date: Mon, 28 Mar 2005 19:15:50 -0500 From: pps User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ppp problems with routing 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: Tue, 29 Mar 2005 00:16:05 -0000 Hello I use freeBSD 4.11 with pppoe. I used almost default ppp.conf (as in freebsd handbook) for dynamic ip. my config is here http://block111.servehttp.com/ppp.conf Twice a day I restart ppp from cron with `killall -INT ppp` and if the new connection default gateway is different then the old default route isn't removed, e.g. after ppp restart I have this: ifconfig -> ... inet 66.11.172.181 --> 66.11.165.1 netmask 0xffffffff inet 66.11.180.20 --> 66.11.190.1 netmask 0xffffffff before I had inet 66.11.172.181 --> 66.11.165.1 netmask 0xffffffff only, but after I sent INT to ppp the new ip has a different dafault gateway and the old one isn't removed. Should the old default route/ip be removed or not? In my case the old ip becomes invalid. Thank you