Action Plan
Initial Setup:
Reset user password:
sudo passwd rootCheck spice agent:
sudo systemctl start spice-vdagent
sudo systemctl enable spice-vdagentRestart box:
sudo rebootSetup Firewalld:
Setup Zones:
Assign zones:
firewall-cmd --zone=external --change-interface=eth0 --permanent
firewall-cmd --zone=internal --change-interface=eth1 --permanentSetup Masquerading:
firewall-cmd --zone=external --add-masquerade --permanentAllow Services:
Port Forwarding:
Reload Firewall:
Last updated