Howdy, Stranger!

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


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
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 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;

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