Mailing List Archive

Route Resolver
Hi you guys,

I've made this little program called "Route Resolver" (rr).

its avalible at : http://home.quicknet.nl/mw/prive/xander/projects.html

Its for all those reverse dns pains.

And it looks something like this.

$ rr 193.148.15.0/28 | grep .ams-ix.net
193.148.15.1 rtr1.ams-ix.net
193.148.15.2 perix-bgp.ams-ix.net
193.148.15.3 fulli-monitor.noc.ams-ix.net
193.148.15.4 veesix-bgp.ams-ix.net
193.148.15.5 fe-0-1-2.0.junix.ams-ix.net
193.148.15.13 satelix-monitor.noc.ams-ix.net
193.148.15.14 nitelix-monitor.noc.ams-ix.net
193.148.15.15 teltelix-monitor.noc.ams-ix.net

Currently only binaries for Open-, Net-, Free- BSD.

Please report bugs, and comments are welcom.

Yours,

-MX
Route Resolver [ In reply to ]
Hi all,

I had a little spare time, so i added a linux binary.

Have fun.

-MX


On Wed, Jun 11, 2003 at 04:31:36PM +0200, Marc Xander Makkes wrote:
> Hi you guys,
>
> I've made this little program called "Route Resolver" (rr).
>
> its avalible at : http://home.quicknet.nl/mw/prive/xander/projects.html
>
> Its for all those reverse dns pains.
>
> And it looks something like this.
>
> $ rr 193.148.15.0/28 | grep .ams-ix.net
> 193.148.15.1 rtr1.ams-ix.net
> 193.148.15.2 perix-bgp.ams-ix.net
> 193.148.15.3 fulli-monitor.noc.ams-ix.net
> 193.148.15.4 veesix-bgp.ams-ix.net
> 193.148.15.5 fe-0-1-2.0.junix.ams-ix.net
> 193.148.15.13 satelix-monitor.noc.ams-ix.net
> 193.148.15.14 nitelix-monitor.noc.ams-ix.net
> 193.148.15.15 teltelix-monitor.noc.ams-ix.net
>
> Currently only binaries for Open-, Net-, Free- BSD.
>
> Please report bugs, and comments are welcom.
>
> Yours,
>
> -MX
>
> _______________________________________________
> juniper-nsp mailing list juniper-nsp@puck.nether.net
> http://puck.nether.net/mailman/listinfo/juniper-nsp

--
--
On Mon, Feb 10, 2003 at 03:17:05AM -0800, Ian wrote:
> "Problems ???"
Route Resolver [ In reply to ]
On Thu, Jul 10, 2003 at 11:54:03PM +0200, Marc Xander Makkes wrote:

Hi Marc,

> I had a little spare time, so i added a linux binary.

Any good reasons for not releasing the source? Call me paranoid but we
have no reference on the integrity of your programs.

Also, releasing the source will help you clean out bugs much faster...

Regards,

Dave Aaldering
ISP Services BV

mailto:dave@isp-services.nl -- tel +31(0)314-399900
http://www.isp-services.nl/ -- fax +31(0)314-399910
Route Resolver [ In reply to ]
Dear Dave,

On Fri, Jul 11, 2003 at 12:34:08AM +0200, Dave Aaldering wrote:
> On Thu, Jul 10, 2003 at 11:54:03PM +0200, Marc Xander Makkes wrote:
>
> Hi Marc,
>
> > I had a little spare time, so i added a linux binary.
>
> Any good reasons for not releasing the source? Call me paranoid but we
> have no reference on the integrity of your programs.

Atm the source has no license, But if you looked at the site you had already noticed that.
But i'm working on that with some one from law school.
We will try fix that within 1 to 3 weeks, i all depends how mutch time we have.

>
> Also, releasing the source will help you clean out bugs much faster...

Sirlock tell me one thing, got multicast ?

-MX.

>
> Regards,
>
> Dave Aaldering
> ISP Services BV
>
> mailto:dave@isp-services.nl -- tel +31(0)314-399900
> http://www.isp-services.nl/ -- fax +31(0)314-399910

--
--
On Mon, Feb 10, 2003 at 03:17:05AM -0800, Ian wrote:
> "Problems ???"
Route Resolver [ In reply to ]
> Any good reasons for not releasing the source? Call me paranoid but we
> have no reference on the integrity of your programs.
>
> Also, releasing the source will help you clean out bugs much faster...

Note that...

$ nmap -sP -vv x.x.x.x/xx

will do the exact same thing and its source is very well known, oh and
relating to Juniper...there are FreeBSD packages available AFAIK.

-Scotty