Hi,
I have a strange problem, using apps running on android (with GUI) such as browser, mail, connectbot.. dns resolving works without problems, however connecting via ssh to my hero It doesn't work (using debian it works).
Found this: http://www.mail-archive.com/[email protected]/msg12543.html unfortunately no solution.
Related
Hi everybody.
I just bought a desire hd. i can connect every wireless connection WEP, WPA, WPA2 etc. but i can not connect 802.1x Enterprise with peap gtc network
My friend has a Galaxy Ace he can connect same with 802.1x peap gtc network. his firmware also Android 2.2
I'm configuring same as he did but still can not connect it.
I don't know what is my Desire HDs problem?
can anybody help me?
I solved my problem
t is very sad that WPA2-Enterprise is not available to be configured in the WIFI-Settings dialog. But if you know how to configure it by hand you can get it to work. I want to use my schools WPA2-Enterprise so I tried it and found out how to get it working. I will explain my taken steps below so you can as well get it to work. The trick behind is that you edit the /data/misc/wifi/wpa_supplicant.conf by hand. In that file the configuration of the wifi-networks is saved. You need to add the following lines: (in my example for the HSR-Secure network)
network={
ssid="HSR-Secure"
key_mgmt=WPA-EAP
identity="<username without 'hsr\'>"
password="<your password>"
}
For those who don’t know how to do that here some more explanation. To edit the mentioned file above your phone has to be rooted. Than you need the Android SDK installed on your computer (we will need adb.exe). You need the usb cable to connect the phone to your computer. Open a command line shell and go to your android-sdk tools folder and then do the following (thanks to Thomas Kälin for this easier version):
# Copy the config file from the phone to your computer:
adb pull /data/misc/wifi/wpa_supplicant.conf C:/MyFolder
# Now Edit your wpa_supplicant.conf with your favorite editor and load it back to your phone:
adb push C:/MyFolder/wpa_supplicant.conf /data/misc/wifi/wpa_supplicant.conf
Now go to the wifi settings in your phone. Turn wifi off and on again. It should successfully connect now. Here some pictures to show how it should look like when working.
android-hsr-secure android-hsr-secure2
I hope this helps some of you to get WPA2-Enterprise working.
Have fun surfing the internet with your phone at work/school .
Click to expand...
Click to collapse
Source: blog.pboos.ch/2009/04/android-using-wpa2-enterprise/
Yes finally got this working using the FULL WIFI App from the market. Thanks for the help I did use some suggestions.
maydin said:
I solved my problem
Source: blog.pboos.ch/2009/04/android-using-wpa2-enterprise/
Click to expand...
Click to collapse
Adding the password line worked perfectly.
As stated in the topic I'm looking for a rom with working (!!) VPN support.
I currently have cm7.0.3 installed and can't connect to my VPN via PPTP or OpenVPN. Actually that is not correct... The icon in the statusbar states that I'm connected but no data will get through. I.e. doing a 'ping google.com' from the terminal emulator gives me an 'unable to resolve ...' error. same with any url in the browser and so on (no data connection).
one additional detail: via pptp i have to use encrypted connection ...
thanks for your time reading
Does anyone have a recommendation for a good VPN client/service to use with the Inc2 with MIUI?
I've tried Any Connect for Root Devices but I think tun.ko has to be load/baked into the ROM. The app installs successfully and I'm able to get to the login of the VPN server but then it gives me an error, something about secure gateway.
Does anybody here use OpenVPN with CM9? What OpenVPN settings and/or kernel are you using with success? I've tried it with the stock CM9 kernel, but no good. It connects and everything indicates it should be working, but nothing gets through.
Hi,
I'm trying to configure it at the moment with my Nexus One using the new 7.2 CM, but I didn't fully succeed for the moment. I can connect, ping the lan machines, ping everything on the web through the vpn, but I couldn't surf or use any web services. Server is on a Win7 x64 pc, I suspect a server bad configuration (first try).
Android 2.3.7
kernel 2.6.37.6-cyanogenmod-g0799e00
last openvpn server version
I tried with the openvpn software supplied with CM, but it seems better and faster with OpenVpn Installer + OpenVpn Settings android packages. Plus it provides ovpn client logs, DNS settings, auto reconnect, .conf/ovpn files and a simplified certificates system.
Hope this helps...
I used the openvpn installer and openvpn settings apps, but couldn't get it to work. I'm still investigating. It's strange because I've tried using different roms and kernels already.
Sent from my Galaxy Nexus using XDA
hey all,
i am trying to configure vpn to my computer (windows 7) and for some reason connecting through 3G to my computer using pptp works flawlessly.
but when i connect to a WIFI network,Any network it fails to connect giving me an Unsuccessful error.
i searched for a solution : maybe a different VPN client but none i found support pptp like the native one and to a windows 7/etc machine only free/paid services which is not what i want.
if any 1 encountered this kind of a a problem or can help me figure it out ?
thank you very much
Arik