Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.48 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.48 KB

YaST Firewall - Configures Firewalld

Workflow Status OBS Coverage Status

Since the adoption of firewalld this repository contains just some useful clients and libraries for installation and autoinstallation.

YaST currently does not have a module to configure the firewall.

If you are looking for a new option, we recommend to use firewall-config to configure your firewall via a user interface or firewall-cmd for the command line.

An API to configure Firewalld is available in this repository:

https://github.com/yast/yast-yast2/tree/master/library/network/src/lib/y2firewall

How to add / open services in YaST modules.

For modules that just need to open a custom or predefined port in firewalld the CWMFirewallInterfaces module has been adapted to work properly with the new API.

For more documentation refer to this link

Links