Skip to content

Allow connections from non-loopback interfaces on macOS #590

Answered by jandubois
werediver asked this question in Q&A
Discussion options

You must be logged in to vote

You can do this with a simple portForwards rule:

portForwards:
- guestPortRange: [1, 65535]
  hostIP: 0.0.0.0

Or create specific rules for the ports you want to expose externally.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by werediver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #588 on January 24, 2022 17:25.