Hello Xen World!! I want to configure a small virtual subnet within the Xen server to use with Amanda. My idea is to create a vif in dom0 and bridge it with a second interface I will create in each sub-domain. Next I will use IPTABLES to filter the traffic on this subdomain to allow only the Amanda ports I configure. My difficulty is in finding instructions on how to create the vif interface in dom0. I want to stay away from creating a virtual interface on an existing eth so as to keep the subnet completely isolated. Can anyone help? Max Baro Technical Support Representative FACTS Services, Inc. (305) 284 - 7440 meb@factsservices.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Max,> finding instructions on how to create the vif interface in dom0.Nothing special here. Just create a new bridge with brctl before starting the virtual servers and configure a new nic on it in Xen''s cfg file. Xend will create the vif and attach it to the specified bridge at startup. You server will now boot with a new eth1 linked to your new bridge. Have fun ! Regards, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users