Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

iptables restart failed

Hello,
When i restart iptables on centos openvz, i get the following error:

iptables: Setting chains to policy ACCEPT: filter [ OK ]

iptables: Flushing firewall rules: [ OK ]

iptables: Unloading modules: iptable_filter iptable_filter ip_tables[FAILED]

iptables: Applying firewall rules: [ OK ]

Please help me

Comments

  • fitvpnfitvpn Member

    Drop OVZ, best way to resolve.

  • modules aren't available, check with your provider

    Thanked by 1NexHost
  • FrankZFrankZ Barred
    edited July 2015

    @hostbigspace - Nothing to resolve.
    If you don't want to see the

    iptables: Unloading modules: iptable_filter iptable_filter ip_tables[FAILED]

    Use "/etc/init.d/iptables reload"

  • AndreixAndreix Host Rep, Veteran

    If you just want to stop the iptables filter, you can use

    iptables -F; iptables -I INPUT -j ACCEPT; iptables -I OUTPUT -j ACCEPT;

  • FrankZ said: @hostbigspace - Nothing to resolve. If you don't want to see the

    "iptables: Unloading modules: iptable_filter iptable_filter ip_tables[FAILED]"
    Use "/etc/init.d/iptables reload"

    Nope din't work

  • Andreix said: If you just want to stop the iptables filter, you can use

    iptables -F; iptables -I INPUT -j ACCEPT; iptables -I OUTPUT -j ACCEPT;

    dint work either :/

  • FrankZFrankZ Barred
    edited July 2015

    hostbigspace said: Nope din't work

    @hostbigspace please explain your setup.
    Is this on an openVZ container?
    A KVM or Dedi running openVZ containers?
    Other Centos 6 ?

    /etc/init.d/iptables reload on CentOS 6 with an openVZ kernel should get you a response that looks like this..

    iptables: Trying to reload firewall rules:                 [  OK  ]
Sign In or Register to comment.