Hello Lars, you made my day :) You'r right.Thanks! My script did add a route for 192.168.1.0/24 (it's a bug/typo in my script).
I could reproduce the error by stoping the libvirt network, add the route and start the libvirt network. Then I get the error message "Network is already in use by interface tun0" I have to say the error message could point out that a route already exists but any way. Now it is up and running. Regards dieter -----Ursprüngliche Nachricht----- Von: tinc [mailto:[email protected]] Im Auftrag von Lars Kruse Gesendet: Samstag, 5. März 2016 16:33 An: [email protected] Betreff: Re: issue with tinc and libvirt / Network is already in use by interface tun0 Hello Dieter, could it be that your tinc node adds the route 192.168.1.0/24 and that libvirt later fails when it tries to configure the local bridge and add the same route? You could verify this by adding some output (writing a log file?) to the subnet-up script. If this should be the case then you need to find out, why tinc calls the subnet-up script for its own local subnets. Maybe there are some mixed up subnet definitions in the hosts files? Lars _______________________________________________ tinc mailing list [email protected] http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc _______________________________________________ tinc mailing list [email protected] http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc
