On Fri, Sep 23, 2011 at 05:27:18PM -0400, Federico Alves wrote: > Is there a command, or plan to create a command, that would list all > the IP addresses observed in all the guests? I mean, check each > bridge and record after a few seconds, what Ips and mac addresses > are being used in the entire host. This command would be vital for > large installations, like service providers.
'/sbin/arp -an' seems closest. There are also arp monitoring programs around, 'arpwatch' being the best known. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora _______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
