From e4dad788e16a9d944ea40813c9de5f677dfd97a6 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 23 Nov 2015 17:07:24 -0500 Subject: [PATCH] Remove website docs that are wrong --- website/docs/source/v2/networking/private_network.html.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/website/docs/source/v2/networking/private_network.html.md b/website/docs/source/v2/networking/private_network.html.md index e1b00df40..31502396f 100644 --- a/website/docs/source/v2/networking/private_network.html.md +++ b/website/docs/source/v2/networking/private_network.html.md @@ -43,14 +43,6 @@ The IP address can be determined by using `vagrant ssh` to SSH into the machine and using the appropriate command line tool to find the IP, such as `ifconfig`. -You can also specify the DHCP IP: - -```ruby -Vagrant.configure("2") do |config| - config.vm.network "private_network", type: "dhcp", dhcp_ip: "192.168.0.100" -end -``` - ## Static IP You can also specify a static IP address for the machine. This lets you