<snip> > I need to open the 8901, 4446 and 5555 ports for my installation. I > cannot find anything about this on the Red Hat documentation pages
You need to adjust the rules for your iptables. There's a gui way (the command for which I can't remember, since I never use it) and a text way. You can, as root, edit the file "/etc/sysconfig/iptables" to add the rules to allow those ports, and then run an "/etc/init.d/iptables restart" to make the rules take effect. If you have a default RedHat 9 install, adding something like this should work: -A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 8901 --syn -j ACCEPT -A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 4446 --syn -j ACCEPT -A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 5555 --syn -j ACCEPT Ben -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list