Ports Used by the Appliance
-A INPUT -p icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
COMMIT
3. Save the
iptables
file.
4. Restart the
iptables
service using the following command:
/etc/init.d/iptables restart
You have added the ports to CentOS 6.6 x64 firewall successfully.
Chapter 2: Introducing the Arcserve Appliance 61