<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hello,<br/>
<br/>
I have tinc up and running on a kvm/libvirt host. libvirt creates a bridge and assigns ip to this bridge, for instance 192.168.1.1. All guests have an<br/>
ip within 192.168.1.0/24. I want to access the guests in this<br/>
libvirt network with tinc from the internet via the host.<br/>
<br/>
<br/>
When I configure tinc the host config looks like this:<br/>
<br/>
Address = XXX.XXX.XXX.XX<br/>
Subnet = 192.168.1.0/24<br/>
Subnet = 192.168.2.10/32<br/>
<br/>
and tinc.conf like this<br/>
<br/>
Name = XXX<br/>
AddressFamily = ipv4<br/>
Interface = tun0<br/>
ConnectTo = XXX2<br/>
<br/>
Furthor more I start my vpn autmaticaly via nets.boot .<br/>
<br/>
Every thing works fine until I reboot the host.<br/>
<br/>
Then I get the following error from<br/>
libvirt "Network is already in use by interface tun0" and libvirt does not start<br/>
the network.<br/>
<br/>
I can get all things up and running when I stop tinc,<br/>
start the libvirt network and after this start once again tinc.<br/>
<br/>
Is there a tinc option I can configure to prevent this issue?<br/>
<br/>
regards<br/>
dieter</div>

<div><br/>
 </div></div></body></html>