Hi list, I have some problems running Xen in routing mode (not bridge mode). I use Xen 4.0.2. (amd64) compiled from sources and HVM domUs. These are my xend-config.sxp changes: (network-script ''network-route netdev=eth0'') (vif-script vif-route) the network options in the domU config looks like this: vif = [ ''type=ioemu, mac=00:16:3E:00:00:13''] Unfortunatly, the domU HVM does not get any network device. I found out that there was an error in xen 3.0.1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554805 and there was also a patch available: http://yxcv.org/linux/files/xen_hvm_routed.tar.gz But I cannot use this patch for xen 4.0.2, anyway I dont even know if this patch is necessary.. Does anyone have a hint how I can solve this problem? Thank you! -- Sebastian