-
Notifications
You must be signed in to change notification settings - Fork 181
Conversation
For those interested on this, unfortunately this is not coming in for 1.0, things are pretty stable right now and the time for a stable 1.0 has past a long time ago ;-) |
An experimental support for this is available at the Docs will come along with the release but for the brave souls willing to build the plugin from sources and give it a spin this is what you'll need to set from the Vagrantfile: config.vm.network "private_network", ip: "CONTAINER_IP", lxc__bridge_name: 'BRIDGE_NAME'
|
If using virbr0 provided by libvirtd, as outlined in the fedora wiki entry, does the lxc__bridge_name field need to be set to virbro0? |
Yes, right now the config has to be set at all times. |
I noticed they can ping reach other but can't talk to each other on ports. I have verified my firewall settings on my multiple node Vagrant file. Thoughts or Ideas? Seems to be related to this. |
I had a need for private networks last week and this is my first stab at implementing GH-120
TODO
Remove docker specifics from the scriptnot worth the trouble and will make things harder when bringing in upstream changes.192.168.1.X
)brctl show brX
to check if in use andip link delete brX
to clean up)Make it work for any ip range / create multiple bridgesDecided to keep things simple and will require the bridge name to be set