baatzn / prevpnc

Automatically exported from code.google.com/p/prevpnc
MIT License
0 stars 0 forks source link

Error Connecting to Cisco VPN #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a Cisco VPN connection.  I entered the user ID, password, ipsec id, 
group secret, (blank) domain, network, and gateway.
2. Attempt to connect.

What is the expected output? What do you see instead?
Expected... should connect properly.
What I get...
State: CONNECTING.
State: FAILED.

Error log:

ERROR: ld.so: object '/usr/lib/libjemalloc_mt.so' from LD_PRELOAD cannot be 
preloaded: ignored.

What version of the product are you using? On what operating system?
Using version preVPNc 0.1.4.
Not running any customer kernel.  Just using WebOS 1.4.5, configuration Sprint 
2.5.  Running on a Palm Pixi.

Please provide any additional information below.

Original issue reported on code.google.com by compwiz...@gmail.com on 12 Oct 2010 at 7:20

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
PreVPNc v0.1.4 works OK with my Cisco VPN server which also requires 
certificate authorization.  I started by installing the latest PreVPNc release; 
visit the Download tab above (http://code.google.com/p/prevpnc/downloads/list ) 
using the webOS web browser and then click on the newest .ipk there.  Preware 
should be set as the default .ipk handler and it will automatically download 
and run the .ipk installation/upgrade.

The subsequent edits needed to get a connection to my Cisco VPN are documented 
here: http://forums.precentral.net/showthread.php?p=2731731 .

In my experience, the error message "ERROR: ld.so: object 
'/usr/lib/libjemalloc_mt.so' from LD_PRELOAD cannot be preloaded: ignored." was 
just a side-effect *after* the real vpnc problem and was not the actual error.  
I focused on vpnc's IKE_X_XXXX errors instead and was successful with a Palm 
Pre.

Problems using the current vpnc build on a Palm Pixi have been discussed in the 
PreCentral forum - http://forums.precentral.net/showthread.php?p=2730003

Original comment by mwarre...@gmail.com on 26 Oct 2010 at 7:34

GoogleCodeExporter commented 9 years ago
I am running PreVPNc v0.1.4 downloaded from the Preware package manager.

I am not getting the "illegal instruction" error, as far as I can tell.  Is 
PreVPNc able to run on a Palm Pixi at all?  Do I need to run a custom kernel to 
get it to work?

The Cisco VPN server to which I am connecting does not require cert 
authorization.  I just need a group name and group secret.  Is there any custom 
configuration that I'm missing to get this VPN connection to work?

Thanks for your help!

Original comment by compwiz...@gmail.com on 26 Oct 2010 at 7:47

GoogleCodeExporter commented 9 years ago
Ahh... I see this now...

Pre and Pixi has different processor type (ARM v6 vs. v7 I guess). I should use 
generic vpnc build from Debian... Currently PreVPNc use custom build from 
webos-internals.org, this is probably reason why it doesn't work on Pixi...

I guess I'll wait for v0.1.5???

Original comment by compwiz...@gmail.com on 26 Oct 2010 at 8:01

GoogleCodeExporter commented 9 years ago
ah, that makes sense. is there a vpnc binary(?) we can manually swap out for 
now? looking forward to getting cisco vpn working on my wife's pixi! :)

Original comment by kreuc...@gmail.com on 26 Oct 2010 at 9:36

GoogleCodeExporter commented 9 years ago
Hi Compwiz. Please try this build:

http://prevpnc.googlecode.com/files/cz.karry.vpnc_0.1.4pixiTest_all.ipk

I replaced vpnc binary. 

If you still get illegal instruction error, could you try install Debian (arm) 
on your Pixi ( http://www.webos-internals.org/wiki/Debian ) and try run vpnc 
from it? I use this chrooted Debian environment as source of binaries fro 
PreVPNc...

Original comment by karry.cz@gmail.com on 26 Oct 2010 at 11:20

GoogleCodeExporter commented 9 years ago
Or... 100% function way is compile vpnc directly on Pixi hardware... But it is 
only for Linux users with some experience... 

Original comment by karry.cz@gmail.com on 26 Oct 2010 at 11:25

GoogleCodeExporter commented 9 years ago
Karry,

I tried the cz.karry.vpnc_0.1.4pixiTest_all.ipk build.  Still does not work.  I 
haven't seen the "illegal instruction error", but I am getting the same error 
that I got before.

What I get...
State: CONNECTING.
Then state changes...
State: FAILED.

The following is the contents of the error log:

ERROR: ld.so: object '/usr/lib/libjemalloc_mt.so' from LD_PRELOAD cannot be 
preloaded: ignored.

I do a Luna and Java restart before I try running the application.

Original comment by compwiz...@gmail.com on 27 Oct 2010 at 1:47

GoogleCodeExporter commented 9 years ago
By the way... I'd like to thank everyone in advance for their help and support. 
 I'm really excited to see this working on the Pixi!  Looks like you've done 
some great work so far, Karry.  I'm more than willing to help test and debug 
(as best I can).

Original comment by compwiz...@gmail.com on 27 Oct 2010 at 1:49