The Following User Says Thank You to smallworld For This Useful Post: | ||
|
2008-06-27
, 01:51
|
Posts: 109 |
Thanked: 91 times |
Joined on Dec 2007
|
#2
|
|
2010-04-08
, 14:45
|
Posts: 20 |
Thanked: 0 times |
Joined on Mar 2009
@ Aix en Provence
|
#5
|
|
2010-04-15
, 12:31
|
Posts: 20 |
Thanked: 0 times |
Joined on Mar 2009
@ Aix en Provence
|
#6
|
|
2010-06-21
, 14:21
|
Posts: 20 |
Thanked: 0 times |
Joined on Mar 2009
@ Aix en Provence
|
#7
|
Since my company has s Nortel VPN server, I took this binary and setup a conf file but I keep getting the error "vpnc: response was invalid [1]: (ISAKMP_N_INVALID_EXCHANGE_TYPE)(7)"
Does anybody know what the issue is?
I think I have all the necessary parameters, although we are using a SecureID token, and I've been entering the password as PIN+Token, and I always have this error. It that how it's supposed to work?
My config file:
IPSec gateway <server IP address>
IPSec ID <ID given by my IT>
IPSec secret <Group pwd given by my IT>
Xauth username <my username>
Xauth password <PIN+Token>
vendor nortel
Thanks,
Vince.
This is what I did:
1. Install the vpnc package by Michael Arndt from maemo.org.
2. Make a couple of changes related to xauth type to the merged vpnc source code published by Volodymyr Buell at http://www.gossamer-threads.com/list...2281?page=last
since my company does not use SecureId for Xauth .
3. Compile the source code under maemo scratchbox sdk environment. Replace the vpnc binary under /usr/sbin on my n810 with the one I compiled.
4. Edit a default.conf file with VPN server, group name/password, user name/password and put the file under /etc/vpnc on my n810.
Then just run "vpnc" in xterm after "sudo gainroot". It works great. No more complaint to the tablet.