Skip to content

Commit b0b9486

Browse files
committed
docs: socketfilterfw needs sudo
It is reported that the following commands fix the issue 1259: ``` sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd sudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd ``` Signed-off-by: Akihiro Suda <[email protected]>
1 parent ac9953a commit b0b9486

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/content/en/docs/Config/Network/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ and will stop automatically once the last instance has stopped. Daemon logs will
168168
The IP address is automatically assigned by macOS's bootpd.
169169
If the IP address is not assigned, try the following commands:
170170
```bash
171-
/usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd
172-
/usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd
171+
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd
172+
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd
173173
```
174174

175175
#### Unmanaged

website/content/en/docs/faq/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ For more details, see [Documentation/Networking](https://wiki.qemu.org/Documenta
181181
#### "IP address is not assigined for vmnet networks"
182182
Try the following commands:
183183
```bash
184-
/usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd
185-
/usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd
184+
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd
185+
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd
186186
```
187187

188188
### Filesystem sharing

0 commit comments

Comments
 (0)