(Click to open topic with navigation)
If your site is running firewall software on its hosts, you will need to configure the firewall to allow connections to the products in your installation.
This topic provides an example and general instructions for how to open ports in your firewall. The actual port numbers for the various products will be provided in the installation instructions for that product.
SUSE 12-based systems use SuSEfirewall2 as the default firewall software. If you use different firewall software, refer to your firewall documentation for opening ports in your firewall.
The following is an example of adding port 1234 when using SuSEfirewall2.
[root]# vi /etc/sysconfig/SuSEfirewall2 FW_SERVICES_EXT_TCP="1234" [root]# service SuSEfirewall2 restart