Are you sure you are having a DNS problem? I mean is IP routing to the Internet working?As your router seems to have a WAN IP 192.x.x.x this could be an internal only IP 192.168.x.x that is not routed to the Internet/WAN by default. In this case you should disable this security setting in menu Interfaces : WAN in section Generic/Block private networks.
Probably need to see more detail on your network topology and your rules on OPNsense etc. Maybe you need a route to the LAN set on your router? Remember also that OPNsense blocks by default unless allow rules are specified (although on the LAN there is usually an allowed to any rule included)
What IP address is assigned to the WAN NIC of OPNsense? And how?
With your setup you will probably need to do double NAT. There are routers rejecting routing to other internal IP addresses than the ones in their own LAN segment. (Which ist the WAN segment on your OPNsense but not the LAN segment of OPNsense).
What would I do?Make sure its working with a notebook attached to your router.
Reset the configuration of OPNsense.
Just let the OPNsense Wizard do its work.
This SHOULD result in a working configuration.
What IP address is assigned to the WAN NIC of OPNsense? And how?With your setup you will probably need to do double NAT. There are routers rejecting routing to other internal IP addresses than the ones in their own LAN segment. (Which ist the WAN segment on your OPNsense but not the LAN segment of OPNsense).What would I do?Make sure its working with a notebook attached to your router.Reset the configuration of OPNsense.Just let the OPNsense Wizard do its work.This SHOULD result in a working configuration.
Ok. Getting better... ;-)I think it will not work like this: You can not have the same IP range on both NICs (WAN, LAN) without special subnet calculations.I would select another range for the LAN side. E.g. 192.168.2.x or the 10.x.x.x you had before.
Well. I am a bit lost here. I have similar setups running, even with some APU2 (and virtual instances on Proxmox). What I have and is working perfectly:myNetwork---------LAN|OPNsense(NAT)|WAN-----------LAN|Router(NAT)|WAN----------Provider10.1.1.0/24 10.1.1.1 192.168.1.100 192.168.1.1 some IPThe Gateway of OPNsense is (automatically via DHCP) set to 192.168.1.1.On OPNsense I have (manually) configured two DNS servers (e.g. OpenDNS or Google).DHCP server on LAN of OPNsense sets Clients in myNetwork to use the Unbound DNS server running on OPNsense (10.1.1.1 as DNS server on clients). Undbound forwards to the normal DNS resolvers configured for OPNsense.Supposed your router would do some kind of DNS blocking, one could try to set 192.168.1.1 as DNS forwarder on OPNsense. Could be done manually or should also be set automatically using DHCP from your router.I would say, that this is a kind of standard setup that always worked for me.