This fixes an issue when the interface being configured is the interface through which ssh traffic is forwarded. In a complex scenario, one needs to disable the default interface for NAT, and use other interface for ssh. In this case, when vagrant run `ifconfig #{ifname} inet delete`, the second ifconfig that is supposed to restore interface settings will never be called. This might be a rare need, but it is also strongly recommended to use `netstart` when reconfiguring interfaces after updating `hostname.if(5)`. The issue can be triggered when ssh connection has issues between two `ifconfig` commands. |
||
---|---|---|
.. | ||
commands | ||
communicators | ||
guests | ||
hosts | ||
kernel_v1 | ||
kernel_v2 | ||
providers | ||
provisioners | ||
pushes | ||
synced_folders | ||
README.md |
README.md
Vagrant Core Plugins
These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.