ChanceM/pfSense-pkg-zerotier

No folder found

VanJaime5 opened this issue · 12 comments

On step 3 of yout build description the mentioned folder cannot be found
pfSense-pkg-zerotier
Where can I find the pfSense-pkg-zerotier-0.00.1.txz file?

You need to clone this repo into that folder path.

The txz is the result of the build.

Hi.
What should I do after install package ?

I mean, I could Join a network but how can allow to use zero tier ip at pfsense firewall rules and NAT ?

I mean, I could Join a network but how can allow to use zero tier ip at pfsense firewall rules and NAT ?

You can add the interface and assign it the ip from ZT. Then you can add firewall rules to that interface.

Hi @ChanceM , thanks for quick answer.
Before I assign this interface I could, from pfsense console ping others hosts of my ZT network, but After Assign and force IP I just lost all communication, even going to Firewall Rules and allow all traffic of ZT interface.

image

@bittix Okay, I just tested and that is consistent with my test setup. In my testing I was more interested in allowing other zerotier peers to access LAN resources behind the firewall. I will have to do some more testing for peer to peer communication.

@bittix Well an allow all rule or a ICMP allow rule allowed me to ping between my devices.
ZT_Test_Rules

On build steps
Run make clean ; make package
i get this error Makefile:49: *** missing separator. Stop.

On build steps
Run make clean ; make package
i get this error Makefile:49: *** missing separator. Stop.

Sounds like spaces rather than tabs, did you modify the makefile?

@ChanceM do you run git clone https://github.com/pfsense/FreeBSD-ports.git
inside pfsense shell?

@ChanceM do you run git clone https://github.com/pfsense/FreeBSD-ports.git
inside pfsense shell?

@samcallen no on the BSD box

@ChanceM thanx👍