View Full Version : How do I get ip address of N900?
mas5acre
01-10-2010, 10:24 PM
how do i get ip address of an n900?
DarkFulgore
01-10-2010, 10:25 PM
install home ip would be the best way
must a widget on the desktop that always displays the n900 ip.
ogahyellow
01-10-2010, 10:42 PM
Maybe from terminal try:
ifconfig -a | grep inet
or just
ifconfig
and look for the line that starts with inet for the desired interface.
http://www.cyberciti.biz/faq/bash-shell-command-to-find-get-ip-address/
antezz
01-10-2010, 10:58 PM
netstat -t
did the trick for me
TA-t3
01-11-2010, 06:36 AM
There are at least two applications that will, when installed, show your IP on the desktop whenever you're connected (and that's how I noticed that it connected by itself via 3G, even though I had told it not to..!) Very useful, and simple.
n3vin
02-13-2010, 10:04 AM
netstat -r should give you the information you are looking for
niqbal
02-13-2010, 10:31 AM
how do i get ip address of an n900?
$ sudo gainroot
$ ifconfig wlan0 | grep inet
wlan0 - wireless network interface
inet addr: is IP of n900
pyromaniac
02-13-2010, 10:39 AM
single line to get just the ip .. i have kept a script on my home folder for quick access and to feel geeky :)
/sbin/ifconfig wlan0 | grep 'inet addr:' cut -d: -f2 | awk '{ print $1}'
Arrancamos
07-22-2010, 10:52 AM
Hi, at my customer when I connect to its secured wireless the n900 does show the wireless connection icon on status, but the widget 'Personal Ip Address' shows nothing O_o. Then I came here and tried
$ sudo gainroot
$ ifconfig wlan0 | grep inet
and it shows an IP like: 10.123.3.124
so n900 did get an IP address and duno why the widget does not show it.
well after confirm that there is an IP addrs I tried ping to the proxy server
ping 10.172.168.13
and I get ping: sendto: network is unreachable
Note: from my laptop, same wireless settings I do get ping response.
Does any1 have an idea of what is going on?? TIA
Helmuth
07-22-2010, 11:06 AM
Have a look at the Desktop Widget: Personal IP Adress
Arrancamos
07-22-2010, 11:22 AM
as I said before it shows nothing.
Fhernd
10-29-2010, 08:56 AM
@niqbal thanks for your help. Now, I can see the IP address and other network information on my NCM. Thanks
RenaldoTT
11-05-2010, 01:55 PM
Hey guys do you know how I can connect to my router to play games online, I want to play NOVA but using PFPortChecker it tells me the port 65535 is not open, honestly I don't know what port to open to play the game.
faddle
02-02-2011, 05:45 AM
When going for searching the time will not wait for us.In a simple way i got the ip address through www.whoisxy.com (http://www.whoisxy.com/domain-to-ip.aspx) it will povide domain to ip,ip to domain,ping etc.,
Hi, at my customer when I connect to its secured wireless the n900 does show the wireless connection icon on status, but the widget 'Personal Ip Address' shows nothing O_o. Then I came here and tried
$ sudo gainroot
$ ifconfig wlan0 | grep inet
and it shows an IP like: 10.123.3.124
so n900 did get an IP address and duno why the widget does not show it.
well after confirm that there is an IP addrs I tried ping to the proxy server
ping 10.172.168.13
and I get ping: sendto: network is unreachable
Note: from my laptop, same wireless settings I do get ping response.
Does any1 have an idea of what is going on?? TIA
Those ips are in two different subnets within the private 10.*.*.* ip ranges, no wonder you can't ping the proxy server unless its routed on a firewall.
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.