|
|
12-11-2009
, 04:46 PM
|
|
Posts: 50 |
Thanked: 37 times |
Joined on Nov 2009
|
#11
|
|
|
12-11-2009
, 06:37 PM
|
|
Posts: 2,152 |
Thanked: 1,488 times |
Joined on Jan 2006
@ Czech Republic
|
#12
|
| The Following 8 Users Say Thank You to fanoush For This Useful Post: | ||
|
|
12-11-2009
, 06:41 PM
|
|
|
Posts: 124 |
Thanked: 47 times |
Joined on Aug 2008
@ Northern DFW
|
#13
|
| The Following User Says Thank You to jiiv For This Useful Post: | ||
|
|
12-11-2009
, 06:59 PM
|
|
Posts: 2,152 |
Thanked: 1,488 times |
Joined on Jan 2006
@ Czech Republic
|
#14
|
| The Following User Says Thank You to fanoush For This Useful Post: | ||
|
|
12-14-2009
, 05:27 PM
|
|
Posts: 1,224 |
Thanked: 1,749 times |
Joined on Jul 2007
|
#15
|
|
|
12-19-2009
, 09:04 PM
|
|
Posts: 134 |
Thanked: 91 times |
Joined on Nov 2009
@ Imperial College London
|
#16
|
|
|
12-20-2009
, 09:42 AM
|
|
Posts: 6 |
Thanked: 3 times |
Joined on Dec 2009
@ Germany
|
#17
|
Just to let everyone know that this is now working perfectly for me after playing with a few settings. Getting the routing right without iproute installed was proving a bit tricky, but luckily Christoph has made it available (as described in this thread).
If anybody is having problems connecting to a similar VPN I'd be happy to make suggestions based on my adventures!
Thanks again Fanoush for all of your help.
Jan
|
|
12-20-2009
, 09:01 PM
|
|
Posts: 134 |
Thanked: 91 times |
Joined on Nov 2009
@ Imperial College London
|
#18
|
I'm having problems to get it working.....
After installing pptp-linux and ppp I can't ssh to my device anymore. I can't even ping it although it still has a wifi connection and ip-adress (still can browse the web from the device).
after loading the modules I called 'pptpsetup' to set up a tunnel.
that gives me an error like 'mppe_compress not found' or something similar.
so could you be kind and provide a simple step-by-step guide to get everything working ?
I'd really appreciate this as I'm sort of desperate to have vpn to my network at work... ;-)
regards,chris
$ sudo gainroot
# dpkg -i pptp-linux_1.7.2-1_armel.deb # dpkg -i ppp_2.4.4rel-osso4_armel.deb
# tar -zxvf modules-2.6.28-200903102-pptp.tar.gz
# cp ./drivers/net/ppp_async.ko /lib/modules/2.6.28-omap1/ # cp ./drivers/net/ppp_generic.ko /lib/modules/2.6.28-omap1/ # cp ./drivers/net/ppp_mppe.ko /lib/modules/2.6.28-omap1/ # cp ./drivers/net/slhc.ko /lib/modules/2.6.28-omap1/ # cp ./crypto/sha1_generic.ko /lib/modules/2.6.28-omap1/
# cp ./drivers/net/ppp_async.ko ./drivers/net/ppp_generic.ko ./drivers/net/ppp_mppe.ko ./drivers/net/slhc.ko ./crypto/sha1_generic.ko /lib/modules/2.6.28-omap1/
# cd /lib/modules/2.6.28-omap1/ # depmod -a # insmod slhc.ko # insmod ppp_generic.ko # insmod ppp_async.ko # insmod sha1_generic.ko # insmod ppp_mppe.ko
sub Check_MPPE_in_pppd {
# my $command = q/strings `which pppd`|grep -i mppe|wc --
# my $answer = `$command`;
# if ($answer > 0) {
# ok!
return 1;
# } else {
# return 0;
# }
}
# pppd call <tunnelname> logfd 2 nodetach debug dump
# pppd call <tunnelname>
# killall pppd
# route
| The Following 18 Users Say Thank You to Big Phat Jan For This Useful Post: | ||
222, bingomion, clasificado, cristids, joilet, jurgel, kuriiri, mece, melisa queen, nad6234, noorallah, optimaxxx, Quantum_1414, ramso, ravas, sirpaul, snookh, techno2001 | ||
|
|
12-21-2009
, 10:18 AM
|
|
Posts: 6 |
Thanked: 3 times |
Joined on Dec 2009
@ Germany
|
#19
|
|
|
12-23-2009
, 08:40 AM
|
|
Posts: 16 |
Thanked: 1 time |
Joined on Dec 2009
@ Paris, France
|
#20
|
![]() |
| Tags |
| vpn pptp mppe n900 |
| Thread Tools | Search this Thread |
|