Thanks all, I will take another look at what im doing, and how/what my hardware is, thanks!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: HarfTarf on September 01, 2016, 05:37:31 PM
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 AM
Hi there,
Take a look here:
https://github.com/opnsense/ports/blob/master/security/tinc/files/tincd.in#L10-L20
Actual 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.5
Someone else will hopefully be able to help with the details as I don't use tinc.
Cheers,
Franco
Quote from: franco on September 01, 2016, 10:20:16 AM
Hi there,
Take a look here:
https://github.com/opnsense/ports/blob/master/security/tinc/files/tincd.in#L10-L20
Actual 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.5
Someone else will hopefully be able to help with the details as I don't use tinc.
Cheers,
Franco
Quote from: franco on July 08, 2016, 09:15:01 AM
Neat! In that case, install is like in FreeBSD:
# pkg install tinc
We 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