New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Hello all,
I'm trying to setup my bubba server as a pptp server, but I've run ito some problems.
I have followed the instructions in the debian pptp howto http://poptop.sourceforge.net/dox/debian-howto.phtml but get the following printout in /var/log/messages:
As i remember PPTP uses GRE. Do you have GRE enabled in your kernel?
By the looks of it, my (default) kernel does not have GRE enabled. Excito crew should be able to confirm if it is or not...
Although your log doesn't mention it... It would be easier to troubleshoot if you explain a little what kind of issues you are experiencing.
Thanks for the response and sorry for missing the error description. When trying to connect from a WinXP machine using the standard VPN connectivity, the setup fails when doing the username authentication. The dialoge box hangs for 30 secs, which corresponds well to the delay in conjunction with the LCP timeout seen in the log.
I have not checked the kernel for GRE, but I use the default kernel, so I guess I don't have GRE enabled either...
Just tried inserting ip_gre module, but the same problem persists. Digging around some more, it looks like another module is needed, namely ppp_mppe (encryption for ppp). I will setup crosstool and see if I can compile the needed module.
I've installed crosstool and compiled the missing module (ppp_mppe). However, when I try to install the new module using modprobe, I get an error message that the following symbols are missing:
ppp_mppe: Unknown symbol crypto_alloc_tfm
ppp_mppe: Unknown symbol crypto_free_tfm
ppp_mppe: Unknown symbol crypto_alg_available
After a little bit of digging, it seems as if these functions are defined in the crypto base (crypto/api.c), which I haven't found a way to build as a module. The thing I find strrange here is that the exito config file for building the kernel includes crypto support, shouldn't the base api be included then? (This seems to be the issue that is described in http://excito.org/forum/viewtopic.php?t=576 )
Is there something missing in the excito build configuration or am I misunderstanding something?