Questions tagged [android]

Operating system for mobile devices. For user questions, see http://android.stackexchange.com

Operating system for mobile devices. Developed by Google and the Open Handset Alliance.

For non-developer questions, see the Android Enthusiasts StackExchange.

206 questions
0
votes
0 answers

How to set my own default rules for firewall and portforwarding

I'm trying to implement firewall and port forwarding using iptables on my android box which its os is aarch64. When I define a new rule in nat or filter table, they won't work. I think it's because of the android default rule that are set on boot.…
MrMsM
  • 1
0
votes
0 answers

YouTube app not working with squid. What urls to bump exclude?

I have squid running with SSL Bump. The rest of the squid settings are basically defaults. I can access YouTube just fine from a browser but the android app is not working. I've already excluded these from SSL Bump with no…
J'e
  • 83
  • 9
0
votes
0 answers

No network in google android emulator

I am running an android emulator on Linux, using the Android Sdk. The emulator does not seem to have network connection. I do not see any sign of it either inside or in the host. What could be the cause, how a healthy routing setup looks like, and…
user157726
  • 113
  • 4
0
votes
0 answers

iptables -v -L / ip6tables -v -L not listing "tetherctrl_counters" chain in android "S" but it working as expected in android "R"

"tetherctrl_counters " chain not listing in iptables -v -L o/p in Android 'S'. Current behaviour: Chain st_penalty_reject (0 references) pkts bytes target prot opt in out source destination 0 0 CONNMARK all -- any any anywhere anywhere CONNMARK or…
0
votes
0 answers

VPN IKEv2 connection problems on Android, IKE_SA failed

I have a big problem with connecting to my VPN server from 50% of Android devices. Cannot resolve it 2 weeks with network and android developers VPN server based on IKEv2 with Charon and Strongswan libs, and it works stable with iPhone devices But…
0
votes
0 answers

force ovpn user to request for non public DNS Server

I need to force users for request to alasghar.com for connect to openvpn server, as alasghar.com is not public dns and not resolve by dns server. Can I change clients ovpn file to force request alasghar.com from for example from 1.2.3.4 ? I use "…
0
votes
0 answers

Managing multiple types of devices

I'm not really a sysadmin, it's more like I got asked to manage a few devices the organisation has. We got surface gos, ipads, Andriod tablets and VR headsets. About 10 to 15 sets of each type and they are not assigned for any specific user (they…
ZzzZzz
  • 1
0
votes
0 answers

VPN Connection (Fritzbox) works for Android Client but not for Windows and Ubuntu

I use a Fritzbox 7530 Router in my home network as a VPN server. The VPN is configured as "IPSec Xauth PSK" with following settings: server name, IPSecID, IPSec shared key, user name and password. The connection works just fine using an Android…
Anton
  • 101
  • 2
0
votes
1 answer

accessing IIS website from android device - website not reachable

I setup a virtual machine using VMWare with Windows Server 2019 installed. On this server I setup an IIS server. I added these bindings: I also setup a bridged network so the VM and my surface are connected to the same network. Now I try to access…
Roman
  • 101
  • 2
0
votes
1 answer

What happens when the token under an android profile in InTune expires?

Using the Coreporate-owned dedicated devices enrollment profile we created a profile and enrolled devices using it. Now we come back to add more devices and the profile and token have expired. What happens to all the devices associated with this…
0
votes
2 answers

Exchange 2019 Email Address Policy per user

We have been tasked with changing our company domain for email. Active Directory will remain the same. I have created (but not applied) a new Email Address Policy that specifies the new domain. The only other Email Address Policy is the default…
ltwally
  • 315
  • 2
  • 7
  • 23
0
votes
1 answer

NPS Radius Configuration EAP-Ms-Chapv2

I'm tryng to fix my Microsoft Server 2016 Network Policy Server configuration as radius server, with PEAP-MSChapv2. As well known some modern devices are not able to "not validate" server certificate because this is option is too weak and had been…
mnet
  • 11
  • 4
0
votes
1 answer

Need help on a new setup for openVPN on windows server for Android clients - VPN isn't working

Trying to setup OpenVPN to connect android devices back to my home network. Currently I'm able to connect to the VPN but can't transfer any data, IE can't ping, can't hit sites etc. Here's my server config file port 1234 proto udp dev tap dev-node…
huzer1
  • 3
  • 1
0
votes
1 answer

DST Root CA X3 has expired

I have configured shadowsocks-rust with xray plugin using certificate from acme. Works fine on all devices except android 7. I understand that this is due to the fact that the DST Root CA X3 certificate has recently expired. Is there any solution…
0
votes
0 answers

Abnormal port request on Linux system

I am using Debian Buster and Android 9. Checking the network activities I noticed that it scans many ports. How can I determine who is the cause or if this is normal? I connect the mobile phone to the PC in hotspot. sudo iptraf-ng output: Thu Mar…