Skip to content

How do you export forwarded ports in Blink Build? #1970

Answered by iflowerml
iflowerml asked this question in Q&A
Discussion options

You must be logged in to vote

Ports on Build privately share between your Build instance and your device over a WireGuard interface. For this guide we’ll say we want to open remote ports 5000 to 5001. Here is what you'll need to troubleshoot if you are having problems with Build tunnels:

  1. Double check that the container is in fact running the service on port 5000. Manually check that the service is running by using your preferred tool, curl, netstat, etc.
  2. Then check if the port is exposed to the WireGuard interface inside the container. Make sure the 5000 service is looping on 0.0.0.0, which makes it accessible to the WireGuard interface. This is the most common problem. Note: This is not exposing it to the internet, …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by iflowerml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant