Linux Virtualization Configuration: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
=/etc/sysconfig/libvirt-guests= | =/etc/sysconfig/libvirt-guests= | ||
The configuration file of the libvirt-guests service. | The configuration file of the [[Linux_Virtualization_Concepts#libvirt-guests|libvirt-guests]] service. | ||
=Virtual Switch Configuration= | =Virtual Switch Configuration= |
Revision as of 20:25, 27 June 2017
Internal
/etc/sysconfig/libvirtd
The configuration file of the libvirtd service.
/etc/sysconfig/libvirt-guests
The configuration file of the libvirt-guests service.
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]