DHCP needs 67 and 68 for UFW

This commit is contained in:
IMTheNachoMan
2021-02-22 22:00:58 -05:00
committed by GitHub
parent 7230b03905
commit ad29971ec6

View File

@@ -1461,6 +1461,7 @@ You can create rules by explicitly specifying the ports or with application conf
# allow traffic out on port 68 -- the DHCP client # allow traffic out on port 68 -- the DHCP client
# you only need this if you're using DHCP # you only need this if you're using DHCP
sudo ufw allow out 67 comment 'allow the DHCP client to update'
sudo ufw allow out 68 comment 'allow the DHCP client to update' sudo ufw allow out 68 comment 'allow the DHCP client to update'
``` ```