-
Notifications
You must be signed in to change notification settings - Fork 22
Update README.md - Add info about mac & troubleshooting #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -456,3 +456,4 @@ sudo /opt/socket_vmnet/bin/socket_vmnet --vmnet-mode=host --vmnet-network-identi | |||||
| - To enable verbose debug logs, set the environment variable `DEBUG=1`. | ||||||
| - When using launchd, logs are written to `/var/log/socket_vmnet/stderr`. | ||||||
| `/var/log/socket_vmnet/stdout` is not used and expected to be empty. | ||||||
| - On Mac, make sure that the IDE (ie: vscode) have privileges on the "local network" in "System Settings" -> "Privacy & Security" -> "Local Network". Symptom: Execute bash script from VSCODE terminal (or any IDE), `socket_vmnet` start correctly, VM can ping its gateway (host bridge interface), VM can ping internet, VM can ping host but host can NOT ping VM. | ||||||
|
||||||
| - On Mac, make sure that the IDE (ie: vscode) have privileges on the "local network" in "System Settings" -> "Privacy & Security" -> "Local Network". Symptom: Execute bash script from VSCODE terminal (or any IDE), `socket_vmnet` start correctly, VM can ping its gateway (host bridge interface), VM can ping internet, VM can ping host but host can NOT ping VM. | |
| - On macOS, make sure that your IDE (e.g., VS Code) has permission for the Local Network in System Settings → Privacy & Security → Local Network. Symptom: when executing the bash script from the IDE terminal, `socket_vmnet` starts correctly, the VM can ping its gateway and the internet and the host, but the host cannot ping the VM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot, see also my comment in #151 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.