Ranger802004 / asusmerlin

ASUS Merlin
GNU General Public License v3.0
34 stars 3 forks source link

Domain VPN Routing v2.1.2-beta3 - Query Policy - ***Error*** #11

Closed dorner365 closed 8 months ago

dorner365 commented 8 months ago

Hi,

One of the ipsets that's working alright and gathered a few hundred IPs over the past week started showing the following error:

Select the Policy You Want to Query: Query Policy: New IP Addresses detected for Updating Policy: Updated Policy: ipset v7.6: Null-valued element, cannot be stored in a hash type of set domain_vpn_routing: Query Policy - Error Failed to add 0.0.0.0 to IPSET: DomainVPNRouting--ipv4

Press Enter to continue...

All the domains in the policy's ipset list resolve to proper IP addresses. As I said, it all works fine.

Ranger802004 commented 8 months ago

That's interesting, your router must have failed to query a domain and returned that as the value. You can use the deleteip function to remove it from a policy.

dorner365 commented 8 months ago

Yes, indeed, that's one option - to manually use deleteip to remove it.

The other one would be to programmatically disallow that address.

Ranger802004 commented 8 months ago

Yes, obviously I'm going to consider that but right now I'm giving you a workaround solution to resolve your immediate issue.

dorner365 commented 8 months ago

Fair enough.

Thank you.