From ad29971ec6fdc734cdd65f657c0dd51730692915 Mon Sep 17 00:00:00 2001 From: IMTheNachoMan Date: Mon, 22 Feb 2021 22:00:58 -0500 Subject: [PATCH] DHCP needs 67 and 68 for UFW --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40985ae..9e74693 100644 --- a/README.md +++ b/README.md @@ -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 # 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' ```