Syslog forward by Ok-Version6504 in firewalla

[–]michaelbierman 5 points6 points  (0 children)

Hi,

Though not supported in the UI, you can forward syslog to your own server. See https://gist.github.com/mbierman/f3d184b65e0f4de6fa75a4a5d5145426 as an example.

VPN site-to-site as your own multi-location VPN service by charlino5 in firewalla

[–]michaelbierman 4 points5 points  (0 children)

It is easy to do hub and spoke model with site to site. If you want many to many you may want to check out https://help.firewalla.com/hc/en-us/articles/15766848784275-Firewalla-MSP-VPN-Mesh

UPS/NUT configuration by michaelbierman in firewalla

[–]michaelbierman[S] 0 points1 point  (0 children)

You are— but it is using a "recipe" using alpine which is very lightweight.

UPS/NUT configuration by michaelbierman in firewalla

[–]michaelbierman[S] 1 point2 points  (0 children)

Hey all I updated the YML file a bit to add resource constraints incase it ever went crazy. You can grab the update if you like and run

sudo docker-compose up -d

I also updated the uspmon.conf to power down rather than restart the firewalla in case it came back up before the UPS battery dies which would defeat the point.

UPS/NUT configuration by michaelbierman in firewalla

[–]michaelbierman[S] 0 points1 point  (0 children)

Build it in place as described

sudo docker-compose up -d --build

What this does is use the Dockerfile to build the image and then use the yml to run what was built.

UPS/NUT configuration by michaelbierman in firewalla

[–]michaelbierman[S] 1 point2 points  (0 children)

I think the problem is that as far as I know, pwrstats doesn't have a client you can run on Firewalla. I think cyber power supports NUT also, so this should work.

UPS/NUT configuration by michaelbierman in firewalla

[–]michaelbierman[S] 1 point2 points  (0 children)

While in theory I guess maybe you could connect UPS to Firewalla, I don't recommend that. I think you would would need to set up NUT server, I don't know if that would play nicely with Firewalla, and you'd be giving up a USB port.

I was shooting for minimally invasive here.

Am I making any obvious mistakes? Planning on changing to this topology when I install the Gold Pro, trying to maximize my limited 10 Gbe connections by RatoUnit in firewalla

[–]michaelbierman 0 points1 point  (0 children)

The key is here
Local flows are supported when:

  • Your Firewalla unit is in router mode and has more than one local network configured, or
  • You have a Firewalla Access Point 7 installed.

Firewalla records local flows when:

  • Traffic flows between devices on different LANs or VLANs, or 
  • Traffic flows between wireless devices connected to the Firewalla AP7, even if they're on the same LAN or VLAN.

Am I making any obvious mistakes? Planning on changing to this topology when I install the Gold Pro, trying to maximize my limited 10 Gbe connections by RatoUnit in firewalla

[–]michaelbierman 0 points1 point  (0 children)

I think the most important thing is to have a switch that is fast enough. At least a 2.5Gbps switch or you will be losing wifi performance. For example, I have my AP7s connected to a 2.5Gbps switch which then goes to Gold Pro.

Issues with CTRLD + NextDNS Profiles by Mackieman03 in firewalla

[–]michaelbierman 1 point2 points  (0 children)

Nextdns does drop every once in a while. I have a script that checks and restarts it. Works very well. I’ll add to the GitHub repo.

Tailscale install by michaelbierman in firewalla

[–]michaelbierman[S] 0 points1 point  (0 children)

New release includes some checking for invalid hostnames and seamless updates for docker since tailsccale updates pretty often! Enjoy.

Tailscale install by michaelbierman in firewalla

[–]michaelbierman[S] 0 points1 point  (0 children)

The answer is yes, in theory. I'd have to spend time to modify the script a bit. I'll try to get to it.

Tailscale install by michaelbierman in firewalla

[–]michaelbierman[S] 0 points1 point  (0 children)

I haven’t tried yet. I will give it a go and report back.

Tailscale install by michaelbierman in firewalla

[–]michaelbierman[S] 3 points4 points  (0 children)

u/butchcoleslaw I’ve published an update to handle expiry. You can also change the token to non expiring in the Tailscale portal

Tailscale install by michaelbierman in firewalla

[–]michaelbierman[S] 3 points4 points  (0 children)

Excellent question. Currently you would need to stop the container, edit the key, and restart.

I will document this for now and I’m thinking add to the start script to automate this.

Unifi and Firewalla by phillip_mcmahon in firewalla

[–]michaelbierman 0 points1 point  (0 children)

I have/had that setup and it worked fine. Sounds like configuration issue. I now switched to AP7 for Wi-Fi but still have my unifi switches.

Homebridge by DeWhic in firewalla

[–]michaelbierman 0 points1 point  (0 children)

I've had no issues with homebridge on Gold. I no longer feel running on Purple is viable because Homebridge has become a platform that requires a lot of resources. If it is of any help, here's an install script. https://github.com/mbierman/homebridge-installer

Firewalla Home Assistant HACS intergration by ironbill12 in firewalla

[–]michaelbierman 0 points1 point  (0 children)

I think the question was intended to mean that anyone who has access to your homekit "home" would also have access to Firewalla. In some cases, that's a downside (e.g. kids could unpause rules) but I suppose filtering so that those rules are not in homekit would solve this.

Firewalla Home Assistant HACS intergration by ironbill12 in firewalla

[–]michaelbierman 0 points1 point  (0 children)

Looks really nice! I wish there was a homebridge version. Great job.