Howdy, Stranger!

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


iptables restart failed
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

GoSSDHostingGoSSDHosting Member, Host Rep

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 Veteran
    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 Member, Host Rep

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

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

  • GoSSDHostingGoSSDHosting Member, Host Rep

    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

  • GoSSDHostingGoSSDHosting Member, Host Rep

    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 Veteran
    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.