maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   How do I get ip address of N900? (https://talk.maemo.org/showthread.php?t=40010)

mas5acre 2010-01-11 02:24

How do I get ip address of N900?
 
how do i get ip address of an n900?

DarkFulgore 2010-01-11 02:25

Re: how do i get ip address of n900?
 
install home ip would be the best way

must a widget on the desktop that always displays the n900 ip.

ogahyellow 2010-01-11 02:42

Re: how do i get ip address of n900?
 
Maybe from terminal try:

Code:

ifconfig -a | grep inet
or just

Code:

ifconfig
and look for the line that starts with inet for the desired interface.

http://www.cyberciti.biz/faq/bash-sh...et-ip-address/

antezz 2010-01-11 02:58

Re: how do i get ip address of n900?
 
Code:

netstat -t
did the trick for me

TA-t3 2010-01-11 10:36

Re: How do I get ip address of N900?
 
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 2010-02-13 14:04

Re: How do I get ip address of N900?
 
netstat -r should give you the information you are looking for

niqbal 2010-02-13 14:31

Re: How do I get ip address of N900?
 
Quote:

Originally Posted by mas5acre (Post 463217)
how do i get ip address of an n900?

Code:

$ sudo gainroot
$ ifconfig wlan0 | grep inet

wlan0 - wireless network interface
inet addr: is IP of n900

pyromaniac 2010-02-13 14:39

Re: How do I get ip address of N900?
 
single line to get just the ip .. i have kept a script on my home folder for quick access and to feel geeky :)

Code:

/sbin/ifconfig wlan0 | grep 'inet addr:' cut -d: -f2 | awk '{ print $1}'

Arrancamos 2010-07-22 14:52

Re: How do I get ip address of N900?
 
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

Code:

$ 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

Code:

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 2010-07-22 15:06

Re: How do I get ip address of N900?
 
Have a look at the Desktop Widget: Personal IP Adress

Arrancamos 2010-07-22 15:22

Re: How do I get ip address of N900?
 
as I said before it shows nothing.

Fhernd 2010-10-29 12:56

Re: How do I get ip address of N900?
 
@niqbal thanks for your help. Now, I can see the IP address and other network information on my NCM. Thanks

RenaldoTT 2010-11-05 17:55

Re: How do I get ip address of N900?
 
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 2011-02-02 09:45

Re: How do I get ip address of N900?
 
When going for searching the time will not wait for us.In a simple way i got the ip address through www.whoisxy.com it will povide domain to ip,ip to domain,ping etc.,

teh 2011-02-02 10:01

Re: How do I get ip address of N900?
 
Quote:

Originally Posted by Arrancamos (Post 760890)
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

Code:

$ 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

Code:

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.

rethu 2013-01-31 07:44

Re: How do I get ip address of N900?
 
Quote:

Originally Posted by mas5acre (Post 463217)
how do i get ip address of an n900?

You can find the ip address in this site Ip-details.com


All times are GMT. The time now is 08:11.

vBulletin® Version 3.8.8