From owner-freebsd-current Mon Mar 19 5:25:22 2001 Delivered-To: freebsd-current@freebsd.org Received: from hermes.dialup.ru (hermes.dialup.ru [194.87.16.230]) by hub.freebsd.org (Postfix) with ESMTP id D2C6637B718; Mon, 19 Mar 2001 05:25:16 -0800 (PST) (envelope-from ache@hermes.dialup.ru) Received: (from ache@localhost) by hermes.dialup.ru (8.11.3/8.11.3) id f2JDPE200445; Mon, 19 Mar 2001 16:25:14 +0300 (MSK) (envelope-from ache) Date: Mon, 19 Mar 2001 16:25:14 +0300 From: "Andrey A. Chernov" To: ru@freebsd.org, current@freebsd.org Subject: Recent interface/routing changes breaks on-demand PPP Message-ID: <20010319162514.A384@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Now add default 1.1.1.1 command from /etc/ppp/ppp.conf does nothing interesting (PPP on demand), as result I have no route. Here is netstat -r after connection is established: Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire 1.1.1.1 194.87.16.230 UH 0 0 tun0 localhost localhost UH 5 107 lo0 I forced to manually enter route add default 1.1.1.1 from root after PPP connection is established to make it working. Here is netstat -r after it: Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 1.1.1.1 UGSc 0 0 tun0 1.1.1.1 hermes UH 2 0 tun0 localhost localhost UH 5 133 lo0 Please fix current kernel interface strategy or PPP. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message