Linux Virtualization Configuration

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

/etc/sysconfig/libvirtd

The configuration file of the libvirtd service.

/etc/sysconfig/libvirt-guests

The configuration file of the libvirt-guests service. Note that the service is not automatically enabled.

Configure Guests to Gracefully Shut Down

Virtual Switch Configuration

NAT IP Masquerading

Shut down the virtual switch before modifying the iptables configuration.

The public IP ranges for forward mode NAT, in order to create a port masquerading range can be set by running:

iptables -j SNAT --to-source [start-ip]-[end-ip]

Organizatorium