Skip to content

Commit

Permalink
Update vagrant.yaml networking
Browse files Browse the repository at this point in the history
- Fix vagrant up (instantiation) error when ip address range for
  host-network only adapter is not in 192.168.56.0/21 range
  • Loading branch information
theodore86 committed Dec 26, 2022
1 parent 393a2b3 commit bb73baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
:disabled: false
:options:
- :type: 'static'
:ip: '172.16.0.2'
:ip: '192.168.56.2'
:netmask: '255.255.255.252'
:nic_type: 'virtio'
:goodhosts: 'no_skip'
Expand Down

0 comments on commit bb73baf

Please sign in to comment.