Yesterday my Raspberry Pi was delivered, very happy with it so far!
I am currently trying to set up a PPTP VPN connection to BTGuard.
I have everything set up, using this guide: http://www.cyberciti.biz/tips/howto-con ... lient.html.
But when I check the connection log it shows this error:
- Code: Select all
root@raspberrypi:~# tail -f /var/log/messages
Jun 28 16:08:52 raspberrypi kernel: bcm2708_fb_set_par info(cb888000) 656x416 (656x416), 545792, 16
Jun 28 16:08:52 raspberrypi kernel: BCM2708FB: start = ccb00000,4d384000 width=656, height=416, bpp=16, pitch=1312 size=545792 success=0
Jun 28 16:17:11 raspberrypi kernel: PPP generic driver version 2.4.2
Jun 28 16:17:11 raspberrypi pppd[1852]: pppd 2.4.5 started by root, uid 0
Jun 28 16:17:11 raspberrypi pppd[1852]: Using interface ppp0
Jun 28 16:17:11 raspberrypi pppd[1852]: Connect: ppp0 <--> /dev/pts/1
Jun 28 16:17:13 raspberrypi pppd[1852]: CHAP authentication succeeded
[b]Jun 28 16:17:13 raspberrypi pppd[1852]: kernel does not support PPP filtering[/b]
Jun 28 16:17:13 raspberrypi pppd[1852]: Connection terminated.
Jun 28 16:17:13 raspberrypi pppd[1852]: Exit.
So, I suppose the kernel is not compatible.
Any way to solve this?
Kind Regards,
djmaster329