Ports Used by the Appliance
How to Add Ports to CentOS 6.6 x64 Firewall
If you upgrade the Arcserve Appliance pre-installed Linux Backup Server to v6.5
Update 2, then after the upgrade you need to manually add some ports to Linux
that has CentOS 6.6 x64 firewall.
Follow these steps:
1. Navigate to the following path:
vi /etc/sysconfig/iptables
2. In the
iptables
file, manually add the following lines that are mentioned in
bold if not present already:
# Firewall configuration written by system-config-firewall
# Manual customization of this file is not recommended.
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 67 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 69 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8014 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8016 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8017 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8021 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8035 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8036 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 50000 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 50001 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 50002 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 50003 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 50004 -j ACCEPT
-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
60 Arcserve Appliance User Guide