Quote from: Patrick M. Hausen on December 12, 2024, 05:11:29 PMP.S. Also disable that global "anti-lockout" thing.Is it the checkbox Disable anti-lockout in Firewall -> Settings -> Advanced ?
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.
Show posts MenuQuote from: Patrick M. Hausen on December 12, 2024, 05:11:29 PMP.S. Also disable that global "anti-lockout" thing.Is it the checkbox Disable anti-lockout in Firewall -> Settings -> Advanced ?
Quote from: Patrick M. Hausen on December 14, 2024, 02:29:39 PMMy ISP is German Telekom, bound by EU customer protection and privacy legislation including GDPR so why should I hand my DNS requests to a US based company on a silver platter?Then Quad9 should be fine as they are based in Switzerland.
Quote from: chemlud on November 24, 2024, 09:48:51 PMSorry, I don't understand what you mean...
Or maybe
System -> Settings -> General -> Networking -> DNS
127.0.0.1
Quote from: dseven on November 24, 2024, 09:38:52 PMYes, I can confirm nothing has been checked/selected on that networking section...
There are some "ifs, ands and buts" around how the OPNsense host itself resolves DNS, primarily controlled via System -> Settings -> General -> Networking options. If you want to use Unbound for everything, you probably want that entire section to be blank (i.e. no DNS servers specified, and all options unchecked).
Quote from: dseven on November 24, 2024, 08:56:24 PMDoes it mean that every 24 hrs the Kea DHCP server releases the IP address and then reassigns that same IP address to the same very host? :o
A reservation just means that the IP address is reserved for a given client - the client still needs to use DHCP to get a lease, renew it, etc.
Quote from: trevs on October 30, 2024, 12:09:09 AMI can confirm that the option to add a DNS server is on the instance configuration instead, they should amend that typo...
In https://docs.opnsense.org/manual/how-tos/wireguard-client-mullvad.html#
Under Step 1 there is a paragraph:
"On Peers tab create a new Peer, give it a Name, set 0.0.0.0/0 in Allowed IPs and set the DNS to 193.138.218.74. This is the one MulladVPN provides for privacy."
However in Peers in Opnsense there is not place to set DNS address...
Quote from: FredFresh on October 29, 2024, 11:08:33 AMI believe so
That settings only specify the external dns ip...isn't it?
Quote from: FredFresh on October 26, 2024, 04:34:25 PMJust go to Services -> ISC DHCPv4 -> LAN and either select a single host or the entire LAN and type your preferred DNS servers IP addresses in the option DNS servers
Someone could kindly explain to me what steps should I implement to do this:
Assuming you have configured DHCP static mappings in OPNsense for the hosts using the tunnel, specify in that configuration either the DNS servers supplied by your VPN provider (see note below), or public DNS servers. This will override the network-wide DNS settings for those hosts
Configure public DNS servers for your whole local network, rather than local DNS servers
taken from https://docs.opnsense.org/manual/how-tos/wireguard-selective-routing.html (steps 3 and 4 to avoid dns leak)
thanks