151
24.1 Legacy Series / Re: OPsense no internet on new fiber connection
« on: May 21, 2024, 08:30:39 am »
I think the Deco is a PPPoE client. You need the credentials to authenticate with the ISP PPPoE server.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


under Services --> DHCPv4 --> DNS servers, there are only two fields to specify 2 DNS servers (not three).Two is better than one but three is the maximum.
Probably it was not clear from my post, so it is worth noting that the DHCP server runs on my OPNsense (an not on my pi-hole).There are good arguments for having separate servers for different services. The built-in DHCP/DNS/Squid in OPNsense are there to provide a drop-in replacement for ISP routers IMHO. There are many posts in this forum about on-board WiFi from that same perspective.
In any event, how do I force applications with hard-coded DNS addresses to go through specific DNS servers (in my case: pi-hole no. 1 & pi-hole no. 2, if the first one is down) without firewall rules? And if I need firewall rules for that, how do I set FW rules to redirect DNS queries to one of the two DNS servers (whichever is up)?Hard coding DNS in an application is horrible and should be a red flag about its quality. Firewall rules cannot take the place of a load balancer, since the firewall does not have the ability to check the health of each server in the pool. Horses for courses.