WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: netfilter-4.19.10-tinycore64.tcz  (Read 2248 times)

Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
netfilter-4.19.10-tinycore64.tcz
« on: February 03, 2019, 01:59:12 PM »
@Juanito

Ran into an issue while upgrading a CorePure64 server to 10.x. Verified on a clean install in a VM.
While attempting to implement firewall, I received an error:
Code: [Select]
modprobe: can't load module nf_conntrack (kernel.tclocal/net/netfilter/nf_conntrack.ko.gz): unknown symbol in module, or unknown parameter
modprobe: can't load module nf_conntrack (kernel.tclocal/net/netfilter/nf_conntrack.ko.gz): unknown symbol in module, or unknown parameter
iptables v1.8.2 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.8.2 (legacy): Couldn't load match `state' No such file or directory

Offline andyj

  • Hero Member
  • *****
  • Posts: 1020
Re: netfilter-4.19.10-tinycore64.tcz
« Reply #1 on: February 03, 2019, 03:29:56 PM »
Are you missing a dependency file? Check that you have netfilter-KERNEL loaded. There is another problem that you'll need to wait for a fix. Between xtables_addons 2.14 and 3.2 the database path changed. I've fixed the patch for the source for the database path and recompiled the extension. It may take a few days to propagate through. If you don't want to wait PM me for a direct link.

Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
Re: netfilter-4.19.10-tinycore64.tcz
« Reply #2 on: February 03, 2019, 05:08:42 PM »
The modules throwing the errors are a part of netfilter-KERNEL which I have installed and is the only dependency of iptables. There is no rush, i simply booted back to my paralleled 9.0 install.

Sent from my LG-K450 using Tapatalk


Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: netfilter-4.19.10-tinycore64.tcz
« Reply #3 on: February 03, 2019, 09:04:17 PM »
xtables-addons-KERNEL updated in the CorePure64 repo

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: netfilter-4.19.10-tinycore64.tcz
« Reply #4 on: February 04, 2019, 12:35:55 AM »
Oh, netfilter finally requires ipv6. Which depends on netfilter, haha. They might have to be combined into one extension, leaving ipv6 as a dummy.
The only barriers that can stop you are the ones you create yourself.

Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
Re: netfilter-4.19.10-tinycore64.tcz
« Reply #5 on: February 04, 2019, 01:53:50 AM »
Installing ipv6-KERNEL does solve the problem. Thanks!

Sent from my LG-K450 using Tapatalk