mirror of
https://github.com/imthenachoman/How-To-Secure-A-Linux-Server.git
synced 2025-12-06 17:22:53 +01:00
DHCP needs 67 and 68 for UFW
This commit is contained in:
@@ -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'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user