Skip to content

Commit

Permalink
Merge pull request #3963 from canonical/update-troubleshooting
Browse files Browse the repository at this point in the history
Minor fixes to troubleshoot-networking.md
  • Loading branch information
sharder996 authored Feb 27, 2025
2 parents aaafd0d + b46eb8f commit c00e485
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/how-to-guides/troubleshoot/troubleshoot-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The default configuration binds to localhost port 53, clashing with Internet Sha

`Unable to determine IP address` usually implies some networking configuration is incompatible, or there is interference from a Firewall or VPN.

<!-- add link to https://discourse.ubuntu.com/t/draft-troubleshoot-launch-start-issues/48104 when published -->
> See also: [How to troubleshoot launch/start issues](/how-to-guides/troubleshoot/troubleshoot-launch-start-issues).
##### Troubleshooting

Expand All @@ -64,9 +64,6 @@ The default configuration binds to localhost port 53, clashing with Internet Sha
1. Little Snitch - defaults are good, it should permit mDNSResponder and bootpd access to BPF
If you're having trouble downloading images and/or see `Unknown error`s when trying to `multipass launch -vvv`, Little Snitch may be interfering with `multipassd`'s network access (ref. [#1169](https://github.com/canonical/multipass/issues/1169))
1. Internet Sharing - doesn’t usually clash
1. <!-- to be removed once https://discourse.ubuntu.com/t/draft-troubleshoot-launch-start-issues/48104 has been published, as it was moved there --> Is the bootpd DHCP server alive? (`sudo lsof -iUDP:67 -n -P` should mention `bootpd`)
- It should be launched automatically when there is a request, but you can also launch it manually if needed.
- Start it by running `sudo launchctl start com.apple.bootpd`. If that doesn't work for you, try `sudo launchctl load -w /System/Library/LaunchDaemons/bootps.plist`.

(troubleshoot-networking-routing-problems)=
#### Network routing problems
Expand Down

0 comments on commit c00e485

Please sign in to comment.