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

Hart, Brian R. brianhart at ou.edu
Thu Jun 14 15:42:08 CEST 2012


Hey thanks for sharing this idea.  I was unaware of arpwatch but
considered doing something similar just manually watching for ARP requests
in a script.  This is much better and watching resource use of arpwatch
appears to be pretty minimal.  Thanks!

--
Brian Hart
Systems Administration Specialist
University of Oklahoma ­ Center for Spatial Analysis




-----Original Message-----
From: Paul Gray <gray at cs.uni.edu>
Date: Thursday, June 14, 2012 6:39 AM
To: "pve-user at pve.proxmox.com" <pve-user at pve.proxmox.com>
Subject: Re: [PVE-User] How to see IP address of guest VM

>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."
>_______________________________________________
>pve-user mailing list
>pve-user at pve.proxmox.com
>http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user




More information about the pve-user mailing list