Action Plan
Initial Setup:
sudo passwd rootsudo systemctl start spice-vdagent
sudo systemctl enable spice-vdagentsudo rebootSetup Firewalld:
Setup 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