North American Network Operators Group

Date Prev | Date Next | Date Index | Thread Index | Author Index | Historical

Re: Smurf Amp Nets

  • From: Oystein Homelien
  • Date: Fri Jun 19 01:24:22 1998

On Wed, 17 Jun 1998, Jon Lewis wrote:

>     system("lynx -dump http://www.powertech.no/smurf/probe.cgi?network=$net";);

> What does it mean when the SAR says "No entry found for that network."?
> Many of the nets I'm in the process of registering result in that, even
> though they still have multiple hosts responding and are in the whois
> databases.

You need to push the "probe=" parameter to the cgi as well.  What you are
doing above is merely looking up already-registered networks in the SAR
database.  Again, you are NOT probing the networks through the SAR by
running the above lynx command!

To do what you want, you must use URLs of this form:

http://www.powertech.no/smurf/probe.cgi?network=1.2.3.4&probe=PROBE
                                                       ^^^^^^^^^^^^

Be careful with "&" in sh, and remember that probe= thing.

Oystein Homelien                  |  [email protected]
PowerTech Information Systems AS  |  http://www.powertech.no/
Nedre Slottsgate 5, N-0157 OSLO   |  tel: +47-23-010-010, fax: +47-2220-0333