Action Plan

Initial Setup:

Reset user password:

sudo passwd root

Check spice agent:

sudo systemctl start spice-vdagent
sudo systemctl enable spice-vdagent

Restart box:

sudo reboot

Setup Firewalld:

Setup Zones:

Assign zones:

firewall-cmd --zone=external --change-interface=eth0 --permanent
firewall-cmd --zone=internal --change-interface=eth1 --permanent

Setup Masquerading:

firewall-cmd --zone=external --add-masquerade --permanent

Allow Services:

Port Forwarding:

Reload Firewall:

Last updated