cloudius-systems / capstan

Capstan, a tool for packaging and running your application on OSv. http://osv.io/capstan
Other
363 stars 82 forks source link

capstan with vbox network bridge does not work together #88

Open tzach opened 10 years ago

tzach commented 10 years ago

While using Capstan with KVM, network bridge works fine:

capstan run -n bridge cloudius/osv 

As evidence by accessing the UI at 192.168.122.89:8000

when using the same with VirtualBox

capstan run -v -p vbox -n bridge cloudius/osv

The UI at 192.168.56.101:8000 is not available

Both tested on Fedora 20 with osv 0.08

nyh commented 10 years ago

Is this the same bug as #83 (marked as solved 2 days ago), or a new one?

tzach commented 10 years ago

not sure if the same issue or not I tested after commit 3640a3b so the problem is still there