Difference between revisions of "SRT210 Lab 2"
Line 1: | Line 1: | ||
VM/Settings/Processors: enable Virtual Intel VT-X/EPT or AMD-V/RVI. | VM/Settings/Processors: enable Virtual Intel VT-X/EPT or AMD-V/RVI. | ||
+ | change to 4gb ram | ||
yum install qemu-kvm qemu-img virt-manager libvirt libvirt-python \ | yum install qemu-kvm qemu-img virt-manager libvirt libvirt-python \ | ||
Line 9: | Line 10: | ||
NAT | NAT | ||
lin1 | lin1 | ||
− | |||
To disable and remove firewalld, issue the following commands: | To disable and remove firewalld, issue the following commands: |
Revision as of 16:00, 9 January 2019
VM/Settings/Processors: enable Virtual Intel VT-X/EPT or AMD-V/RVI. change to 4gb ram
yum install qemu-kvm qemu-img virt-manager libvirt libvirt-python \ libvirt-client virt-install virt-viewer bridge-utils
network install https://mirror.senecacollege.ca/centos/7/os/x86_64/ or http://mirror.netflash.net/centos/7/os/x86_64/ 2G ram 10G drive NAT lin1
To disable and remove firewalld, issue the following commands: systemctl disable firewalld systemctl stop firewalld yum remove firewalld
To install and enable the IPTables services, issue the following commands: yum install iptables-services systemctl enable iptables systemctl start iptables