IP list generation

Krzysztof Stachlewski stach at fr.USUN.pl
Tue Feb 17 13:18:29 EST 2004


"Stephen Briley" <sdb1031 at yahoo.com> wrote in message
news:mailman.74.1077039244.31398.python-list at python.org...

> I would like to write a python script that takes input
> of 2 ip address, one a start address and the other the
> end address and prints a list of all ip address in
> between  in dotted-decimal format.  If so, what is the
> recommended way?  Is there a way to do this with the
> supplied python modules?

What do you mean by addresses in between?
Maybe capturing the output of 'traceroute' command is
the thing you are searching for?

Stach




More information about the Python-list mailing list