Author Topic: What does this mean  (Read 771 times)

fuckoffmicrosoft

  • Member
  • **
  • Posts: 73
  • Kudos: 0
    • http://jeujeu.ath.cx
What does this mean
« on: 2 October 2002, 13:08 »
when i click on linux firewall in webmin this is what shows up

An error occured when checking your current IPtables configuration :

/lib/modules/2.4.18-10/kernel/net/ipv4/netfilter/ip_tables.o: init_module: Device or resource busy
/lib/modules/2.4.18-10/kernel/net/ipv4/netfilter/ip_tables.o: insmod /lib/modules/2.4.18-10/kernel/net/ipv4/netfilter/ip_tables.o failed
/lib/modules/2.4.18-10/kernel/net/ipv4/netfilter/ip_tables.o: insmod ip_tables failed
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
iptables v1.2.5: can't initialize iptables table `filter': iptables who? (do you need to insmod?)

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
What does this mean
« Reply #1 on: 2 October 2002, 13:54 »
It's not always necessary and you may have mentioned this before but it would be nice to get as much info as possible in the first message of a new thread.  Things like, which distro and version you are using.  You may have mentioned it but I have a short memory.

I just went into the firewall configuration in webmin v1.000-1 on RedHat 7.3 with no problem. I know that doesn't help you but knowing the distro, version and webmin version might. And whether you have iptables installed.

Actually I believe I remember you saying you had RedHat 7.3. If that is so it appears that you must have upgraded your kernel as the stock kernel that comes with 7.3 is 2.4.18-3 and you are showing 2.4.18-10. Did you do an upgrade or recompile of your kernel?

[ October 02, 2002: Message edited by: void main ]

Someone please remove this account. Thanks...

fuckoffmicrosoft

  • Member
  • **
  • Posts: 73
  • Kudos: 0
    • http://jeujeu.ath.cx
What does this mean
« Reply #2 on: 2 October 2002, 14:20 »
i did an upgrade of redhat 7.3 with the auto updater and i have the latest webmin
with all modules up to date

mobrien_12

  • VIP
  • Member
  • ***
  • Posts: 2,138
  • Kudos: 711
    • http://www.geocities.com/mobrien_12
What does this mean
« Reply #3 on: 2 October 2002, 14:29 »
It may be that you have ipchains loaded already.  

Try

/sbin/lsmod |less

and check every module that you have loaded.
In brightest day, in darkest night, no evil shall escape my sight....

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
What does this mean
« Reply #4 on: 2 October 2002, 14:30 »
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?
Someone please remove this account. Thanks...

mobrien_12

  • VIP
  • Member
  • ***
  • Posts: 2,138
  • Kudos: 711
    • http://www.geocities.com/mobrien_12
What does this mean
« Reply #5 on: 2 October 2002, 14:31 »
It may be that you have ipchains loaded already.  

Try

/sbin/lsmod |less

and check every module that you have loaded.
In brightest day, in darkest night, no evil shall escape my sight....

mobrien_12

  • VIP
  • Member
  • ***
  • Posts: 2,138
  • Kudos: 711
    • http://www.geocities.com/mobrien_12
What does this mean
« Reply #6 on: 2 October 2002, 14:33 »
sorry for double post... modem hung up in the middle of submission and it looked like it hadn't gone through.
In brightest day, in darkest night, no evil shall escape my sight....

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
What does this mean
« Reply #7 on: 2 October 2002, 14:36 »
No problem M, who the hell gave you one star? How dare they, I'll bring that up some right now!
Someone please remove this account. Thanks...

fuckoffmicrosoft

  • Member
  • **
  • Posts: 73
  • Kudos: 0
    • http://jeujeu.ath.cx
What does this mean
« Reply #8 on: 2 October 2002, 15:16 »
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?



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

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
What does this mean
« Reply #9 on: 2 October 2002, 15:21 »
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.
Someone please remove this account. Thanks...

fuckoffmicrosoft

  • Member
  • **
  • Posts: 73
  • Kudos: 0
    • http://jeujeu.ath.cx
What does this mean
« Reply #10 on: 2 October 2002, 15:47 »
thank again void man i appreciate the help if i ever get the cash to spare ill donate some to ya

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
What does this mean
« Reply #11 on: 2 October 2002, 16:01 »
Make checks payable to your favorite charity.  
Someone please remove this account. Thanks...

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
What does this mean
« Reply #12 on: 3 October 2002, 01:01 »
i gotta a better idea..... make checks payable to Bob. Our spiritualistic cult does not strive for material goods, therefore we have only what is given to us. And people have given very little, so we are poor.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

fuckoffmicrosoft

  • Member
  • **
  • Posts: 73
  • Kudos: 0
    • http://jeujeu.ath.cx
What does this mean
« Reply #13 on: 3 October 2002, 01:38 »
quote:
Originally posted by The Master of Reality / Bob:
i gotta a better idea..... make checks payable to Bob. Our spiritualistic cult does not strive for material goods, therefore we have only what is given to us. And people have given very little, so we are poor.


  :D