1
17.1 Legacy Series / Re: Boot nanobsd from USB
« on: August 08, 2017, 05:25:19 pm »
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.
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!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
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
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