Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: tcp port
"Your Firewall Blocks Redirects
Symptom
You are trying to make Net8 connections through a firewall. When the Net8 listener redirects your connection to a dedicated server process or to an MTS dispatcher, a new port number is assigned. Your firewall blocks this port number, so connections cannot be made.
Possible solution
This is a common problem, and most commercial firewall products have a built-in capability to deal with Net8 connections. You should consult your firewall documentation for information on enabling your firewall's Net8 support.
If your firewall does not support Net8 directly, you may be able to work around the problem using Connection Manager or multi-threaded server. Connection Manager can be placed inside the firewall, and connections can be routed through it. The redirect happens between Connection Manager and the listener, and since both are inside the firewall, it no longer presents a problem. The client outside the firewall communicates with Connection Manager, and that port number never changes. The section on Connection Manager describes this solution in more detail.
With multi-threaded server, you can configure each dispatcher with a fixed
protocol address, which includes a port number. You can then open up those
ports in your firewall. Incoming connections are handed off to a dispatcher.
Since the dispatcher port numbers are known, and are open in the firewall,
connections should be successful. This solution is described in the section
on Multi-Threaded Server, and only works for MTS connections.
"
"Cippalippa99" <cippalippa99_at_tin.it> wrote in message
news:nv82luckeap4243dj93oolv0116be004il_at_4ax.com...
>
> Hello.
>
> I have a asp application in a network at address 192.168.1.1 /
> 255.255.255.0 and a oracle server in 192.168.2.1 / 255.255.255.0
>
> A linux firewall in middle whit iptables.
>
> If firewall is down the application run, if firewall is up the
> application don't work.
>
> I have open 1521 and related port but it's not sufficent.
>
> Can you help me ?? Which tcp / udp port i've forgot ??
>
> Tanks and sorry for bad english O:-)
>
Received on Wed Aug 07 2002 - 10:22:34 CDT
![]() |
![]() |