Merge pull request #3956 from PerilousApricot/feature/bridge-networking-docs

website/docs: Updating docs to include :ip option
This commit is contained in:
Mitchell Hashimoto 2014-08-06 10:40:11 -07:00
commit 632138efd1
1 changed files with 9 additions and 0 deletions

View File

@ -38,6 +38,15 @@ When DHCP is used, the IP can be determined by using `vagrant ssh` to
SSH into the machine and using the appropriate command line tool to find SSH into the machine and using the appropriate command line tool to find
the IP, such as `ifconfig`. the IP, such as `ifconfig`.
## Static IP
Depending on your setup, you may wish to manually set the IP of your
bridged interface. To do so, add a `:ip` clause to the network definition.
```ruby
config.vm.network "public_network", ip: "192.168.0.17"
```
## Default Network Interface ## Default Network Interface
If more than one network interface is available on the host machine, Vagrant will If more than one network interface is available on the host machine, Vagrant will