sentora / sentora-installers

Provides a central place to store, version and distribute the Sentora installer and upgrade scripts from.
GNU General Public License v3.0
153 stars 148 forks source link

Vagrantfile private ip issue #40

Closed kk86bioinfo closed 9 years ago

kk86bioinfo commented 9 years ago

Vagrantfile seems download a ubuntu 14.04 box with pre-configured ip to 192.168.33.15 but the vagrant file set public IP to be 192.168.1.18. Which one to follow? I cannot access the vm after running sentosa rc2 install sh script.

trojanspike commented 9 years ago

You can config it as you want - the reason I put a public IP is for accessing Sentora from other devices | computers on the same network.

vagrant ssh ubunbu64 $ ifconfig -> to see network conf : inet addr:192.168.1.18 It's more likely going to be 192.168.1.18

000.000.?.00 Maybe you need to change the question mark value to the same as your local network config

trojanspike commented 9 years ago

I've added private IP to vagrant , you can do a pull on it.