Menu

Show posts

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 Menu

Messages - BigNutz

#1
Quote from: F1Geir on March 05, 2024, 09:38:31 AM
DNS update from KEA DHCP is not implemented yet.
I'm also waiting for that feature.

Is there any information on when it may be available?
#2
Quote from: Saarbremer on March 04, 2024, 08:24:31 PM
You do notice that the unbound settings page says "ISC DHCP4 Leases" and not "KEA DHCP"?

I guess it is just not implemented, yet.

You are right. I had completely missed that. Thank you for pointing that out.
#3
Dear OPNsense community,

So I have this issue where local hostnames on my LAN can not be resolved. The only host that can be resolved is the OPNsense host and "outside" public hosts such as google.

I have specified an upstream DNS server under System|Settings|General. Also, Unbound DNS is enabled with "Network Interfaces set" to <LAN> and "Register ISC DHCP4 Leases" enabled, Local Zone Type set to <Transparent>. KEA DHCP is enabled and listening on LAN network, under Subnets I have defined my pool and specified the DNS server to OPNsens' LAN-ip address. Finally, the domain is specified under Syste|Settings|General so that should be inhereted by Unbound DNS and KEA.

Now, my hosts are able to resolve DNS records for public records such as google.com and the OPNsense host but not each other. When looking under "Services: Kea DHCP: Leases DHCPv4" I can see the hostnames associated with each IP (provided by the hosts themselves) but still, the problem resides.

As a temporary solution, I have specified Unbound DNS Overrides which is working.

Any help is much appreciated.

All the best,
BigNutz

Edit: "Unbound DNS: Access Lists" is set to Default <Allow>
#4
General Discussion / Re: access to WAN gateway webUI
March 04, 2024, 05:30:20 PM
Quote from: mellow65 on March 04, 2024, 05:10:39 PM
So far I've not had any issues with getting my gateway above my OPNsense (knock on wood), but coming from PSsense, it really didn't want to allow me to get to the gateway interface.  I had to add a new rule to explicitly allow it, and after that, zero issues.  You may try this solution, it may not be the perfect answer, but it may be an answer.

Exactly. So by default OPNsense doesn't have a firewall rules to allow outgoing traffic from LAN. You will have to create one yourself. E.g., (PASS out; From LAN network; To ANY destination).