KVM virtual machine networking, NAT and bridge together

Posted by stoqlt on Server Fault See other posts from Server Fault or by stoqlt
Published on 2012-10-02T01:24:19Z Indexed on 2012/10/02 3:40 UTC
Read the original article Hit count: 546

I have two running KVM guests on an Ubuntu (Lucid) host. One of them uses the simplest NAT method, and DHCP inside. The other uses the bridge method and static IP inside. Both work fine. Can I mix the networking methods? I'd like to create some set of scripts which used the local 192.168.122.x address, no matter if the guest has or not has an additional bridged LAN interface. Having eth0 and eth1 interfaces inside would be fine. Thanks for your interest.

© Server Fault or respective owner

Related posts about linux

Related posts about ubuntu