Hallo zusammen,
ich bin nach diversen Stunden an Wochenenden und Abenden doch etwas verzweifelt - ich kriegs nicht zum laufen...
Hab ein gerootetes HTC Sensation (Android 2.3.4, tun schon dabei soweit ich weiß), und es bereits mit modifiziertem VPNC Widget und normalem VPNC versucht.
Jetzt zuletzt mit VPNC Widget 1.18 (also keine Modifikation notwendig, richtig?)
Im eigenen WLAN läuft der Spaß mittlerweile vollkommen korrekt, nur über 3g/HSDPA tut sich nix, d.h. es kommt keine Verbindung zu Stande und der angezeigte Text wechselt nach einigen Sekunden wieder auf "VPNC Off".
Nachdem es über WLAN ja funktioniert sollten die FB Einstellungen doch eigentlich korrekt sein, oder? Ich habe sie (um nicht zu spammen) daher erstmal noch nicht angehängt, ist aber denke ich nach den Anleitungen in diesem Thread angelegt. Dazu sollte ich vielleicht noch sagen, dass ich eine weitere VPN Verbindung zu einer anderen FB am Laufen habe, allerdings funktioniert es auch wenn ich diese deaktiviere nicht.
Gibt es irgendeine Möglichkeit zu sehen ob VPN mit meiner Pre-Paid Karte überhaupt funktioniert oder ob es blockiert wird?
Hat irgendwer eine Idee mit der er mir helfen kann?
Vielen Dank!
Hier mal der logcat Ausschnitt von VPNC widget 1.18
Code:
D/VpncWidget(12783): onReceive: action=com.gmail.mjm4456.vpncwidget.WidgetApp.CLICK
D/VpncWidget(12783): widget clicked
D/VpncWidget(12783): VpncService: onCreate
D/VpncWidget(12783): VpncService: onStart
D/VpncWidget(12783): onReceive: action=com.gmail.mjm4456.vpncwidget.WidgetApp.REFRESH
D/VpncWidget(12783): Prefs=xxxxxxxx.dyndns.info [email protected] [email protected] (passwords hidden)
D/AppWidgetHostView( 458): updateAppWidget mInfo = AppWidgetProviderInfo(provider=ComponentInfo{com.gmail.mjm4456.vpncwidget/com.gmail.mjm4456.vpncwidget.WidgetApp})
D/su (14150): 10197 com.gmail.mjm4456.vpncwidget executing 0 sh using shell /system/bin/sh : sh
D/VpncWidget(12783): Enter IPSec secret for [email protected]@xxxxxxxx.dyndns.info:
D/VpncWidget(12783): Enter password for [email protected]@xxxxxxxx.dyndns.info:
D/VpncWidget(12783): + env
D/VpncWidget(12783): ANDROID_ROOT=/system
D/VpncWidget(12783): DEBUG_VPNC=yes
D/VpncWidget(12783): LD_LIBRARY_PATH=/vendor/lib:/system/lib
D/VpncWidget(12783): PATH=/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin
D/VpncWidget(12783): LOOP_MOUNTPOINT=/mnt/obb
D/VpncWidget(12783): reason=pre-init
D/VpncWidget(12783): ASEC_MOUNTPOINT=/mnt/asec
D/VpncWidget(12783): ANDROID_SOCKET_zygote=10
D/VpncWidget(12783): BOOTCLASSPATH=/system/framework/core.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/core-junit.jar:/system/framework/com.htc.commonctrl.jar:/system/framework/com.htc.framework.jar:/system/framework/com.htc.android.pimlib.jar:/system/framework/com.htc.android.easopen.jar:/system/framework/com.scalado.util.ScaladoUtil.jar:/system/framework/com.orange.authentication.simcard.jar:/system/framework/android.supl.jar
D/Tethering( 259): tun0 is not a tetherable iface, ignoring
D/VpncWidget(12783): ANDROID_BOOTLOGO=1
D/VpncWidget(12783): ANDROID_ASSETS=/system/app
D/VpncWidget(12783): EXTERNAL_STORAGE=/mnt/sdcard
D/VpncWidget(12783): ANDROID_DATA=/data
D/VpncWidget(12783): ANDROID_PROPERTY_WORKSPACE=9,65536
D/VpncWidget(12783): + /data/data/com.gmail.mjm4456.vpncwidget/files/vpnc-script-box [ -z pre-init ]
D/VpncWidget(12783): + echo pre-init phase...
D/VpncWidget(12783): pre-init phase...
D/VpncWidget(12783): + do_pre_init
D/VpncWidget(12783): + /data/data/com.gmail.mjm4456.vpncwidget/files/vpnc-script-box [ -c /dev/tun -o -c /dev/net/tun ]
D/VpncWidget(12783): + /data/data/com.gmail.mjm4456.vpncwidget/files/vpnc-script-box [ ! -e /dev/net/tun -a -e /dev/tun ]
D/VpncWidget(12783): + /data/data/com.gmail.mjm4456.vpncwidget/files/vpnc-script-box [ -w /dev/net/tun ]
D/VpncWidget(12783): + exit 0
D/ComStatus(23890): new sip state: 1 (Timeout)
D/VpncWidget(12783): no response from target
D/Tethering( 259): attempting to remove unknown iface (tun0), ignoring
D/VpncWidget(12783): vpnc version 0.5.3-mjm1-140M
D/AppWidgetHostView( 458): updateAppWidget mInfo = AppWidgetProviderInfo(provider=ComponentInfo{com.gmail.mjm4456.vpncwidget/com.gmail.mjm4456.vpncwidget.WidgetApp})
D/VpncWidget(12783): vpnc daemon exit 1
D/VpncWidget(12783): VpncService: onDestroy
Mit VPNC (modifiziert, nicht das Widget) sieht das Ganze so aus:
Code:
D/VPN_Connections(14893): long press handler, handling the choice
D/VPN_Connections(14893): NetworkDatabase:singleNetwork - Start
D/su (14999): 10139 org.codeandroid.vpnc_frontend executing 0 sh using shell /system/bin/sh : sh
D/VPN_Connections(14893): Enter IPSec gateway address:
D/VPN_Connections(14893): IP xxxxxxxx.dyndns.info
D/VPN_Connections(14893): Enter IPSec ID for xxxxxxxx.dyndns.info:
D/VPN_Connections(14893): group id: [email protected]
D/VPN_Connections(14893): Enter IPSec secret for [email protected]@xxxxxxxx.dyndns.info:
D/VPN_Connections(14893): group pwd xxxxx
D/VPN_Connections(14893): Enter username for xxxxxxxx.dyndns.info:
D/VPN_Connections(14893): user [email protected]
D/VPN_Connections(14893): Enter password for [email protected]@xxxxxxxx.dyndns.info:
D/VPN_Connections(14893): password *****
D/VPN_Connections(14893): done interacting with vpnc
D/VPN_Connections(14893): process stderr:
D/VPN_Connections(14893):
D/VPN_Connections(14893):
D/VPN_Connections(14893): Read vpnc process line as root 15002 15001 1424 500 ffffffff 00000000 S /data/data/org.codeandroid.vpnc_frontend/files/vpnc
D/VPN_Connections(14893): Read vpnc process id as 15002
D/VPN_Connections(14893): vpnc still trying to connect. Will check again in 500 milliseconds
D/VPN_Connections(14893): Read vpnc process line as root 15002 15001 1424 500 ffffffff 00000000 S /data/data/org.codeandroid.vpnc_frontend/files/vpnc
D/VPN_Connections(14893): Read vpnc process id as 15002
D/VPN_Connections(14893): vpnc still trying to connect. Will check again in 500 milliseconds
D/VPN_Connections(14893): Read vpnc process line as root 15002 15001 1424 500 ffffffff 00000000 S /data/data/org.codeandroid.vpnc_frontend/files/vpnc
D/VPN_Connections(14893): Read vpnc process id as 15002
D/VPN_Connections(14893): vpnc still trying to connect. Will check again in 500 milliseconds
D/VPN_Connections(14893): Read vpnc process line as root 15002 15001 1356 504 ffffffff 00000000 S /data/data/org.codeandroid.vpnc_frontend/files/vpnc
D/VPN_Connections(14893): Read vpnc process id as 15002
D/VPN_Connections(14893): vpnc still trying to connect. Will check again in 500 milliseconds
D/Tethering( 259): tun0 is not a tetherable iface, ignoring
D/MobileDataStateTracker( 259): replacing old mInterfaceName (rmnet0) with rmnet0 for supl
D/MobileDataStateTracker( 259): replacing old mInterfaceName (rmnet0) with rmnet0 for dun
D/MobileDataStateTracker( 259): replacing old mInterfaceName (rmnet0) with rmnet0 for hipri
D/VPN_Connections(14893): process stderr: uname: not found
D/VPN_Connections(14893): basename: not found
D/VPN_Connections(14893): readlink: not found
D/VPN_Connections(14893): Read vpnc process line as root 15002 15001 1364 592 ffffffff 00000000 S /data/data/org.codeandroid.vpnc_frontend/files/vpnc
D/VPN_Connections(14893): Read vpnc process id as 15002
D/VPN_Connections(14893): vpnc still trying to connect. Will check again in 500 milliseconds
...
D/VPN_Connections(14893): Read vpnc process line as root 15002 15001 1364 592 ffffffff 00000000 S /data/data/org.codeandroid.vpnc_frontend/files/vpnc
D/VPN_Connections(14893): Read vpnc process id as 15002
D/VPN_Connections(14893): vpnc still trying to connect. Will check again in 500 milliseconds
D/Tethering( 259): attempting to remove unknown iface (tun0), ignoring
D/VPN_Connections(14893): process stderr: no response from target
D/VPN_Connections(14893): Read vpnc process line as null
D/VPN_Connections(14893): Attempt to read vpnc process id did not return anything
D/VPN_Connections(14893): process had died, return as failed connection