quote:
Originally posted by fuckoffmicrosoft:
i did an upgrade of redhat 7.3 with the auto updater and i have the latest webmin
with all modules up to date
Ok, hopefully you can answer the following questions. First type this:
# /sbin/lsmod | grep table
If iptables is loaded you should get one or more modules listed in when executing the above command. The modules might include:
ip_tables
iptable_nat
iptable_mangle
iptable_filter
Do you get any of the above? If you do not type this:
# /sbin/lsmod | grep chain
Do you get any output from the above command?
If you get no output from either command type this:
# /sbin/service iptables start
Do you get any errors? If not again, run the command:
# /sbin/lsmod | grep table
Do you now get output?
If not type:
# /sbin/insmod ip_tables
Do you get any errors?