On Sun, 11 Nov 2007 17:48:10 +0000 (UTC) [EMAIL PROTECTED] wrote: > >> You might like to install pon and pppconfig to make it work and > >> add yourself to the dip group. As above, but put in dip instead of > >> dialout. > >> > >> HTH > >> Charlie > >> > Thanks Charli but kppp still not working does some one have an idea? > > Darko
From the /usr/share/doc/kppp/README.Debian file: KPPP also requires that the ppp daemon be run with the "noauth" option. However, pppd's default setting, in /etc/ppp/options, is "auth", and for security reasons it should remain so. To work around this problem, uncomment "noauth" in /etc/ppp/peers/kppp-options. You should then be able to connect. So, simply uncomment "noauth", via removing the preceding number sign symbol (#), in the kppp-options file, and you should be set. Mark