我们的公司用户可以建立VPN连接。 我们少数人拥有Androids我专门有一个(HTC)Android版本5.0.1但无法获得VPN连接
我遵循IT部门提供的指示和信息,但没有成功。在我的手机上有一个日志,可以帮助解决它失败的原因(它似乎没有连接到ASA,以查看来自那里的任何信息)。在它的方向上,它状态"连接应该连接和功能。如果它不起作用,请检查IPsec日志和状态>系统日志,VPN,L2TP原始日志以查看更具体的错误。" 我找不到这个。"我找不到这个系统日志?
我们的公司用户可以建立VPN连接。 我们少数人拥有Androids我专门有一个(HTC)Android版本5.0.1但无法获得VPN连接
我遵循IT部门提供的指示和信息,但没有成功。在我的手机上有一个日志,可以帮助解决它失败的原因(它似乎没有连接到ASA,以查看来自那里的任何信息)。在它的方向上,它状态"连接应该连接和功能。如果它不起作用,请检查IPsec日志和状态>系统日志,VPN,L2TP原始日志以查看更具体的错误。" 我找不到这个。"我找不到这个系统日志?
Our company users with IPhones are able establish a VPN connection. Few of us have Androids me specifically has a (HTC) Android Version 5.0.1 but unable to get a VPN connection
I followed the directions and information provided by IT department but no success. Is there a log I can see on my phone to help troubleshoot why it is failing (it doesn't seem to be connecting to the ASA to view any information from there). In the directions it states "The connection should then connect and function. If it does not work, check the IPsec logs and the Status > System Logs, VPN, L2TP Raw log to see more specific errors. " I can't find this System Log??
logcat
命令。有两种方法可以这样做:您可以通过将手机连接到具有有效adb驱动程序的计算机来使用真实 adb,或者您可以通过下载终端仿真器运行 logcat
命令那里。 Live Logcat将始终如一地吐出大量数据,因此您需要过滤它。使用 logcat | grep (some keyword)
过滤仅包含关键字的行。 为您的VPN问题,Android的内置VPN服务,从我的经验,非常有缺陷。您可能希望从播放商店安装外部VPN客户端,例如 OpenVPN连接
希望这解决了你的谜团。
To see complete Android OS logs, you can easily use the logcat
command in an ADB(Android Debug Bridge) console. There are two ways to do this: you can use the real adb by connecting your phone to a computer with valid adb drivers, or you can do it right on your phone by downloading a Terminal Emulator and running the logcat
command there. The live logcat will spit out a lot of data consistently, so you'll want to filter it. Use logcat | grep (some keyword)
to filter to only lines containing the keyword.
As for your VPN problem, Android's built-in VPN service, from my experience, is pretty faulty. You might want to install an external VPN client off the Play Store, such as OpenVPN Connect.
Hope this solves your mystery.
我知道这是一个旧问题,但我发现的简单解决方案是确保省电模式关闭。我遍布互联网各地都通过意外地发现这一点。希望它帮助别人。我使用的是Betternet,这是一个伟大的VPN服务,但它不会连接。我关闭省电模式,即时连接。
I know this is an old question but a simple solution I have found is make sure power saving mode is turned off. I looked all over the Internet to figure this out and discovered it by accident. Hope it helps someone else. I was using Betternet which is a great VPN service but it would not connect. I turned power saving mode off and it connected instantly.
我在我的路由器中设置了一个VPN服务器,所以我可以在我离开时为我的家做一个vpn。我可以使用Windows PC计算机连接到我的VPN,但我无法使用我的Android手机连接到我的VPN。经过大量的研究,我发现通过在我的Android手机"数据保护程序" 模式下限制背景数据的模式,我的Android手机终于能够连接到我的VPN !!!因此,如果您有类似的问题,我建议您在手机中关闭任何可能限制背景数据的任何"省电" 模式。 希望这有用,我只是想与你们所有人分享我如何用Android解决我的连接问题。
I set up in my router a VPN server, so I could do a VPN to my home when I am away. I was able to connect to my VPN using a Windows PC computer, but I was not able to connect to my VPN using my Android phone. After a lot of research I found that by turning off in my Android phone "Data Saver" mode which limits background data, my Android phone was finally able to connect to my VPN!!! So, if you have similar problem, I recommend you to turn off any "Power Saving" mode in your phone or anything that could limit background data. Hope this helps, I just wanted to share with all of you how I solved my connection problem with Android.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有