Just wanted to update that I resolved my issue. Thanks for helping. I didn't make any changes to the Outbound NATs, they are still set to Automatic.
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 MenuQuoteAnd does it resolve successfully?It does not.
QuoteSo you have a different local DNS server running?I want to separate the DNS services.
If so you have to state its IP in the DHCP server settings.
Quote from: viragomann on November 04, 2024, 04:46:03 PMThe nslookup and dig returns the DNS server of the inferface IP 10.5.11.1 or 10.5.12.1.
Run nslookup or dig on the devices to find out, which DNS server is requested. What do you get?
Ensure that the requests are not blocked by OPNsense firewall.
Quote from: viragomann on November 04, 2024, 09:29:45 AMNo, I'm not able to resolve hostnames.
Are the devices able to resolve host names?
Quote from: viragomann on November 04, 2024, 09:29:45 AMOutbound NAT is in automatic mode.
Is your outbound NAT in automatic or hybrid mode?
Quote from: viragomann on November 04, 2024, 09:29:45 AMThere are two automatic rules
If so does it show automatically generated rule for the VLANs?
acl goodclients {
10.5.10.0/24;
10.6.10.0/24;
172.16.55.0/24;
172.16.60.0/24;
172.16.61.0/24;
172.16.62.0/24;
};
options {
......
allow-query {goodclients;};
}