When running ppp in interactive mode with no tun0 interface listed in
`ifconfig -a`, I get the following output...

# ppp
Working in interactive mode
Using interface: tun0
ppp ON blackhawk> quit

This leaves the tun0 in `ifconfig -a`. 

# ifconfig tun0
tun0: flags=8050<POINTOPOINT,RUNNING,MULTICAST> mtu 3000

Running ppp in interactive mode again, gives the following output...

# ppp
Working in interactive mode
Warning: Add! route failed: ff02::/32: errno: Network is unreachable
Warning: iface rm: ioctl(SIOCDIFADDR_IN6, fe80::20a:e4ff:fe23:3b3a/64 ->
fe80::d147:4d23:2aa2:5a2f): Can't assign requested address
Using interface: tun0
ppp ON blackhawk> 

# netstat -ar   
Routing tables

Internet:
Destination        Gateway            Flags     Refs     Use    Mtu
Interface
localhost          localhost          UH          1      124  33224
lo0
192.168.0/24       link#2             UC          0        0      -
wi0

Internet6:
Destination        Gateway            Flags     Refs     Use    Mtu
Interface
::1                ::1                UH          0      178  33224
lo0
fe80::%wi0/64      link#2             UC          0        0      -
wi0
fe80::%lo0/64      fe80::1%lo0        U           0        0      -
lo0
ff01::/32          ::1                UC          0        0      -
lo0
ff02::%wi0/32      link#2             UC          0        0      -
wi0
ff02::%lo0/32      ::1                UC          0        0      -
lo0

Encap:
Source             Port  Destination        Port  Proto
SA(Address/Proto/Type/Direction)

To avoid the warning messages, `ifconfig tun0 destroy && ppp` is a
solution. What causes the warning messages?  I am running -current as of
20 Sept.

Ed.

Reply via email to