'''Modify {{project_name_workstation_long}} User Firewall Settings'''
{{Box|text=
'''Note''': If no changes have yet been made to Whonix Firewall Settings, then the Whonix User Firewall Settings File /etc/kicksecure_firewall.d/50_user.conf
appears empty (because it does not exist). This is expected.
If using [[Qubes|{{qubes_project_name}}]], complete these steps.
In {{project_name_workstation_short}} AppVM. Make sure folder /usr/local/etc/kicksecure_firewall.d
exists.
{{CodeSelect|code=
sudo mkdir -p /usr/local/etc/kicksecure_firewall.d
}}
Qubes App Launcher (blue/grey "Q")
→ {{project_name_workstation_short}} AppVM (commonly called {{Code2|{{project_name_workstation_vm}}}})
→ Whonix User Firewall Settings
If using a graphical {{project_name_workstation_short}}, complete these steps.
Start Menu
→ Applications
→ System
→ User Firewall Settings
If using a terminal-only {{project_name_workstation_short}}, complete these steps.
Open /usr/local/etc/kicksecure_firewall.d/50_user.conf
with root rights.
{{CodeSelect|code=
sudoedit /usr/local/etc/kicksecure_firewall.d/50_user.conf
}}
/etc/kicksecure_firewall.d/30_whonix_workstation_default.conf
.
The Whonix Global Firewall Settings File /etc/kicksecure_firewall.d/30_whonix_workstation_default.conf
contains default settings and explanatory comments about their purpose. By default, the file is opened read-only and is not meant to be directly edited. Below, it is recommended to open the file without root rights. The file contains an explanatory comment on how to change firewall settings.
## Please use "/etc/kicksecure_firewall.d/50_user.conf" for your custom configuration, ## which will override the defaults found here. When Whonix is updated, this ## file may be overwritten.See also [[Configuration Files|Whonix modular flexible .d style configuration folders]]. To view the file, follow these instructions. {{Box|text= If using [[Qubes|{{qubes_project_name}}]], complete these steps.
Qubes App Launcher (blue/grey "Q")
→ Template:
{{project_name_workstation_template}}
→ Whonix Global Firewall Settings
If using a graphical {{project_name_workstation_short}}, complete these steps.
Start Menu
→ Applications
→ Settings
→ Global Firewall Settings
If using a terminal-only {{project_name_workstation_short}}, complete these steps.
In {{project_name_workstation_short}}, open the kicksecure_firewall configuration file in an editor.
{{CodeSelect|code=
nano /etc/kicksecure_firewall.d/30_whonix_workstation_default.conf
}}
}}
}}