|
Posted by RD on September 25, 2006, 8:46 pm
If you were Registered and logged in, you could reply and use other advanced thread options
That is exactly what I was looking for. You are da' man! Thanks!!!
RD
>
>> On my Linksys, I can drill right to the page that shows the status
>> (i.e. 10.10.10.1/status.htm). The status page does show the cable
>> modem's IP address. However, that requires a username and password
>> which is cumbersome, esp. if I don't check the box to save the
>> password. Thanks for your idea. I will try to script something and
>> see what I can come up with..I was really hoping for a program that
>> was already in circulation that would do this. Thanks!
>>
>> RD
>
> I use IP2 from http://keir.net/software.html
> It displays the local IP of the computer it is run on, and at the same
> time queries one of a list of servers that returns the WAN IP of the
> router. It's only one of several small utilities from that page that I
> use. Check out Hash 1.03 while you're there.<G> The programs are free
> and are ad-free also. No malware.
>
> You download the zip file and unzip it to your hd. You must create a
> shortcut for it and place it where you can click on it. There's no
> install program as such.
>
>
>
>>> RD wrote:
>>>> Does anyone know of a program that will let you find the IP address
>>>> of a broadband modem connected via router? I know I can view the
>>>> web server in the router and view the status tab, but I'd like to
>>>> be able to double click
>>>> a program on my desktop and see the ip address of the modem.
>>>> Something like
>>>> WNTIPCFG.EXE for XP.
>>>
>>> You can easily do it in Perl as well as the wget suggestion. If you
>>> have Perl, I can give you a script to retrieve the web pages (we'll
>>> need to modify it for your particular brand/model).
>>>
>>> WG (my config page starts with) :
>>>
>>> Config Page
>>> Modem IP 10.22.xx.xx
>>>
>>> So it's easy to strip the IP address from the page. If you have a
>>> website out there with CGI, you can easily return any info you like
>>> from the connection made using your browser/Perl/wget.
>>
>>
>>
>
|