Hi rokky and welcome!
Toorox comes with guarddog firewall but does it need it? I've noticed iptables firewall starting during the boot process.
Guarddog is the GUI for iptables. After you have set the rules with guarddog
and make a reboot, iptables will load these rules on startup.
Despite having the necessary protocols enabled in guarddog, it will not let me online tilI I disable it.
Yes, you're right! Here is a workaround for you to fix it:
Open a terminal and type in as root:
rc-update del iptables boot
rc-update add iptables default
mcedit /etc/conf.d/modules
and remove the module-lines:
ip_tables
x_tables
ipt_addrtype
xt_...
nf_conntrack
Press F10 for save & exit and make a reboot.
It should work now.
Greetings Joern