Wiki page firewalld changed with summary [[interface] added change interface via nmcli] by Daniel

This commit is contained in:
ORG-wiki 2023-01-30 05:28:51 +01:00
parent b1c9b87cb5
commit de0d2d0f18
1 changed files with 7 additions and 0 deletions

View File

@ -41,6 +41,13 @@ firewall-cmd --add-interface=DEIN-INTERFACE --zone=home --permanent
firewall-cmd --remove-interface=DEIN-INTERFACE --zone=home --permanent
</code>
or
<code>
nmcli connection show
nmcli connection modify 'NAME' connection.zone home
</code>
<alert type="info" icon="fa fa-info-circle">Überprüfe die Namen deiner Schnittstelle/n mit ''%%ip -o addr show scope global | awk '{print $2}'%%''.</alert>