[PVE-User] How to see IP address of guest VM

Paul Gray gray at cs.uni.edu
Thu Jun 14 13:39:53 CEST 2012


On 06/14/2012 05:44 AM, Paul Gray wrote:

> # Pull all interfaces
> root at vm1:~# for x in $(ifconfig -a | grep Link | grep HW | awk '{print
> $1}'); do echo $x -m root >> /etc/arpwatch.conf ; done
>

To further minimize resource utilization, replace "-m root" above with 
"-Q".  This will prevent arpwatch from sending e-mail notices about 
new/changed MAC-IP bindings.

-- 
Paul Gray                                         -o)
314 East Gym, Dept. of Computer Science           /\\
University of Northern Iowa                      _\_V
  Message void if penguin violated ...  Don't mess with the penguin
  No one says, "Hey, I can't read that ASCII attachment ya sent me."



More information about the pve-user mailing list