Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: jackrnm on March 21, 2012, 06:01:37 PM

Title: iptables not loading in v.4.4
Post by: jackrnm on March 21, 2012, 06:01:37 PM
I'm a relative newbie to TCL and just upgraded from v.4.3 to v.4.4 by replacing old core.gz and vmlinuz with the new versions. Now I can't get my iptables to work. when I sudo iptables -nvL in terminal I get "netfilter-3.0.21-tinycore.tcz not found. I added /usr/local/sbin/basic-firewall noprompt to /opt/bootlocal.sh - no luck. Can anyone give me some suggestions how to fix this??
Title: Re: iptables not loading in v.4.4
Post by: Rich on March 21, 2012, 06:12:13 PM
Hi jackrnm
Did you follow the update instructions here:
http://forum.tinycorelinux.net/index.php/topic,12836.msg70361.html#msg70361
In particular, the part about AppsAudit?
It's probably complaining because you have   netfilter-3.0.3-tinycore.tcz    installed.
Title: Re: iptables not loading in v.4.4
Post by: AbNoRMiS on March 21, 2012, 06:23:18 PM
here need to add numbering as in previous paragraphs and highlight by bold color :)
if You have/use X then
AppsAduit -> Dependencies -> Build Reporting Database -> Fetch Missing

or if you only use Core (no X) or Xorg did not start and only have a system prompt use:
tce-audit builddb
tce-audit fetchmissing
Title: Re: iptables not loading in v.4.4
Post by: jackrnm on March 23, 2012, 08:19:34 AM
Many thanks - they work now.