Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2001 16:25:14 +0300
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        ru@freebsd.org, current@freebsd.org
Subject:   Recent interface/routing changes breaks on-demand PPP
Message-ID:  <20010319162514.A384@nagual.pp.ru>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010319162514.A384>