mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Fix firewalld
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
3d1ece9861
commit
98ec119430
@ -147,8 +147,7 @@ elif [ "${MACHINE_TYPE}" == 'aarch64' ]; then
|
||||
fi
|
||||
|
||||
# Setup Networking
|
||||
sudo firewall-cmd --set-default-zone=block
|
||||
sudo firewall-cmd --permanent --add-service=dhcpv6-client
|
||||
sudo firewall-cmd --permanent --remove-service=cockpit
|
||||
sudo firewall-cmd --reload
|
||||
sudo firewall-cmd --lockdown-on
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user