Branches
Comments
[»]
uhm.. iputils..
by Jeremiah Johnson - Feb 12th 2002 16:21:25
You do realize that arping is already part of iputils.. If you make any
significant changes/improvments you should get them included in the iputils
package.
-- -miah
[reply]
[top]
[»]
Re: uhm.. iputils..
by Marvin - Feb 12th 2002 19:56:02
> You do realize that arping is already
> part of iputils..
As another comment has pointed out, that is a less capable arping, it's
not the same program.
Arping exists in debian (though currently lagging on the 1.02 version) in
the package arping.
The less capable arping from iputils is now in the package
iputils-arping.
-- echo '. ./_&. ./_'_;. ./_
[reply]
[top]
[»]
mirror
by Hollis - Jul 15th 2001 20:30:44
I'm completely unable to resolve nss.nu right now,
but after a lot of digging I managed to find this mirror
[reply]
[top]
[»]
Re: mirror
by Marvin - Jul 20th 2001 11:29:29
> I'm completely unable to resolve nss.nu
> right now,
It's back up, and resolving. Sorry for the inconveniance.
(servers have a tendency to go down on friday
evenings, don't they)
-- echo '. ./_&. ./_'_;. ./_
[reply]
[top]
[»]
Awesome!
by Wimble - Aug 13th 2000 18:55:34
An awesome little program! Great for debugging a handful of annoying
network problems...
[reply]
[top]
[»]
Re: Awesome!
by David Douthitt - Jul 9th 2001 13:19:10
> An awesome little program! Great for
> debugging a handful of annoying network
> problems...
Agreed. This program is quite useful. Unfortunately, it conflicts with
another less capable arping program.
On one of my systems, I get this:
# arping -V
arping utility, iputils-ss001007
#
instead of
# arping -v
arping 0.95 [ -q ] [ -v ] [ -r ] [ -d ] [ -0 ] [ -c count ]
[ -i <interface> ] <host/ip/MAC>
#
[reply]
[top]
[»]
Re: Awesome!
by Jeremiah Johnson - Feb 12th 2002 16:22:34
Thats because you're running /sbin/arping (which is included with iputils)
instead of the version you downloaded, compiled, and installed..
>
> % An awesome little program! Great
> for
> % debugging a handful of annoying
> network
> % problems...
>
>
> Agreed. This program is quite useful.
> Unfortunately, it conflicts with
> another less capable arping program.
>
> On one of my systems, I get this:
>
> # arping -V
> arping utility, iputils-ss001007
> #
>
> instead of
>
> # arping -v
> arping 0.95 [ -q ] [ -v ] [ -r ] [ -d
> ] [ -0 ] [ -c count ]
> [ -i <interface> ]
> <host/ip/MAC>
> #
>
-- -miah
[reply]
[top]
[»]
Re: Awesome!
by Alain - Jan 12th 2002 11:43:10
> An awesome little program! Great for
> debugging a handful of annoying network
> problems...
Its feature to map MAC addresses back to IP is quite
useful. Unfortunately, that only works for machines which
answer broadcast pings, i.e. not for windows machines :-(
[reply]
[top]
[»]
Re: Awesome!
by Marvin - Apr 18th 2003 13:07:34
> Its feature to map MAC addresses back to
> IP is quite
> useful. Unfortunately, that only works
> for machines which
> answer broadcast pings, i.e. not for
> windows machines :-(
Check out arping-scan-net.sh, included in arping. It
scans an IP network for a certain MAC address. It's only
needed for those that don't answer broadcast pings (also,
you can try the multicast IP 224.0.0.1), but when all else
fails, the script *will* find the box (unless it's actually
not answering ICMP pings).
-- echo '. ./_&. ./_'_;. ./_
[reply]
[top]
|