Questions tagged [mobile-devices]

In IT, "mobile devices" (often shortened to just "mobile") refer to small, portable computers like smart phones and tablets.

In IT, "mobile devices" (often shortened to just "mobile") refer to small, portable computers like smart phones and tablets.

120 questions
1
vote
2 answers

OpenBSD pf 'match in all scrub (no-df)' causes HTTPS to be unreachable on mobile network

First of all: excuse me for my poor usage of the English language. For several years I'm experiencing problems with the 'match in all scrub (no-df)' rule in pf. I can't find out what's happening here. I'll try to be clear and simple. The pf.conf has…
Frank ter V.
  • 19
  • 1
  • 2
1
vote
0 answers

iOS check-in fails on IIS MDM with 405 despite *.ashx handling all verbs

I have an IIS 7.5 server which is configured to support MDM checkin over HTTPS using a cert generated from a test CA. The CA cert is installed as a trusted CA on the iOS 5 device. In IIS Manager, I've gone into My Site->Handler Mappings and for…
Ken Smith
  • 111
  • 2
1
vote
3 answers

How can I test for a URLs existeance before redirecting to it?

I am using Apache's mod_rewrite to redirect mobile users to my mobile site based on their http_user_agent. However not all pages have a mobile equivalent. Also mobile pages end in .html and "full" pages end in .shtml. Here is some pseudo code. Does…
ckliborn
  • 2,778
  • 4
  • 25
  • 37
1
vote
2 answers

RDP Over Mobile Satellite Internet

I am planning a vacation to a destination that will not allow me to have cell or Internet service. I play a role in my organization such that in an emergency situation, my availability is of some importance. As such, I'm considering renting a BGAN…
bdeetz
  • 13
  • 2
1
vote
2 answers

How can I use Tobit David on my Laptop?

experts and pros! I'd like to install Tobit David 10 on my Laptop to use it from home. I can't find any documentation that can help me configuring the David Server -the programm needs to run on a server for a company. (David is an email provider,…
waszkiewicz
  • 1,002
  • 3
  • 17
  • 36
1
vote
2 answers

Can I have TCP timouts up to 10-20 minutes?

It it important to rely on TCP guaranteed delivery even in case of mobile client which could disappear in a tunnel for a long time when TCP with standard settings give up and close the connection. Is it possible to make TCP implementation keep…
user
  • 11
  • 1
1
vote
1 answer

Redirect mobile browser in apache but allow them to view full pages

I know how to redirect browsers based on user-agent to the mobile site. However I am having trouble allowing mobile users to view more then one version of a full pages. Here is the scenario: Mobile user comes into the site User-agent is detected…
ckliborn
  • 2,778
  • 4
  • 25
  • 37
1
vote
1 answer

Include inheritable permissions from this objects parent unticks itself - Server 2008R2 / Exchange 2010

In order to get mobile email syncing to work in our Exchange 2010 / Server 2008R2 we have to go to the users account in AD, go to properties, security, advanced and select the top object which is an Exchange Servers permission with 'create…
RodH257
  • 569
  • 6
  • 11
  • 23
1
vote
2 answers

How do you configure IIS to display at proper size on mobile devices, is it viewport?

I have a web app that is targeted to mobile devices. It displays fine on old devices with a screen size around 320px wide, but it displays as a little postage stamp in the corner of the screen on newer devices with higher screen resolutions. I've…
user7265
1
vote
1 answer

WG3526 modem can't connect to 4G/LTE with OpenWRT

I have a client with a WG3526 4G/LTE modem with a sim card slot. I had to change the firmware so I can get detailed bandwidth usage. My issue is since I installed the generic version of OpenWRT, the modem can't connect to mobile network anymore. I…
sevynos
  • 61
  • 1
  • 7
1
vote
0 answers

How to dynamic reverse proxy nginx desktop and mobile?

How to reverse proxy if user use dekstop go to proxy_pass domain.xyz; and if use mobile go to proxy_pass mobile.domain.xyz;? me use nginx as reverse web server. this my sample code : server { listen 80 default_server; listen [::]:80…
Xen
  • 11
  • 1
1
vote
0 answers

single sim card (using mobile intenrnet) cannot access our router from WAN side

going mad with this. Setting up OpenVPN but one mobile phone gives me trouble. I tried to boil it down to this Situation: I have a simple port 80 open on my router (OpenWRT) and forwarded to server in our lan serving simple static html page. What…
0
votes
0 answers

browser times out over https on mobile network

When accessing oletymeshop.com from wifi, evrything works fine on http and https. When accessing over mobile network (4g / lte) http works, but https times out and nothing ever shows in the httpd access_log or error_log. Also effecting other sites…
0
votes
1 answer

Resources for Smartphone Security

My organization is currently working on improving our data and network security due to increasing HIPAA laws and a general need to get a better grasp on controlling our health related information. We are a non-profit working with people with…
Shial
  • 1,017
  • 1
  • 9
  • 14
0
votes
1 answer

SSL-enabled website does not "establish secure connection" on mobile devices (WiFi works)

I am using a basic OVH VPS with Apache2.4 to host my website. Currently, the root index is just a test page, but the result is the same. Whenever I try to load it from my iPhone, I get the message, "Safari cannot open the page because it could not…
Alex
  • 1
  • 1