Networking Forums

Networking Forums > Computer Networking > Linux Networking > Determining IP address?

Reply
Thread Tools Display Modes

Determining IP address?

 
 
mpierce
Guest
Posts: n/a

 
      12-19-2003, 10:13 PM
Need to determine the IP address of the Alcatel Speed Touch adsl modem
attached to my system. How do I do it?
 
Reply With Quote
 
 
 
 
Bit Twister
Guest
Posts: n/a

 
      12-19-2003, 10:22 PM
On Sat, 20 Dec 2003 10:13:52 +1100, mpierce wrote:
> Need to determine the IP address of the Alcatel Speed Touch adsl modem
> attached to my system. How do I do it?


If you are posting through that modem, would not the IP address in
the header of your post be the ip address?

maybe something like
ping -c 1 winax21-249.dialup.optusnet.com
 
Reply With Quote
 
Bit Twister
Guest
Posts: n/a

 
      12-19-2003, 10:26 PM
On Fri, 19 Dec 2003 23:22:33 GMT, Bit Twister wrote:
> On Sat, 20 Dec 2003 10:13:52 +1100, mpierce wrote:
>> Need to determine the IP address of the Alcatel Speed Touch adsl modem
>> attached to my system. How do I do it?

>
> If you are posting through that modem, would not the IP address in
> the header of your post be the ip address?
>
> maybe something like
> ping -c 1 winax21-249.dialup.optusnet.com


forgot to add
ifconfig
 
Reply With Quote
 
Rich Webb
Guest
Posts: n/a

 
      12-19-2003, 11:13 PM
On Sat, 20 Dec 2003 10:13:52 +1100, mpierce
<(E-Mail Removed)> wrote:

>Need to determine the IP address of the Alcatel Speed Touch adsl modem
>attached to my system. How do I do it?


Is your problem that your local IP is a 192.168.x.x address and you want
the "outside world's" address of the modem?

If the modem is a router and has a web-accessable configuration status
page (e.g., via http://192.168.0.1 or something) then look at the "wget"
command. This captures the content of a web page and you can wrap it in
a small shell script to pluck out just the IP address bit. (no pun etc.)

--
Rich Webb Norfolk, VA
 
Reply With Quote
 
mgrd
Guest
Posts: n/a

 
      12-19-2003, 11:13 PM
>>>Need to determine the IP address of the Alcatel Speed Touch adsl modem
>>>attached to my system. How do I do it?


`ipaddr -i ppp0'
or like Bit posted: `ifconfig ppp0'

 
Reply With Quote
 
Ian Northeast
Guest
Posts: n/a

 
      12-19-2003, 11:35 PM
mpierce wrote:
> Need to determine the IP address of the Alcatel Speed Touch adsl modem
> attached to my system. How do I do it?


Do you mean something like: http://www.whatismyip.com/ ?

Regards, Ian

 
Reply With Quote
 
Thomas Hettel
Guest
Posts: n/a

 
      01-01-2004, 12:29 PM
Hi,

ifconfig executed as root should tell you. I think the device is called 'ppp0'.

-Thomas

In article <(E-Mail Removed) spam>,
mpierce <(E-Mail Removed)> writes:
> Need to determine the IP address of the Alcatel Speed Touch adsl modem
> attached to my system. How do I do it?


--
Thomas Hettel *** eMail (E-Mail Removed)
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Determining who operates which APs Gonzago Wireless Internet 3 03-22-2012 05:39 AM
Determining IP address from MAC address ian.neal@gmail.com Linux Networking 6 06-16-2006 08:09 PM
Determining IP Address Neil Cameron Broadband 1 01-03-2006 03:38 PM
Determining OS language Cfm Windows Networking 1 06-20-2004 02:29 AM
mounting via ssh, and determining IP from MAC address remotely Steve Linux Networking 1 10-14-2003 04:23 PM



1 2 3 4 5 6 7 8 9 10 11