From 09890644c670aad13d77efb2a207604026aa5b18 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 18 Nov 2015 18:23:57 -0800 Subject: [PATCH] website/docs: document port binding defaults [GH-6133] --- website/docs/source/v2/networking/forwarded_ports.html.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/source/v2/networking/forwarded_ports.html.md b/website/docs/source/v2/networking/forwarded_ports.html.md index 0e08e63dc..e3fef4ea9 100644 --- a/website/docs/source/v2/networking/forwarded_ports.html.md +++ b/website/docs/source/v2/networking/forwarded_ports.html.md @@ -28,6 +28,11 @@ end This will allow accessing port 80 on the guest via port 8080 on the host. +For most providers, forwarded ports by default bind to all interfaces. This +means that other devices on your network can access the forwarded ports. +If you want to restrict access, see the `guest_ip` and `host_ip` settings +below. + ## Options Reference This is a complete list of the options that are available for forwarded