[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] A security Question
I can know the MAC from Xenstore for each domain ID. Though i did not found anything for fetching actual IP so far. I read the solution to the similar question in xen mailing list > I am wondering how to get current VM IP address in XenStore, does it No, it does not. xenstore keeps layer 2 (eg MAC address) information, but has no visibility to layer 3 (IP) and above. What you need to do is: 1. get the mac address from xenstore 2. watch IP traffic on your network with that src or dst mac address 3. extract the IP address from that packet 4. repeat 2-3 if you suspect that there is more than one IP address attached to that mac address. Since a packet can be IP spoofed? Hence i would not like to rely on IP value of packet header for knowing the VM IP address. So the question remains open How do i detect IP spoofing? I want to know 1. From which VM a packet is coming? 2. What is the actual IP of VM. 3. What would be the syntax for this and in which script it will be added? Please help in this regard. On Sat, Jul 23, 2016 at 10:33 PM, Carl Schneider <carl.schneider+mailinglists@xxxxxx> wrote: > How about setting up filters. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx https://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |