![]() |
2009-12-05
, 13:40
|
|
Posts: 880 |
Thanked: 264 times |
Joined on Feb 2007
@ Cambridge, UK
|
#2
|
![]() |
2009-12-06
, 16:11
|
Posts: 4 |
Thanked: 0 times |
Joined on Dec 2009
|
#3
|
![]() |
2009-12-07
, 15:07
|
Posts: 6 |
Thanked: 3 times |
Joined on Dec 2009
@ Germany
|
#4
|
![]() |
2009-12-08
, 23:19
|
Posts: 4 |
Thanked: 0 times |
Joined on Dec 2009
|
#5
|
![]() |
2009-12-22
, 10:23
|
Posts: 134 |
Thanked: 91 times |
Joined on Nov 2009
@ Imperial College London
|
#6
|
- I need to automate the insmod thing (now i'am insmod(ing) the modules from my /home/user/Mydocs Folder at every reboot.
- The poff command doesn't work. I need to wait until my VPN Server Kicks me off. The poff script needs a !bash shell :-(
killall pppd
I Have a Nokia N800 with the actual OS2008 Diablo. Kernel Version 2.6.21. Since 2.6.15 theres mppe-128 support i think and hope :-) But this is not the Problem. I Turned Encryption off on my VPN Router for testing.
First my Configs :
options:
lock
noauth
refuse-chap
refuse-mschap
refuse-eap
nobsdcomp
nodeflate
mtu 1416
chap-secrets
"christian" "pptp" "<password>" *
peer config file :
pty "pptp <my.dyndns.adress> --nolaunchpppd"
name christian
remotename PPTP
file /etc/ppp/options.pptp
ipparam home
If i start my tunnel using this command : "pon home debug dump logfd 2 nodetach" I always get an error "no auth is possible" and my Bintec VPN Access 25 says "PAP/CHAP authentication failure"
This is the output of pppd :
/home/user # pon home debug dump logfd 2 nodetach
pppd options in effect:
debug # (from command line)
nodetach # (from command line)
logfd 2 # (from command line)
dump # (from command line)
noauth # (from /etc/ppp/options.pptp)
refuse-chap # (from /etc/ppp/options.pptp)
refuse-mschap # (from /etc/ppp/options.pptp)
refuse-eap # (from /etc/ppp/options.pptp)
name christian # (from /etc/ppp/peers/home)
remotename PPTP # (from /etc/ppp/peers/home)
pty pptp <my.dyndns.adress> --nolaunchpppd # (from /etc/ppp/peers/home)
crtscts # (from /etc/ppp/options)
asyncmap 0 # (from /etc/ppp/options)
mtu 1416 # (from /etc/ppp/options.pptp)
lcp-echo-failure 4 # (from /etc/ppp/options)
lcp-echo-interval 30 # (from /etc/ppp/options)
show-password # (from /etc/ppp/options)
ipparam home # (from /etc/ppp/peers/home)
defaultroute # (from /etc/ppp/options.pptp)
proxyarp # (from /etc/ppp/options)
nobsdcomp # (from /etc/ppp/options.pptp)
nodeflate # (from /etc/ppp/options.pptp)
noipx # (from /etc/ppp/options)
using channel 15
Using interface ppp1
Connect: ppp1 <--> /dev/pts/2
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x3074537d> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x1 <mru 1524> <auth chap MD5> <magic 0x11a1505c> <pcomp> <accomp>] <--------------My Router requests MS-CHAP-V2 ?
No auth is possible
sent [LCP ConfRej id=0x1 <auth chap MD5>] <---------------- My damn Tablet rejects MS-CHAP-V2 ?
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x3074537d> <pcomp> <accomp>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x3074537d> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x2 <mru 1524> <auth pap> <magic 0xf00c982c> <pcomp> <accomp>]
No auth is possible
sent [LCP ConfRej id=0x2 <auth pap>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x3074537d> <pcomp> <accomp>]
rcvd [LCP TermReq id=0x3]
sent [LCP TermAck id=0x3]
Modem hangup
Connection terminated.
Script pptp <my.dyndns.adress> --nolaunchpppd finished (pid 2406), status = 0x0
Can anyone help me with this problem ? I'am now only interested in an unencryptet pptp tunnel. The mppe thing comes later :-) I Tryed PAP,CHAP and MS-CHAP, too.With the same result.(Of course i changed the "reject-strings" in the options.pptp file)
I read the Howto and FAQ on the sourceforce site of the ppp project,too.
Greetings,
chris