StorminStanley / st2workroom

Vagrant environment used to play with StackStorm, develop StackStorm for your environment, or develop on StackStorm itself!
Apache License 2.0
23 stars 21 forks source link

vboxnet IP range is not private #275

Closed bsyk closed 8 years ago

bsyk commented 8 years ago

The IP range assigned to the vboxnet is 172.168.50.0/24 which is a public IP range assigned to AOL Whois

This should be a private address within one of the designated private ranges. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16

Configuring virtual box (or vmware) with this local virtual network will render hosts on public IPs 172.168.50.0-172.168.50.255 to be unreachable to a user that has this vagrant box configured.

Recommendation is to change the IP assignment to 192.168.50.0/24