website/docs: document where files are created for network config

[GH-6299]
This commit is contained in:
Mitchell Hashimoto 2015-11-18 18:16:59 -08:00
parent d2fbb0adf1
commit a59dc7a815
1 changed files with 5 additions and 0 deletions

View File

@ -126,3 +126,8 @@ end
If you already started the Vagrant environment before setting `auto_config`,
the files it initially placed there will stay there. You'll have to remove
those files manually or destroy and recreate the machine.
The files created by Vagrant depend on the OS. For example, for many
Linux distros, this is `/etc/network/interfaces`. In general you should
look in the normal location that network interfaces are configured for your
distro.