ChanceM / pfSense-pkg-zerotier

pfSense package to support zerotier.
107 stars 47 forks source link

No folder found #5

Closed VanJaime5 closed 4 years ago

VanJaime5 commented 4 years ago

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?

ChanceM commented 4 years ago

You need to clone this repo into that folder path.

The txz is the result of the build.

bittix commented 4 years ago

Hi. What should I do after install package ?

bittix commented 4 years ago

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

ChanceM commented 4 years ago

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.

bittix commented 4 years ago

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
ChanceM commented 4 years ago

@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.

ChanceM commented 4 years ago

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

FadyMakram-25 commented 4 years ago

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

ChanceM commented 4 years ago

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?

samcallen commented 4 years ago

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

ChanceM commented 4 years ago

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

@samcallen no on the BSD box

samcallen commented 4 years ago

@ChanceM thanx👍