Hi all, hope you are doing fine!
I´m having a problem using domain based rules (non FQDN) after I needed to change the DNS servers on my infrastructure. The problem is that client PC updated the DNS server to the same DNSs configured at the Gateway, so they should be getting the same IP information for the domains.
As we changed the DNSs to use a local DNS servers, some domain´s name resolution changed and are not the same than the previous configured DNSs at the gateway.
The "domains_tool -d something.com" command output is still showing the previous resolved IPs, even when the gateway itself is resolving the new ones. As the client is using the same DNSs than the gateway the domain based rule is not matching the traffic as it has a different IP information for some domains than the client PC is trying to reach.
I waited for more than 24 hrs now to see if there was some cached information, but the system seems to continue to use the older DNS server to retrieve the information showed at the domains_tool output and I assume, the information using for traffic matching.
Does someone know a way to reload the whatever service is running to populate this table without rebooting the gateway or restarting all services?
An example of what can I see for anydesk.com domain.
domains_tool output:
---------------------------------------------------------------------------------------------------
| Given Domain name: anydesk.com FQDN: no |
---------------------------------------------------------------------------------------------------
| IP address | sub-domain |
---------------------------------------------------------------------------------------------------
| 13.32.121.107 | no |
| 13.32.121.101 | no |
| 13.32.121.17 | no |
| 13.32.121.7 | no |
---------------------------------------------------------------------------------------------------
Total of 4 IP addresses found
Nslookup output from the gateway:
Non-authoritative answer:
Name: anydesk.com
Address: 99.84.208.102
Name: anydesk.com
Address: 99.84.208.32
Name: anydesk.com
Address: 99.84.208.12
Name: anydesk.com
Address: 99.84.208.48
Thanks in advance!