Operating System - Linux
1830242 Members
2313 Online
109999 Solutions
New Discussion

Firewall setting for Oracle Report Server

 
Eddy Chan_1
Occasional Advisor

Firewall setting for Oracle Report Server

We have a Oracle Report Server serving port 1949 inside our firewall.
Other servers inside the firewall work well with the Report Server.

After we use NAT to map a real IP address to the internal Report Server, the Report Server is not responding to any request send from outside.

Do you have similar experience? Could you share with me?
FYI, our firewall is a RedHat Linux 7.2 running "iptables".

Thanks in advance!
Eddy Chan
4 REPLIES 4
Mark Fenton
Esteemed Contributor

Re: Firewall setting for Oracle Report Server

I would recommend you do a little digging to see where the communication is failing -- whether the server is receiving anything from external or is able to respond to external.

Firewall logs might give you a hint as to where the communication is failing, or if not, then run a sniffer, such as Ethereal or tcpdump and note any traffic bound for or coming from the Report server.

Hope this helps.
Mark
U.SivaKumar_2
Honored Contributor

Re: Firewall setting for Oracle Report Server

Hi
Have you opened the port 1949 in the firewall so that outside clients can access that service.

regards,
U.SivaKumar
Innovations are made when conventions are broken
Eddy Chan_1
Occasional Advisor

Re: Firewall setting for Oracle Report Server

Sure I had opened port 194 in iptables but outside server cant go through this port
Eddy Chan
U.SivaKumar_2
Honored Contributor

Re: Firewall setting for Oracle Report Server

Hi,
Have given ipchains to accept port 1949 on the both your external and internal interfaces.
(bi-directional)

regards,
U.SivaKumar
Innovations are made when conventions are broken