Updating ip table rules

Updating ip table rules

When you need to add a firewall rule in Linux, you will need to edit the iptables file, which is located in /etc/sysconfig . Before you make any changes be sure to make a copy of the current iptables file in the event something happens. Once the changes have been made, run the command: service iptables restart    
    • Related Articles

    • Basic IPTABLES rules

      Open up ports for selected services: ​---------------------------  we can start adding selected services to our firewall filter. The first such thing is a localhost interface: iptables -A INPUT -i lo -j ACCEPT We tell iptables to add (-A) a rule to ...
    • csf bacula rules/exceptions

      If you are running bacula and csf you must add an exceptions to the following IP's in /etc/csf/csf.allow and /etc/csf/csf.ignore 127.0.0.1 96.125.182.114 10.4.0.114 10.4.0.11/8 67.22.128.170/20 67.22.128.0/20 96.125.182.0/20 Finally you also need to ...
    • How to allow IP in RDP (Remote Desktop Rule) Windows Firewall

      To create an inbound firewall rule for a program or service Open the Group Policy Management Console to Windows Firewall with Advanced Security. In the navigation pane, click Inbound Rules. Click Action, and then click New rule. On the Rule Type page ...
    • Dedicated IP with cPanel

      Unfortunately, with the depletion of IPv4 IP addresses globally, these really are not as readily available as they once used to be and each usage needs to be absolutely justified you can read more about IPv4 depletion here ...
    • How to repair a crashed MySQL table/database

      Symptoms: If your site/application is displaying something similar to: Table './user_dbname/dbprefix_table' is marked as crashed and should be repaired Resolution: 1. Access phpMyAdmin (link can be found in your control panel under Database -> MySQL ...