开发者

How do I get a public IP address of a mobile phone?

I want to connect my phone to a server using the internet using the server's IP address. Mobile ph开发者_开发知识库one's IP address are normally private as far as I came to know.. To make my app work, I need a public Ip address of my phone. How do I achieve that??

Thanks


You'll have to wait for IPv6 ;) Now you get private address and the your service provider does some address translation (NAT): The router has one single public IP and uses ports to map incoming messages to IP addresses of the private network.

Your mobile's IP is invisible to the internet and the networks public IP is useless, because it is the router's address. Maybe with IPv6 we have public IPs for all mobiles, but for now you'll have to find a different solution for your problem - public IP doesn't work with mobiles as with all other clients in private networks (behind routers).


Setup your own hosting server, make your app "goto" that server, fetch a simple txt page, in that simple txt you dynamically on the server set the address that was used to get the txt.

Example:

Server: yourexample.com url for /ip.php ip.php just respondes with mimetype text and the address of the requesting client.

J2ME: Request yourexample/ip.php in the repsonse is the address of your app.


astonishingly - t-mobile 3g service seems to assign a public IP. I'm still looking into the details, but I've seen an internet-available website running on a tethered laptop


You should get your i/p address. Open your browser and enter http://whatismyipaddress.com/ or wait till you have You'll have to wait for IPv6

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜