Cisco Anyconnect VPN not working under CM11 M11 - Nook HD, HD+ Q&A, Help & Troubleshooting

Hey there,
I'm using CM 11 M11 on my nook HD+ but somehow I can't connect with Cisco Anyconnect to a VPN, I always get the error: "VPN Server could not parse request." whereas it's working on CM11 on my Y300 phone with same settings.
I also tried the rooted edition of Anyconnect as it was mentioned somewhere else here but it still didn't work... Is there any fix to this problem? Or another working VPN app?
Thanks a lot, everything else is perfect in this ROM [emoji6]

luigipomodoro said:
Is there any fix to this problem?
Click to expand...
Click to collapse
Apparently, someone else last year had this problem with cm 10.1 -> http://forum.xda-developers.com/showthread.php?t=2348211
Also, you should check your password and username for non characters and numbers as a test - > https://supportforums.cisco.com/discussion/11178241/ssl-vpn-authentication-using-radius

Related

[Module] tun.ko for stock 2.6.32.9 (for openvpn/vpnc/etc)

Compiled from the recent kernel source dump. Loaded just fine into the stock kernel, /dev/tun device created. I haven't had a chance yet to test out openvpn, but will later today.
Also, now that there's a tun/tap driver for the base android system, it should work within the webtop environment as well.
Enjoy.
EDIT: Tested with OpenVPN from the Market (Installer and Settings apps) and works fine.
I will be watching closely. I need vpn badly!
Where does the file go?
I put it in /system/lib/modules, but it can go pretty much anywhere if you're using it with the openvpn settings app, since you can specify the path that insmod uses.
I put it in /system/lib and it works fine with VPNC Widget. Thanks!
What exactly does this do? I hate to sound like a noob
Krshaw18 said:
What exactly does this do? I hate to sound like a noob
Click to expand...
Click to collapse
It gives us the virtual tunneling network interface so we can use openvpn.
agentdr8 said:
Compiled from the recent kernel source dump. Loaded just fine into the stock kernel, /dev/tun device created. I haven't had a chance yet to test out openvpn, but will later today.
Also, now that there's a tun/tap driver for the base android system, it should work within the webtop environment as well.
Enjoy.
EDIT: Tested with OpenVPN from the Market (Installer and Settings apps) and works fine.
Click to expand...
Click to collapse
I owe you a beer sir. With the past week to other good people in xda forums, I owe three beers in total.
Oh crap, I need root for OVPN and I upgraded to beta release. Oh well, time to SBF to stock.
Great find my friend !!! will this module work only on the android side or can it be worked in with the webtop side too ?
molotof said:
Great find my friend !!! will this module work only on the android side or can it be worked in with the webtop side too ?
Click to expand...
Click to collapse
agentdr8 said:
Also, now that there's a tun/tap driver for the base android system, it should work within the webtop environment as well.
Click to expand...
Click to collapse
Instead of using the android openvpn binary, you could use one compiled for linux arm within the webtop and it should work just fine.
1. lsmod shows tun.ko
2. VPNC set to enable VPN
3. Unable to ping any resources on the remote network. VPN says never connected.
Any thoughts on where to go from here?
This is a Cisco VPN I am connecting to.
Run a logcat either from adb shell or through ConnectBot/Terminal Emulator on phone and see what vpnc is doing during connection.
Tested and verified this works perfect with my Atrix connecting to an ASA 5500 Cisco appliance using IpSec. I made a video that will help people trying to understand all this. Just go to youtube and type android vpn. I'll be one of the first 5 videos and it's a 2 parter.
Thanks OP! I was looking for this back when I got my ATRIX and had no luck.
connexion2005 said:
Tested and verified this works perfect with my Atrix connecting to an ASA 5500 Cisco appliance using IpSec. I made a video that will help people trying to understand all this. Just go to youtube and type android vpn. I'll be one of the first 5 videos and it's a 2 parter.
Thanks OP! I was looking for this back when I got my ATRIX and had no luck.
Click to expand...
Click to collapse
That's my exact scenario and mine also works flawlessly.
Sent from my MB860 using XDA Premium App
I'm getting a connection, but no traffic is flowing through it. My laptop can connect though. Nothing returns a ping on the other end.
Kernel
Does any one have the module for kernel 2.6.32.9-00005?
--
Thanks
Scott
ZeroData said:
Does any one have the module for kernel 2.6.32.9-00005?
Click to expand...
Click to collapse
Try out the attached. The vermagic should match your OTA kernel exactly.
EDIT: Attachment removed (not working)
Getting -1 Unknown symbol in module
Can you post the last 20 lines of dmesg after trying the insmod?

[Nook HD+] VPN setup issues

Hi there,
I'm a student and need to use VPN on my Nook HD+ to get access to the exclusive resources of the university like electronic library, etc. The university VPN service uses IPSec, IPSEC TCP/UDP with Xauth method, and it has a group name and group secret. I've searched the playstore and the only two clients which support this feature are VPNC widget and openVPN, but they both have issues I cannot solve. VPNC widget could not start properly and reports error saying that my TUN is not installed properly, so I downloaded tun.ko installer to install the tun according to my android OS and kernel versions, but the installer says the file downloaded is not compatible. The openVPN requires CA certificate for the IPSEC TCP/UDP feature, which I don't know how to set up (sorry for the novice I've been). Could anyone who knows how to resolve the VPN issue please share some insights, thank you very much!
lampardlb
lampardlb said:
Hi there,
I'm a student and need to use VPN on my Nook HD+ to get access to the exclusive resources of the university like electronic library, etc. The university VPN service uses IPSec, IPSEC TCP/UDP with Xauth method, and it has a group name and group secret. I've searched the playstore and the only two clients which support this feature are VPNC widget and openVPN, but they both have issues I cannot solve. VPNC widget could not start properly and reports error saying that my TUN is not installed properly, so I downloaded tun.ko installer to install the tun according to my android OS and kernel versions, but the installer says the file downloaded is not compatible. The openVPN requires CA certificate for the IPSEC TCP/UDP feature, which I don't know how to set up (sorry for the novice I've been). Could anyone who knows how to resolve the VPN issue please share some insights, thank you very much!
lampardlb
Click to expand...
Click to collapse
First, are you rooted? Have you enabled 'unknown sources?" Running CM or stock?
Second, there was a discussion of VPN elsewhere, try searching, it may help.
The reason VPN doesn't work, with the exception of PPTP, is because it doesn't have tunnel module. That mean the tun.ko need to be compile for the Nook HD+ and put it on the device(symbolic link to the right directory). The module may still need to be manually loaded every boot, idk.
dbh369 said:
First, are you rooted? Have you enabled 'unknown sources?" Running CM or stock?
Second, there was a discussion of VPN elsewhere, try searching, it may help.
Click to expand...
Click to collapse
Thanks mate, really appreciate your help.
I'm running CM10 build 121230, so I guess it's rooted. I'll try to find that thread, thanks.
someone0 said:
The reason VPN doesn't work, with the exception of PPTP, is because it doesn't have tunnel module. That mean the tun.ko need to be compile for the Nook HD+ and put it on the device(symbolic link to the right directory). The module may still need to be manually loaded every boot, idk.
Click to expand...
Click to collapse
Thanks for your reply.
the database of DroidVPN has a tun.ko file for 4.1.2 and kernel 3.0.31,just as mine, but it's for Nook HD, not HD+. Is it tedious to compile a tun file? do you think I can do it myself?

[Q] MLB At Bat 2013 on Evervolv 4.3 won't verify location

I'm having some trouble with the Evervolv 4.3 (Nightly 9-28) rom not allowing the MLB at Bat app to verify my location to allow for streaming video. I have 2 touchpads, and it works perfect on my Cyanogenmod 4.1.2 04/18 rom. My location settings are the same on both Touchpads, It just doesn't work on the 4.3 rom. It does detect my location on Google Maps so it seems the settings are correct. Has anybody had any experience with this problem on the Evervolv rom and possibly know a solution, or is this an incompatibility issue between the rom and the app?

[Q]Evervolv Tenderloin and HBO Go

Hopefully someone from the Evervolv thread will read this... unfortunately I am a new user to XDA so don't have privileges to post in the developer forums.
I just finished installing the Evervolv rom for my HP touchpad and now can't seem to install the HBO Go App. The play store says "your device isn't compatible with this version". Anyone know why this is?
I previously had the Milaq build and HBO Go installed and worked fine.
The Evervolv build seems really nice, so I'm hoping the issue with HBO Go will be resolved soon.
Thanks!
driv3l said:
Hopefully someone from the Evervolv thread will read this... unfortunately I am a new user to XDA so don't have privileges to post in the developer forums.
I just finished installing the Evervolv rom for my HP touchpad and now can't seem to install the HBO Go App. The play store says "your device isn't compatible with this version". Anyone know why this is?
I previously had the Milaq build and HBO Go installed and worked fine.
The Evervolv build seems really nice, so I'm hoping the issue with HBO Go will be resolved soon.
Thanks!
Click to expand...
Click to collapse
Sorry just saw this. Just installed HBO go, installs on the latest build 4.3.1. I can't test it as i don't have an account
flintman said:
Sorry just saw this. Just installed HBO go, installs on the latest build 4.3.1. I can't test it as i don't have an account
Click to expand...
Click to collapse
Hi Flintman,
Thanks for your response. This problem seems to be fixed in later builds of EV.
Thanks for checking!

HD+ CM11 Netflix Offline Mode

Hey Folks,
im running CM 11 (fresh installation) on my nook hd+ and i noticed that the netflix app does not show the download buttons.
It is possible to get the offline netflix feature on hd+ CM11?
Best regards
reformhaus
reformhaus85 said:
Hey Folks,
im running CM 11 (fresh installation) on my nook hd+ and i noticed that the netflix app does not show the download buttons.
It is possible to get the offline netflix feature on hd+ CM11?
Best regards
reformhaus
Click to expand...
Click to collapse
I have same problem...
I thought that is because my phone is rooted, but I hide my root using RootCloack but I have not success...
I will try change my build.prop to a supported device to see what happens. But i have no idea what I have to do to it works.
Sorry my wrote mistakes.

Categories

Resources