Displaying 1 result from an estimated 1 matches for "928c".
Did you mean:
928
2019 Oct 04
0
network namespace for multiple overlapping nat networks?
I have noticed that you can't have multiple separate NAT style libvirt
networks defined with the same private IP blocks.
For example I have this default network:
<network>
<name>default</name>
<uuid>13baf167-02ff-4312-928c-b82ed4df5785</uuid>
<forward mode='nat'>
<nat>
<port start='1024' end='65535'/>
</nat>
</forward>
<bridge name='virbr1' stp='on' delay='0'/>
<mac address='52:54:00:9c:8f:7c'/&g...