Jump to content

Bridge docker0 to vm


lat3ncy

Recommended Posts

Ok, managed to solve this.


The dynamix UI, only allows you to select a bridge in the format: 

^(vir)?br\d\S*

 

So what I did was to set it manually with the edit XML option and add an interface for example:
 

<interface type='bridge'>
      <mac address='de:ad:be:ef:be:ef'/>
      <source bridge='docker0'/>
      <model type='virtio'/>
      <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/>
</interface>

 

The final step was then to give the VM a static IP in the docker subnet.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...