![]() |
2010-04-05
, 20:50
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#2
|
wget -q -O - api.myiptest.com | awk -F"\"" '{print $4}'
The Following User Says Thank You to noobmonkey For This Useful Post: | ||
![]() |
2010-04-05
, 22:38
|
Posts: 176 |
Thanked: 262 times |
Joined on Nov 2009
@ Texas, USA
|
#3
|
$ /sbin/ifconfig gprs0
![]() |
2010-04-05
, 23:23
|
Posts: 145 |
Thanked: 4 times |
Joined on Feb 2010
|
#4
|
![]() |
2010-04-06
, 04:53
|
Posts: 176 |
Thanked: 262 times |
Joined on Nov 2009
@ Texas, USA
|
#5
|
![]() |
2010-04-06
, 07:21
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#6
|
You'll see traditional ifconfig output. IP address, packet counts, etc. You will need to be actually connected to a GPRS point first for it to work. You do not need to be root.
![]() |
2010-04-09
, 10:10
|
Posts: 47 |
Thanked: 8 times |
Joined on Apr 2010
|
#7
|
Many thanks