Difference between revisions of "SRT210 Lab 2"

From CDOT Wiki
Jump to: navigation, search
(Created page with "yum install qemu-kvm qemu-img virt-manager libvirt libvirt-python \ libvirt-client virt-install virt-viewer bridge-utils To disable and remove firewalld, issue the following...")
 
Line 1: Line 1:
 +
VM/Settings/Processors: enable Virtual Intel VT-X/EPT or AMD-V/RVI.
 +
 
yum install qemu-kvm qemu-img virt-manager libvirt libvirt-python \
 
yum install qemu-kvm qemu-img virt-manager libvirt libvirt-python \
 
libvirt-client virt-install virt-viewer bridge-utils
 
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:
 
To disable and remove firewalld, issue the following commands:

Revision as of 16:38, 9 January 2019

VM/Settings/Processors: enable Virtual Intel VT-X/EPT or AMD-V/RVI.

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