I've compiled kamikaze 7.09 from https://svn.openwrt.org/openwrt/tags/kamikaze_7.09 and enabled pptp package.
Then I configured ppp0 interface as follows:

config interface        wan
        option ifname   "ppp0"
        option proto    pptp
        option username ****
        option password ****
        option server   10.255.255.21

and turn it on with    ifup wan.

Everything was ok, but when my provider was down, error messages of pptp/pppd was logged to /etc/ppp/connect-errors . Therefore it was written to flash, what is completely wrong smile

Am i doing something wrong, or it is a bug ?

---
so ticket was opened https://dev.openwrt.org/ticket/2989

(Last edited by e226329 on 7 Jan 2008, 00:18)