![]() |
2007-11-26
, 01:42
|
Posts: 25 |
Thanked: 0 times |
Joined on Dec 2006
@ Rio de Janeiro
|
#2
|
![]() |
2007-11-26
, 01:51
|
Posts: 3,401 |
Thanked: 1,255 times |
Joined on Nov 2005
@ London, UK
|
#3
|
![]() |
2007-11-26
, 02:39
|
|
Posts: 182 |
Thanked: 46 times |
Joined on Jan 2007
@ Silly-Con Valley
|
#4
|
![]() |
2007-11-26
, 22:22
|
Posts: 14 |
Thanked: 2 times |
Joined on Nov 2007
|
#5
|
![]() |
2007-11-27
, 00:45
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#6
|
I wrote ipconfig.pl a while ago I founded that work very well on nokia IT.
you can fetch the file at http://www.riunx.com/public/ipconfig.pl
open xterm inside the nokia:
1)
sudo gainroot
cd /usr/bin
wget www.riunx.com/public/ipconfig.pl
chmod +x ipconfig.pl
ln -s ipconfig.pl ipconfig
2) or
wget www.riunx.com/public/ipconfig.pl
perl ipconfig
and either become root and put it in /usr/bin
or run it invoking perl (perl ipconfig.pl)
here is a sample run:
# ipconfig.pl
Linux IP configuration
Ethernet adapter Local Area Connection(eth0):
HW Address . . . . . . . . . . . . : 00:07:E9:33:E1:01
IP Address . . . . . . . . . . . . : 92.68.22.30
Subnet Mask. . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 92.68.22.254
Connection-specific DNS Suffix . . : riunx.com
Name Server . . . . . . . . . . . : 92.68.22.1