Merge pull request #1133 from anderbubble/docs-firewall-dhcp
Add dhcp to firewall configuration in quickstart
This commit is contained in:
@@ -50,6 +50,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
- Bump gopkg.in/go-jose/go-jose.v2 to 2.6.3
|
||||
- Bump github.com/opencontainers/runc to 1.1.12
|
||||
- Dynamically calculate version and release from Git. #1162
|
||||
- Update quickstarts to configure firewalld for dhcp. #1133
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
@@ -50,6 +50,7 @@ to the default zone, and reload.
|
||||
|
||||
sudo systemctl restart firewalld
|
||||
sudo firewall-cmd --permanent --add-service warewulf
|
||||
sudo firewall-cmd --permanent --add-service dhcp
|
||||
sudo firewall-cmd --permanent --add-service nfs
|
||||
sudo firewall-cmd --permanent --add-service tftp
|
||||
sudo firewall-cmd --reload
|
||||
|
||||
@@ -49,6 +49,7 @@ to the default zone, and reload.
|
||||
|
||||
systemctl restart firewalld
|
||||
firewall-cmd --permanent --add-service=warewulf
|
||||
firewall-cmd --permanent --add-service=dhcp
|
||||
firewall-cmd --permanent --add-service=nfs
|
||||
firewall-cmd --permanent --add-service=tftp
|
||||
firewall-cmd --reload
|
||||
|
||||
Reference in New Issue
Block a user