You are here: Install and Configure VERDE > Virtual Desktop Networking > Firewall Considerations

Firewall Considerations For Non-Bare Metal VERDE Servers

To permanently disable the iptables firewall, enter the commands in the table below as root:

Commands for Disabling the iptables Firewall

Action Command
Stops VERDE Services.

service VERDE stop

Turns off iptables.

service iptables stop

Turns off iptables at each reboot. This will disable them from coming on again.

chkconfig iptables off

Restarts VERDE.

service VERDE start