Replies: 1 comment
-
Hello, The error message you're getting suggests that there's no nftables set defined in your define-ipv4 netdev filter geo-netdev4 AD,BI define-ipv4 inet filter geo-inet4 AD If you define four sets in your refill-sets.conf file then there needs to be four matching sets with the same names defined in your https://github.com/wirefalls/geo-nft/wiki/Example-IPv4-IPv6 Then follow the User Guide for set up and testing. Also, I noticed that your version of nftables is older then the minimum requirement, so I don't know if it will work or not. The README file lists nftables v0.9.0 or newer, but you can still try it out and see if it works. I hope this helps you get things running. |
Beta Was this translation helpful? Give feedback.
-
Ubuntu 18.04.6 LTS
nft -v
nftables v0.8.2 (Joe Btfsplk)
when i sudo geo-nft has some err happen:
Checking for settings in /etc/nftables/geo-nft/refill-sets.conf
geo-nft.sh v2.2.10:
The following 'define-ipv4' line in /etc/nftables/geo-nft/refill-sets.conf
does not point to a valid nftables set defined in your main ruleset (nftables.conf):
define-ipv4 netdev filter geo-netdev4 AD,BI
Invalid settings were found in 'refill-sets.conf'.
Automatic generation of /etc/nftables/geo-nft/refill-sets.nft will be skipped.
refill-sets.conf:
Beta Was this translation helpful? Give feedback.
All reactions