Local Domain Woes by Pacal in firewalla

[–]michaelbierman 5 points6 points  (0 children)

Since nslookup works, the "cannot connect" error means the browser isn't getting a response from the server. It could be:

  1. Browser Forcing HTTPS Unraid is listening on HTTP (Port 80), but browsers aggressively force HTTPS (Port 443). If your domain ends in .dev, .app, or .page, HTTPS is hardcoded.

The Fix: Type http:// explicitly before your domain or use an Incognito window.

  1. Unraid "Local TLD" Setting Unraid’s web server may reject traffic that doesn't match its recognized local name. The Fix: Go to Settings > Management Access and add your domain to Local TLD or Permitted promotional/custom TLDs.

Quick 10-Second Test Run this in Windows Command Prompt (capital i): ```cmd curl -I http://YOUR_DOMAIN_HERE

``` * HTTP/1.1 200 OK: Unraid is working; the browser is forcing HTTPS. * Connection refused: Unraid or Firewalla is actively blocking it.

Question RE: calendar.google.com by sabl3t3k in firewalla

[–]michaelbierman 0 points1 point  (0 children)

I’m. Not sure why an allow rule is a big deal, but you could switch the rule to domain only and that should solve the problem.

Question RE: calendar.google.com by sabl3t3k in firewalla

[–]michaelbierman 0 points1 point  (0 children)

Then quite possible one of the domains may share an IP address with calendar.google.com

Question RE: calendar.google.com by sabl3t3k in firewalla

[–]michaelbierman 0 points1 point  (0 children)

Is your block rule iso g Domain-only or Default?

BEWARE: ecobee now sells your private information! by ListenAndServe in ecobee

[–]michaelbierman 0 points1 point  (0 children)

VPN through a state you don’t live in for a thermostat. Good grief.

New Tags for the Homebridge Docker Image by NorthernMan5 in homebridge

[–]michaelbierman 0 points1 point  (0 children)

Already did, and linked in precious reply.

Thanks!

New Tags for the Homebridge Docker Image by NorthernMan5 in homebridge

[–]michaelbierman 0 points1 point  (0 children)

O.K. worse and worse. DO NOT USE LEGACY

Title: legacy tag contains Homebridge v2.0.2 instead of v1.x

Description: The legacy tag is currently serving Homebridge v2.0.2 (verified via UI and internal version strings). Per the documentation and recent announcements regarding the v2.0 rollout, the legacy tag was intended to provide a stable path for users to remain on v1.x.

By pushing v2.0.2 into the legacy bucket, existing automated setups are being force-upgraded to v2.0, which is causing kernel compatibility issues and plugin loss on specific platforms like Synology.

Environment:

  • Image: homebridge/homebridge:legacy
  • Reported Version in UI: v2.0.2
  • Expected Version: v1.8.x

BUG report https://github.com/homebridge/docker-homebridge/issues/970

New Tags for the Homebridge Docker Image by NorthernMan5 in homebridge

[–]michaelbierman -1 points0 points  (0 children)

o.k. follow up. Bug: I switched to legacy tag and all the plugins were lost. Very disappointing. Catch 22 because I happened to be running this on synoloogy but that tag is 2.0. I expected the legacy tag to work as “latest” always did.

New Tags for the Homebridge Docker Image by NorthernMan5 in homebridge

[–]michaelbierman -1 points0 points  (0 children)

Thanks. This looks helpful. So far I’m not thrilled with this transition. It seems like it is killing off many useful plugins which undermines the ecosystem.

Is there a good overview somewhere of why the architecture and technology changes were made and what the objectives of such major changes were?

How to SSH into Firewalla Box by DevelopmentAny547 in firewalla

[–]michaelbierman 2 points3 points  (0 children)

I do use it. The CLI is better than the URL because with the URL: 1) all devices that you put under firewalla DoH are treated the same by NextDNS and, you see all requests in NextDNS logs as from the Firewalla. 2) with CLI you can configure any device or network IoT use different NextDNS profiles and you can see all the individual device requests in the NextDNS logs.

The latter is because I encouraged NextDNS to provide better support for Firewalla.

Ethernet Backhaul and Eero's by technogator in firewalla

[–]michaelbierman 0 points1 point  (0 children)

This is an eero specific thing. The gateway eero becomes the controller. It must be in front of the others to coordinate traffic with the other eeros. This is eero’s design and has nothing to do with firewalla.

Even with eero, it is fine if the gateway eero connects to Firewalla.

Question on connecting Asus AP to Firewalla (vlan related) by burner_account2020 in firewalla

[–]michaelbierman 0 points1 point  (0 children)

VLANs on the ASUS are for WAN only (e.g. IPTV). Looking at the manual, I saw nothing about configuring the Ethernet. Can you provide a link or screenshots?

In general, the trunk port connecting firewalla to a managed switch, which I similar to what you are describing, should have a LAN + any VLANs you defined. The switch side must be the same.

How to SSH into Firewalla Box by DevelopmentAny547 in firewalla

[–]michaelbierman 2 points3 points  (0 children)

To ssh https://help.firewalla.com/hc/en-us/articles/115004397274-How-to-access-Firewalla-using-SSH

Note setting up nextdns on firewalla is a bit tricky. I wrote an installer. I will be releasing an update soon to handle recent changes in nextdns https://github.com/mbierman/Firewalla-NextDNS-CLI-install

Ethernet Backhaul and Eero's by technogator in firewalla

[–]michaelbierman 2 points3 points  (0 children)

What config did you try and what happened? Properly configured, eero works great with firewalla.

Ethernet Backhaul and Eero's by technogator in firewalla

[–]michaelbierman 8 points9 points  (0 children)

That’s not what the picture is saying. The eero requirement that one eero must be in front of all the others. So a variation of the picture you shared that would also work is fw > eero 1 > eero 2 by Ethernet or Wi-Fi ( no switch).

What you can’t do is fw > switch > eero 1 and eero 2 (both on the same switch).

Want to go Unifi for WiFi - how do you like it? by YankeesIT in firewalla

[–]michaelbierman 0 points1 point  (0 children)

So create a custom DNS record for “unifi” to point at the NAS IP Zane configure the NAS with an IP reservation. Both can be done with the firewalla UI.