Operating Systems > Linux and UNIX

What does this mean

<< < (2/3) > >>

mobrien_12:
It may be that you have ipchains loaded already.  

Try

/sbin/lsmod |less

and check every module that you have loaded.

mobrien_12:
sorry for double post... modem hung up in the middle of submission and it looked like it hadn't gone through.

voidmain:
No problem M, who the hell gave you one star? How dare they, I'll bring that up some right now!

fuckoffmicrosoft:

quote:Originally posted by void main:


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?
--- End quote ---


ok here is copy
http://jeujeu.ath.cx/New%20Text%20Document.txt
ive just learned how to write firewall rules so if that makes a difference or not

voidmain:
Yep, you have ipchains running. Do this:

# ipchains -F
# ipchains -X
# /sbin/chkconfig ipchains off
# /sbin/service ipchains stop
# /sbin/chkconfig iptables on
# /sbin/service iptables start

This will disable ipchains and enable iptables and then webmin should work for ya.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version