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


All times are GMT. The time now is 00:19.

vBulletin® Version 3.8.8