pfSense-pkg-zerotier
pfSense package to support zerotier.
Pre-reqs
- FreeBSD 12.2 Workstation with pkg, git, and gmake
Build
git clone https://github.com/pfsense/FreeBSD-ports.git
- add
ALLOW_UNSUPPORTED_SYSTEM=YES
to /etc/make.conf
- Copy these files to FreeBSD-ports/net/pfSense-pkg-zerotier
- Run
make clean ; make package
- scp work/pkg/pfSense-pkg-zerotier-0.00.1.txz to pfsense
Install
- Run
pkg add http://pkg.freebsd.org/freebsd:12:x86:64/latest/All/zerotier-1.8.6.txz
- Run
pkg add pfsense-pkg-zerotier-0.00.1.txz
ToDo
- [ ] Re-write controller functionality to match API changes
- [ ] Interface creation