User Tools

Site Tools


linux:firewalld_documentation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:firewalld_documentation [2022/03/01 14:03] – [All zones] dodgerlinux:firewalld_documentation [2023/08/28 10:34] (current) dodger
Line 65: Line 65:
 export PERMANENT="--permanent" export PERMANENT="--permanent"
 </code> </code>
 +===== Reload rules =====
 +For example after using ''--permanent'' without applying live rules:
 +<code bash>
 +firewall-cmd --reload
 +</code>
 +
 ===== View information ===== ===== View information =====
  
Line 146: Line 152:
  
  
 +
 +====== Openvpn/Wireguard setup ======
 +As a client:
 +
 +<code bash>
 +firewall-cmd ${PERMANENT} --zone=internal --add-interface=tun+
 +firewall-cmd ${PERMANENT} --zone=internal --add-interface=wg+
 +firewall-cmd ${PERMANENT} --zone=internal --add-interface=ppp+
 +
 +firewall-cmd ${PERMANENT} --list-all --zone=internal
 +
 +</code>
linux/firewalld_documentation.1646143419.txt.gz · Last modified: 2022/03/01 14:03 by dodger