Mobile Satellite Internet Access
Jun 19, 2007
I am interested if anybody knows who provides mobile satellite internet access?I would like to access the internet from anywhere in the world?. What are the costs? Do they have different speed plans?
View 1 Replies
ADVERTISEMENT
Apr 21, 2007
i have read somewhere you can logon to your server via ssh on your mobile phone. Anyone know what software is needed and how to do this? I'm off on holiday at some point and i could do with an emergency backup plan! I use a Sony ericcson p900 (oldschool i know!)
My 2nd question is:
What enables/disdabled php to access files outside of root? On my current vps, i can't include files like using ../ or full paths to files/folders outside of the public web folder.
View 1 Replies
View Related
Jan 29, 2007
We have a customer requirement to enable Direct Push email on our Outlook Web Access servers to a number of mobile devices the customer will be supplied from Vodafone - running Windows Mobile 5
Therefore we need to create a public HTTPS address to allow access to the OWA/OMA part.
We do NOT (at this stage) want to allow general access to OWA over HTTPS (we have an eGap solution with RSA for this) so we need to be able to lock down access to the OWA server only to specific devices. One way would be to use Firewall Rules at the Outer DMZ and lock down by the IP ranges of the phone but thats prohibitive to other devices and will fail when the phones change IP (i.e. international roaming)
Therefore Im wondering if we can use self signed SSL certs where there is no trusted CA provider (if there was all browsers would simply be prompted to trust the source and then get access). If we use our own self signed certs and have them installed on the client devices would this work? What would be the downsides (i.e. less cryptogrpahy without the CA part?)
View 1 Replies
View Related
May 19, 2009
Has anyone tried any online backup services which gives mobile access also. I have been thinking about trying one. But I'm not sure if any are better than others. My main concern is security.
View 0 Replies
View Related
Aug 7, 2007
Can anybody recommend a free or paid webmail application which can be used on a mobile (specifically a blackberry 8100). I need a way to access my emails via a webpage... I can't have all emails forwarded to my phone, as there are way to many. As there are a fair few emails in my inbox the application would need to be able to handle a large number of emails.
View 3 Replies
View Related
Oct 12, 2009
i m a part of development team and i can't find way to test site url while defining website on DW when it says whats your site url. what the other guys r entering are my ip and folder name like [url]is this the right way?
View 7 Replies
View Related
Jan 16, 2007
I have a local webcam that I want to access it over the internet. I have a static IP from SBC (my internet service).
I connected the internet line directly to my router/modem/switch (all in one), my computer (192.168.1.100) to a port on the router/modem/switch, and my webcam (192.168.1.101) to another port on the router/modem/switch. I am able to access and view my webcam locally [url] from my home pc.
Now I want my friends to access and view my webcam over the internet. How do I configure it so I can access the webcam from [url]?
View 3 Replies
View Related
Oct 16, 2009
does any one have any advice on choosing a free remote desktop which runs on mac osx to access my vps via the internet , which i recently acquired.
View 7 Replies
View Related
Feb 29, 2012
I have XAMPP server which works fine. When I wanted to load webpages through my lan network it said I need to edit httpd-xampp.conf. When I try to load from internet there is no connection at all. I changed httpd-xampp.conf from this
Code :
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
Deny from all
Allow from 127.0.0.0/8
ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
View 3 Replies
View Related
Oct 28, 2012
I recently installed Apache/2.0.64(win32)on my Windows 7 machine and am having a problem with external access. The installation appears to be good as it shows all services running and I can access a basic index.html file through 127.0.0.1
I have ruled out any router or firewall issues and am fairly sure the problem is with the httpd config. But the only changes I've made are to the NameServer and Listen directives, so I'm lost for an answer to the problem.
The NameServer is set to my actual IP address while the Listen one is set to my servers internal IP address, but I have tried switching them around with no success.
The other thing I don't know is if I need to have SQL and myPHP installed just to check basic functionality.
View 1 Replies
View Related
Jan 14, 2009
I'm working with a non-profit and we're looking for an inexpensive hosting but we also need to be able to access MYSQL (port 3306) through the internet.
We use Crystal Reports and need to get to the database directly for reports.
View 12 Replies
View Related
Jan 10, 2008
This might win me the "stupidest idea 2008" award but I was wondering..
I have an active ADSL line at home but I don't have an active account at an ISP.. Could I somehow get Internet access through my VPS (for a week or so, till my new ISP activates my account)?
View 6 Replies
View Related
Jul 1, 2007
I recently looked at my secure and mesaages log and have been getting a lot of failed SSH root login attempts. So I thought I better do something about it.
Ideally I want to allow SSH login from just 3 remote public IP's, and block all others from even trying
How would you go about implementing this?
I have tried using IPTables, but I think im getting the rule wrong somewhere.
Here is what I have:
Code:
## Access to SSH from Pre-approved IP Addresses ONLY ##
iptables -I INPUT 1 -p tcp --dport 22 -s 123.123.123.123 -j ACCEPT
iptables -I INPUT 2 -p tcp --dport 22 -s 123.123.123.124 -j ACCEPT
iptables -I INPUT 3 -p tcp --dport 22 -s 123.123.123.125 -j ACCEPT
iptables -I INPUT 4 -p tcp --dport 22 -s 0.0.0.0 -j DROP
However this still lets me login from IPs not in the list above?
View 8 Replies
View Related
Aug 30, 2009
Does anyone know of a private Data Center with Satellite uplink/downlink connectivity in addition to Fiber?
I know the government depends on them for military purposes, but I was wondering if anyone is aware of a private, FCC liscenced data center with the capability to transmite/host data via satellite in case of disasters, remoteness etc. It seems complimentary for a data center but I haven't heard of it.
Is there any market research on this? What is a good source of information to find out about how many data centers there are, how much revenue they bring in, costs, etc? What is the data center bible?
View 7 Replies
View Related
Feb 10, 2009
I have SSL enabled site on IIS.I want to access it from my PocketPC(Win mobile).But when I try access it, I have been prompted to install a certificate.
Unlike when I try to any HTTPS site (Banking sites) I have never been prompted to install any certificate.
Why am I being prompted with security message with "Yes,No,View certificate" options on it every time I try to access my own server(desktop) via my WIN mobile using active sync.
Unlike When I try to access banking site(https) I was never ever prompted a mesage like above.
How to have same functionality for my application also?
View 2 Replies
View Related
Oct 24, 2009
I usually go mobile and I would need putty in my wm 6.1
is there some sort of "putty" or any other ssh tool where i can run ssh commands?
View 11 Replies
View Related
Dec 8, 2008
to launch a web/mobile app that requires the users to choose a hosting plan with their account. I was hoping to allow them to choose from 1GB / 5GB and 10GB plans.
I'm curious to know the best place to host such a service, and how it's possible to sell the space so cheap. For example [url]- They seem quite inexpensive for the storage you get.
Would[url]pricing be the best option or is there anywhere better?
View 5 Replies
View Related
Jun 8, 2009
can i configure .htaccess to direct browsers to a different css file based upon their browser type?
That's the short question. The longer question is: how do I set up my .htaccess file to call a different css file based on mobile browsers?
All I want to do create a 2nd version of a css file so that my site's content, when viewed on a mobile browser, calls /mobi/style.css instead of /style.css.
I have the rewritecond statement for all the mobile browsers, and in fact I presently direct all mobile browser traffic to a designated static webpage, which you can see at tastyplacement . com which directs to tastyplacement . com/mobi.
But if I could simply call a different css file, I could have the pages load as they normally would but with a different css file and thus an entirely different look for the website (narrower columns, no header navigation, ie., a stripped down version of the site with the main text intact).
Can it be done?
View 4 Replies
View Related
Jul 20, 2007
I have Awstats on my server enabled for:
Nokia Browser (PDA/Phone Browser)
UP.Browser (PDA/Phone Browser)
Motorola Browser (PDA/Phone Browser)
My question is, are the visitors a day accurate - which I take to be uniques. It seems these must be pretty far off.
Presently they show an extremely high multiple of that for pages/s (approx 30 -50 times the visitors). I've never heard of visitors clicking this many pages.
I've not come across these kind of number with other non-mobile sites and it makes wonder if its right.
A) is tracking handled in the same way on mobile devices as on desktops (cookies or sessions?) And is this reliable for mobile/handheld/cell-phone devices?
B) There really isn't much of a chance of these page views being a result of bookmarks - the page views don't seem to add up to this.
The 'Browser Top 10' hits coming from 'unknown' are > 50% of the total amount.
Are there any quirks with awstats or other tracking software when it comes to mobile devices, even though the activity is taking place on the server? I take it Urchin may be more accurate?
View 0 Replies
View Related
Jul 4, 2014
As we are planning to implement Mobile for our platform, we want to distinguish between request coming from Mobile and Web in Apache. We will be using Apache for Reverse Proxy and we want it to differentiate the request source and forward it to required destination.Is this possible ?
View 1 Replies
View Related
Aug 20, 2008
We have an established site for which we want to add a 'mobile-appropriate' subdomain geared to phone surfers.
Our host (1and1) confirms their servers detect mobile visitors but they couldn't help me with how to read the server flag(?) or whatever and then redirect the server to our mobile subdomain when appropriate.
Can anyone point to an appropriate how2? (Note I don't need "mobile code" help help - just help with how to redirect mobile visitors transparently off our main site and into its mobile subdomain).
View 3 Replies
View Related
May 16, 2008
I have a Windows Mobile 6 (Blackjack II) phone that I am connecting to my cpanel VPS via Pop3.
I have a number of pop3 accounts setup to check for email every 30 minutes. However, every couple days the phone stops downloading mail and if I do a manual send and receive I get a "The Server Certificate is not valid. Continue Anyway?" with a yes/no. If I click yes, the email downloads and then the automated emails will work for several days and then the process is repeated.
Does anyone know how to either disable this check on the phone (no luck finding that yet), or to install the certificate from the cpanel mail server to the phone?
View 0 Replies
View Related
Nov 3, 2007
I have experimented with the Startcom free SSL certificates but would now like to install a low cost certificate on an Outlook Web Access server that Windows Mobile 5 devices will trust without having to load stuff onto each device.
View 12 Replies
View Related
Jul 16, 2014
Why is the mobile friendly interface only available in power user mode?
View 1 Replies
View Related
Feb 11, 2014
I received an error message "Error: Failed to remove mobile site: Can't delete a site that's not active " when try to remove a mobile website in Plesk control panel and if i try to edit site content i received another error message "Can't access a site that's not active" from [URL] ....
These notification messages are originating from UNITY Mobile platform. The reason is actually hinted in the messages themselves - both the site and the editor account have been already disabled and there are no handlers anymore to modify their status further, so the messages are correct from UNITY Mobile platform's standpoint.
It appears that Plesk control panel has somehow retained in its configuration information about the site availability and is giving the plesk control panel the option to configure the mobile site despite the fact that UNITY Mobile platform is returning "deleted" status back to Plesk. Plesk should be given an option to create a new site instead now.
I would like to know how to manage Plesk in this situation.
View 6 Replies
View Related
Aug 28, 2012
How can I allow only one ip or a list of ip addresses to access port 8443.I need to limit access this port to few ip addresses and not everyone
View 6 Replies
View Related
Feb 20, 2008
I found a great little app called ID Shutdown Manager which bascially lets you do stuff like wake on LAN, Shutdown, Log Off etc.
The App also has a cgi script which you can call from a web server so you get a web interface to the program.
This is exactly my reason for getting the app as I just wanted to host a web page where I could login from the internet and wake on lan my media PC.
Ok so...
The app gives you all the iis or apache setup instructions and tells you to place the cgi script which is actually a .exe into the scripts folder and then enable basic authentication for it.
Done.
So if I navigate to <SERVER>/scripts/sdmancgi.exe its supposed to give me a user / pass prompt and then when login successful I see the app and can wake on lan etc.
ok I have got this to work
on the actual machine where server is running I can access it in IE7 by localhost etc.. and it works
However when I try to access from another PC in my lan by typing <SERVER>/scripts/sdmancgi.exe I get a nice little message saying the content cannot be displayed you may require to insall a program or something to display it.
If I try to access the page from firefox on same remote PC, it works!
I can also access page from outside my LAN, it works on my N95 browser.
Also I have had friends try it from firefox from the Internet and they say it works as well.
Forgot to mention I am running on port 8081 as I already have other servers running on 8080 and 80 (one is my router and the other server installed itself from setup.exe and I dont know what server its using)
I have also tried latest apache server as well as some other free one. Both have the same effect. Ok in firefox, not in IE.
One would think its a problem with the cgi file not compatible with IE7 however, I even tried to go to default page setup in IIS <SERVER>:8081 and I get the same message. So at this point the server hasnt even tried to access CGI or prompt for Basic Authentication.
I tried googling and not much luck. I read something about CSS and when I view source of failed web page from IE7 it mentions something about CSS so dont know if this is it?
View 4 Replies
View Related
Apr 16, 2009
I recently placed an order (based on an add I found while browsing this forum) for a quad xeon. Everything went smoothly and their live support was very helpful. About 2 hours after receiving my confirmation I received an email containing a credit card form. The form is asking me to fill out everything I filled out during the billing process (including my credit card number, security code, and bank number). I know this form is basically a contract so they can bill me if I go over my bandwidth limit, but it seems pretty odd. Is this a normal thing or should I be weary about filling this out?
View 5 Replies
View Related