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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to