Neat! In that case, install is like in FreeBSD:# pkg install tincWe do have some automatic hooks into /etc/rc.conf that should make services act like they are on FreeBSD (during start) and a separate framework for custom bootup scripts if that doesn't pan out. If you need those things, I can help explain.Cheers,Franco
Hi there,Take a look here:https://github.com/opnsense/ports/blob/master/security/tinc/files/tincd.in#L10-L20Actual file contents for /etc/rc.conf could be this to autostart for vpn0:tincd_enable="YES"tincd_cfg="vpn0"This is also important to set up a vpn0 NETNAME config:https://www.tinc-vpn.org/documentation/tinc.conf.5Someone else will hopefully be able to help with the details as I don't use tinc.Cheers,Franco
I'm passingly familiar with the tinc docs, as I use it at home, on my phone, and in my VPSs.But your github link is exactly what I needed!Thanks!Quote from: franco on September 01, 2016, 10:20:16 amHi there,Take a look here:https://github.com/opnsense/ports/blob/master/security/tinc/files/tincd.in#L10-L20Actual file contents for /etc/rc.conf could be this to autostart for vpn0:tincd_enable="YES"tincd_cfg="vpn0"This is also important to set up a vpn0 NETNAME config:https://www.tinc-vpn.org/documentation/tinc.conf.5Someone else will hopefully be able to help with the details as I don't use tinc.Cheers,Franco