Skip to content

Commit

Permalink
dhcp
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored Jun 18, 2018
1 parent 654b5a2 commit 3cf2aef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vagrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,12 @@ config.vm.provision "ansible_local" do |ansible|
end
```

### ip address inside network, connection from one box to another
part of the Vagrantfile
```
config.vm.network "private_network", type: "dhcp"
```
command inside box
```
ifconfig
```

0 comments on commit 3cf2aef

Please sign in to comment.