Active Topics

 


Reply
Thread Tools
Posts: 111 | Thanked: 22 times | Joined on Dec 2009
#1
how do i get ip address of an n900?
 
Posts: 42 | Thanked: 63 times | Joined on Nov 2009
#2
install home ip would be the best way

must a widget on the desktop that always displays the n900 ip.
 
Posts: 27 | Thanked: 17 times | Joined on Sep 2009 @ Philadelphia, USA
#3
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's Avatar
Posts: 172 | Thanked: 160 times | Joined on Jan 2010 @ Sweden
#4
Code:
netstat -t
did the trick for me
 
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#5
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.
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
 
Posts: 2 | Thanked: 0 times | Joined on Feb 2010
#6
netstat -r should give you the information you are looking for
 
niqbal's Avatar
Posts: 474 | Thanked: 368 times | Joined on Jan 2010
#7
Originally Posted by mas5acre View Post
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
 
Posts: 94 | Thanked: 15 times | Joined on Dec 2009
#8
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}'
 
Posts: 154 | Thanked: 33 times | Joined on Oct 2009 @ Lima-Perú
#9
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
__________________
Sent from my Nokia1112
Follow me @ Twitter Arrancamos
Testing Qt, Qt Mobility, Maemo SDK

Last edited by Arrancamos; 2010-07-22 at 14:55.
 
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#10
Have a look at the Desktop Widget: Personal IP Adress
 

The Following User Says Thank You to Helmuth For This Useful Post:
Reply

Tags
display ip address, fremantle, get ip address, ip address, maemo, maemo 5, show ip address


 
Forum Jump


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