Opening a port in firewalld on RHEL for Oracle GoldenGate (Microservices)

        Bobby Curtis

        Opening a port in firewalld on RHEL for Oracle GoldenGate (Microservices)

        With Oracle GoldenGate (Microservices) running on Linux, there is a setting that needs to be configured.  I you are like me, the internal firewall (firewalld) on many flavors of Linux always sneaks up on you.  When installing Oracle GoldenGate (Microservices), you’ll need to open ports on this internal firewall either for standard ports (80 or 443); or you can just turn it off.  Seeing that most security professionals would prefer not to turn off the firewall, this means you have to open ports.

        To open ports on an internal firewall on Linux, the following should be done:

        1. List all allowed ports:

        $ sudo firewall-cmd —list-ports

        2. Add the port that needs to be opened

        $ sudo firewall-cmd —add-port=443/tcp

        Note: When using Oracle GoldenGate (Microservices), port 443 or port 80 is only used when running behind an NGINX reverse proxy

        3. Make the change permanent

        $ sudo firewall-cmd —runtime-to=permanent

        After performing these three steps, you should now be able to access the GUI for Oracle GoldenGate (Microservices).

        Enjoy!

        Recent posts

        Related Posts

        RheoData achieves Service Expertise in Oracle GoldenGate

        Three and a half-years after our owner/founder left Oracle; RheoData has earned the Oracle Service...

        Read more

        Removing a MySQL Heatwave Cluster

        Recently I’ve been playing with Oracle’s MySQL Database Service (MDS) and testing out the Heatwave...

        Read more

        EMd360 – Oracle Enterprise Manager Health Checks

        Read more