15 Replies - 2998 Views - Last Post: 06 December 2012 - 07:05 AM
#1
connecting to web server with ip address on a mobile browser
Posted 19 November 2012 - 04:41 PM
Replies To: connecting to web server with ip address on a mobile browser
#2
Re: connecting to web server with ip address on a mobile browser
Posted 20 November 2012 - 03:51 PM
What web server are you running on your remote server?
#3
Re: connecting to web server with ip address on a mobile browser
Posted 21 November 2012 - 02:24 AM
the pones i have tried are ,
nokia 200 asher with default nokia browser,
Bb 9xxxx:(don't remember it was older )
am not a Bb head and the phone was not mine so am not sure it was the default browser, it seemed to be.the location from the main screen was . <BB button to menu> BB button again to switch to> scrolled right to web browser .
i also have a generic phone from a company called
tecno (tecno system. you can google it)
i think its based in china (not fake clones, they make generic phones) and it has opera mini, i have also tried its default browser.
all these phones where not purchased in the us . they were also all purchased unlocked from registered retailers
my sister has android on a Huawei Edios But i haven't gotten to try it.
#4
Re: connecting to web server with ip address on a mobile browser
Posted 21 November 2012 - 02:46 AM
#5
Re: connecting to web server with ip address on a mobile browser
Posted 04 December 2012 - 02:57 PM
#6
Re: connecting to web server with ip address on a mobile browser
Posted 04 December 2012 - 03:01 PM
Are your family members putting in the internal (non-routable) or external (routable) ip address? Your phone is going to almost certainly be on an external network, like G3/G4, unless you are explicitly joining wifi & checking that way.
if the assumed statement above is true, then your issue is one of two things :
1.) Your isp does not allow port 80 traffic
2.) You did not forward port 80 requests from your outside interface to the server
#7
Re: connecting to web server with ip address on a mobile browser
Posted 05 December 2012 - 05:28 AM
Quote
am not sure what you mean by outside interface .. if you mean non networked ip as in local ip , no they are using the ipV4 adress or what ubuntu calls the broadcast address ,
Quote
is this the isp for the phones or mine ?
also would this problem go away if i setup a domain name ?
#8
Re: connecting to web server with ip address on a mobile browser
Posted 05 December 2012 - 06:55 AM
khedron, on 05 December 2012 - 07:28 AM, said:
Quote
am not sure what you mean by outside interface .. if you mean non networked ip as in local ip , no they are using the ipV4 adress or what ubuntu calls the broadcast address ,
The default port for a website is port 80. The web browser goes outbound on what is called an ephemeral port, which is in a random range of ports, & makes a request to port 80 of the target. The domain name is translated to an ip, & the request is made. The web server than receives & answers the request on the outside interface, the modem, where it is then handed to the next device. If that device is a router, the ports need to be forwarded to the internet subnet based ip (like 192.168.x.x) of the server. If there is no forwarding rule, the packets are dropped. If there is no router, than your server is on what is called a DMZ, & should also have the outside (routable) ip address. If you are using ubuntu, you should be able to open a command prompt & type ifconfig, & check your assigned ip address. Go to Google & search "What is my ip" & if they match, you are on the outside interface & should not need port forwarding.
khedron, on 05 December 2012 - 07:28 AM, said:
Quote
is this the isp for the phones or mine ?
The isp for the server.
khedron, on 05 December 2012 - 07:28 AM, said:
No, a domain name will translate to the ip. If the ip isn't working, you are not going to fix that with setting up a domain name.
#9
Re: connecting to web server with ip address on a mobile browser
Posted 05 December 2012 - 01:59 PM
#10
Re: connecting to web server with ip address on a mobile browser
Posted 05 December 2012 - 02:08 PM
Quote
No. Apache is at address 10.x.x.x & listening for requests to port 80. Your modem is address 41.215.x.x & hands off traffic to whatever device is attached next. This is presumably a router, switch, or some sort of device that will setup a subnet for sharing traffic. It is on this device that you need to forward port 80 requests from the outside interface to the 10.x.x.x address of your server.
It is also at this point that you want to disable dhcp on your apache webserver & setup a static route. Otherwise, after the next interruption of power, reboot, whatever, anything that occurs could allow dhcp on the router to assign a new address to the apache server, thus all your port 80 requests are going to the wrong internal ip.
#11
Re: connecting to web server with ip address on a mobile browser
Posted 05 December 2012 - 03:00 PM
Quote
damn i have an odd feeling that device is in a big ass safaricom building...
i think i have to wait till jan
#12
Re: connecting to web server with ip address on a mobile browser
Posted 05 December 2012 - 03:01 PM
It just sounds like you don't have enough control over the network to set this up where you are currently at.
#13
Re: connecting to web server with ip address on a mobile browser
Posted 05 December 2012 - 03:15 PM
This post has been edited by khedron: 05 December 2012 - 03:21 PM
#14
Re: connecting to web server with ip address on a mobile browser
Posted 05 December 2012 - 06:08 PM
But that's just speculation, I really have no idea.
#15
Re: connecting to web server with ip address on a mobile browser
Posted 05 December 2012 - 11:09 PM
|
|

New Topic/Question
Reply


MultiQuote



|