|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] IP blocking
> This ensures that all traffic to/from the guest passes through the iptables
> rules in Dom0. You can then filter traffic from individual vifN.M interfaces
> associated with the guest to make sure its only sending data with the valid
> predefined IP address and MAC address you gave it.
Ok, thank you!
To setup the iptables rules I have to know the name of the virtual
interface connected to the domU I created. The name of the virtual
interface is <ID:number> where ID is the ID of the domU and number is
the number of the network interface starting from 0.
I wish to create a script that install my domU from A to Z:
- create the LVM partitions
- uncompress my pre-created images in the partitions
- configure the main configuration files of the new domU
- configure iptables to lock the network usage
How I can make this script to know the name of the new virtual
interface to setup the iptables tules for the new domU?
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|