Hi, Can anybody provide me a working config-file and the corresponding scripts for configuring the network using the routed setup for a HVM domU? regards, quam -- Markus Quaritsch E: quam@qwws.net W: www.qwws.net _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Markus Quaritsch wrote:> Can anybody provide me a working config-file and the corresponding > scripts for configuring the network using the routed setup for a HVM domU?Just for the records a short description how I accomplished HVM DomU and routed networking: simply use the device tapX instead of vifX.Y and configure routing, iptables and proxy_arp in the same manner as in the usual routed networking setup. # brctl delif xenbr0 tap0 # ip route change <domU eth ip> dev tap0 src <dom0 eth ip> # iptables -A FORWARD -m physdev --physdev-in tap0 -j ACCEPT # echo 1 > /proc/sys/net/ipv4/conf/tap0/proxy_arp so probably change the qemu-ifup script accordingly... regards, quam -- Markus Quaritsch E: quam@qwws.net W: www.qwws.net _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users