captainqtp
|
2009-12-11
, 20:46
|
Posts: 50 |
Thanked: 37 times |
Joined on Nov 2009
|
#11
|
|
2009-12-11
, 22:37
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#12
|
The Following 8 Users Say Thank You to fanoush For This Useful Post: | ||
|
2009-12-11
, 22:41
|
|
Posts: 124 |
Thanked: 47 times |
Joined on Aug 2008
@ Northern DFW
|
#13
|
The Following User Says Thank You to jiiv For This Useful Post: | ||
|
2009-12-11
, 22:59
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#14
|
The Following User Says Thank You to fanoush For This Useful Post: | ||
|
2009-12-14
, 21:27
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#15
|
|
2009-12-20
, 01:04
|
Posts: 134 |
Thanked: 91 times |
Joined on Nov 2009
@ Imperial College London
|
#16
|
|
2009-12-20
, 13:42
|
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
|
2009-12-21
, 01:01
|
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
|
2009-12-21
, 14:18
|
Posts: 6 |
Thanked: 3 times |
Joined on Dec 2009
@ Germany
|
#19
|
|
2009-12-23
, 12:40
|
Posts: 16 |
Thanked: 1 time |
Joined on Dec 2009
@ Paris, France
|
#20
|