RHEL5 XEN nat’ing
Posted by Matthew Schick on 3/23/2007
0 comments
Been playing with the new virt layer in RHEL5 and having a blast. I did have to make some changes to get NAT to work with guest domains. Nothing huge, just created a dummy network device and bridged to that instead of the normal eth0 as such – /etc/sysconfig/network-scripts/ifcfg-dummy0: # Dummy interface for Xen DEVICE=dummy0 [...]