LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Sabayon (https://www.linuxquestions.org/questions/sabayon-86/)
-   -   IPSET not allowing creations of DB (https://www.linuxquestions.org/questions/sabayon-86/ipset-not-allowing-creations-of-db-4175621148/)

lazydog 01-07-2018 09:25 AM

IPSET not allowing creations of DB
 
Hello,

It took some doing but I got IPSET up and running but now I hasve the issue that I cannot create any DB's.
Code:

# ipset create Block-Indefinite-4 hash:ip hashsize 4096
ipset v6.32: Kernel error received: Invalid argument

Anyone know why this would be a problem?

I'm using this setup from GITHUB

IPSET is running;
Code:

# systemctl status ipset                                                                                                                                                                                                                                                                                                       
● ipset.service - IP sets for iptables                                                                                                                                                                                                                                                                                             
  Loaded: loaded (/usr/lib/systemd/system/ipset.service; enabled; vendor preset: disabled)                                                                                                                                                                                                                                         
  Active: active (exited) since Sat 2018-01-06 11:30:39 EST; 22h ago                                                                                                                                                                                                                                                               
  Process: 4881 ExecStop=/usr/libexec/ipset/ipset.start-stop stop (code=exited, status=0/SUCCESS)                                                                                                                                                                                                                                   
  Process: 4923 ExecStart=/usr/libexec/ipset/ipset.start-stop start (code=exited, status=0/SUCCESS)                                                                                                                                                                                                                                 
 Main PID: 4923 (code=exited, status=0/SUCCESS)                                                                                                                                                                                                                                                                                     

Jan 06 11:30:39 sabayon systemd[1]: Starting IP sets for iptables...
Jan 06 11:30:39 sabayon ipset.start-stop[4923]: Loaded with no configuration
Jan 06 11:30:39 sabayon systemd[1]: Started IP sets for iptables.



All times are GMT -5. The time now is 09:35 PM.