Skip to content

Commit 03a78fe

Browse files
committed
Improve recovery instruction when ip address not assigned
On managed machines, this happens after every reboot. `/usr/libexec/bootpd` is already part of the firewall and configured to accept incoming connections. Removing it from the firewall and adding it again fixes the issue. On other machines that do not have this issue, removing and adding bootpd from the firewall is not needed but also does not cause any issue. Fixes: #62 Signed-off-by: Nir Soffer <[email protected]>
1 parent f75d83b commit 03a78fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ You do not need to configure (and you can't, currently) the MAC address of `sock
334334
### IP address is not assigned
335335
Try the following commands:
336336
```console
337+
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --remove /usr/libexec/bootpd
337338
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd
338339
/usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd
339340
```

0 commit comments

Comments
 (0)