Article 4TD63 [SOLVED] UFW doesn't work - antiX-19

[SOLVED] UFW doesn't work - antiX-19

by
walker
from LinuxQuestions.org on (#4TD63)
To say the plain truth it's not an antiX nor UFW related problem as I discovered.

UFW is wrritten around iptables, libip4tc0, libip6tc0, libiptc0, libxtables12 version 1.6.

Following no longer tested Debian fake stable Buster, antiX uses version 1.8 of aforementioned libraries which have broken retrocompatibility with their 1.6 version.

To have ufw working also on antiX-19 despite the installed kernel using a 17,4,1 live and grab

$ apt-get download iptables

and in the same way the other aforementioned needed libraries and save them on your antiX-19 installation.

Start antiX-19 and install downgrading from the installed 1.8 using dpkg -i the previous downloaded packages and set them to hold

# apt-mark hold iptables libip4tc0 aso

install or reinstall UFW and you are done.

Debian seems no longer well done and well tested as in the past better always check and don't trust too much in them. IMHOlatest?d=yIl2AUoC8zA latest?i=c8FX293VRQk:lf_gKhTW17g:F7zBnMy latest?i=c8FX293VRQk:lf_gKhTW17g:V_sGLiP latest?d=qj6IDK7rITs latest?i=c8FX293VRQk:lf_gKhTW17g:gIN9vFwc8FX293VRQk
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments