Matan
|
2009-12-23
, 13:05
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#21
|
|
2010-01-12
, 23:11
|
Posts: 89 |
Thanked: 131 times |
Joined on Oct 2009
|
#22
|
sent [LCP EchoReq id=0x0 magic=0xdb492de1] rcvd [EAP Request id=0x2 Identity <No message>] sent [EAP Response id=0x2 Identity <Name "NT_NETWORK\r_smithson">] rcvd [LCP EchoRep id=0x0 magic=0x281e6239] rcvd [LCP TermReq id=0x3 "(\036b9\000<\315t\000\000\002\263"] LCP terminated by peer ((^^b9^@<M-Mt^@^@^BM-3) sent [LCP TermAck id=0x3]
|
2010-01-14
, 17:42
|
Posts: 134 |
Thanked: 91 times |
Joined on Nov 2009
@ Imperial College London
|
#23
|
Call me a VPN n00b, but I'm struggling to get into our coporate VPN. I could ask IT, but then the N900 would be specifically banned.
It is better to beg forgiveness than to ask permission, and all that.
I get the following in my debug:
I'm connecting - I think - to a Microsoft VPN.Code:sent [LCP EchoReq id=0x0 magic=0xdb492de1] rcvd [EAP Request id=0x2 Identity <No message>] sent [EAP Response id=0x2 Identity <Name "NT_NETWORK\r_smithson">] rcvd [LCP EchoRep id=0x0 magic=0x281e6239] rcvd [LCP TermReq id=0x3 "(\036b9\000<\315t\000\000\002\263"] LCP terminated by peer ((^^b9^@<M-Mt^@^@^BM-3) sent [LCP TermAck id=0x3]
Thanks, Robert
|
2010-01-18
, 12:01
|
Posts: 4 |
Thanked: 1 time |
Joined on Jan 2010
|
#24
|
Assuming you have a connection, you now need to set up your routing to use it. This doesn't work by default because we are missing /sbin/ip. You could probably fix this with the "route" command, but the easiest way is to install iproute by following Christoph's instructions in this post.
|
2010-01-18
, 12:30
|
Posts: 134 |
Thanked: 91 times |
Joined on Nov 2009
@ Imperial College London
|
#25
|
Hi. Many thanks for the time and effort you put in to provide us with these instructions. I followed the instructions without any issues, although i was unable to establish a connection. Having looked at my VPN server logs it appears i was attempting to use a protocol not authorised at the group policy level - probably not ms-chav-v2. I suspect i just need the right options in the config file. I'll have another play with that tonight.
Would you care to elaborate (or anyone for that matter) how to setup routing? I take it i need to install iproute but i can't find it in any of the repositories except for iptables.
Thanks
James
|
2010-01-18
, 22:21
|
Posts: 4 |
Thanked: 1 time |
Joined on Jan 2010
|
#26
|
The Following User Says Thank You to joilet For This Useful Post: | ||
|
2010-01-19
, 14:22
|
Posts: 37 |
Thanked: 52 times |
Joined on Aug 2005
@ Bremen, Germany
|
#27
|
#!/bin/sh iw=`iwconfig wlan0 | grep -rc Uni-Bremen` if [ $iw = 1 ]; then pon uni route del default route add default ppp0 fi
|
2010-01-20
, 16:09
|
Posts: 89 |
Thanked: 131 times |
Joined on Oct 2009
|
#28
|
|
2010-01-20
, 21:24
|
Posts: 4 |
Thanked: 1 time |
Joined on Jan 2010
|
#29
|
|
2010-01-20
, 21:46
|
Posts: 134 |
Thanked: 91 times |
Joined on Nov 2009
@ Imperial College London
|
#30
|
Has anyone actually made this a working solution? I find my n900 is unusable whilst connected to the VPN. I can't even multi task - i get this weird overlay problem with the menu and any other app i attempt to switch to is immediately sent to the background.