Hi,
I am using openbsd 3.6 and with using ppp I receive everytime this
message when running ppp:
1) tun0: Warning: 0.0.0.0/0: Change route failed: errno: No such process
2) tun0: Warning: ff02::%tun0/32: Change route failed: errno: Undefined error:
0
(What is a undefined error?)
I am not running any network on laptop and have configured
/etc/ppp/ppp.conf exactly like it is described in the openbsd-faq:
default:
set log Phase Chat LCP IPCP CCP tun command
ident user-ppp VERSION (built COMPILATIONDATE)
set device /dev/cua03
set speed 115200
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
\"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 440 CONNECT"
set timeout 0
mea:
set phone 007007007
set login
set authname memyselfandI
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
add default HISADDR
and in ppp.linkup:
#delete ALL
#add! default HISADDR
!bg /usr/sbin/sendmail -L sm-msp-queue -Ac -q
I tried here also to activate delete ALL and the add command and
deactivated but I still get this error message.
I do not use any /etc/mygate.
Thanks for any hint or help
Oliver