Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Cisco PIX firewall
In case of MTS & Firewall you can directly set ports for dispachers, for
example
local_listener=LLIST92.WORLD.LV # Set alisace in tnsnames.ora
DISPATCHERS = "(address=(protocol=tcp)(host=host_monstr)(port=7021))
(dispatchers=1)(service=KTT02.world.lv)"
DISPATCHERS = "(address=(protocol=tcp)(host=host_monstr)(port=7022))
(dispatchers=1)(service=KTT02.world.lv)"
DISPATCHERS = "(address=(protocol=tcp)(host=host_monstr)(port=7023))
Configure Firawall on 1521, 7021, 7022, 7023.
PS As mentioned by others, port redirection have place in case of MTS.
Jurijs
+371 9268222 (+2 GMT)
"Daniel Wittry" <daniel.wittry_at_quest.com>
Sent by: oracle-l-bounce_at_freelists.org
2005.01.26 01:24
Please respond to daniel.wittry
To: <oracle-l_at_freelists.org> cc: Subject: RE: Cisco PIX firewall
I did this before [back when memory was a problem (so we used MTS)].
Forgive me if everybody already knows this...
Anyway, port 1521 is the starting port number, the mts server processes communicate back to the client on a redirected port. Therefore, you must tell your mts config (via init.ora params) which ports are allowed to be redirected to. For example, you have X number of concurrent sessions and therefore you open up x+50% ports in the range of, ohhhh, say 15500 thru 15600. tell the firewall that A) these ports are bi-directional and B) sql*net traffic is the protocol. I don't remember if ports are 1-to-1 for clients, but you could look that up.
A quick test...
You can tell Oracle NOT to redirect sql*net traffic and keep everything
on port 1521. you will quickly bottleneck the port I/O, but at least
you will get thru your firewall (assuming 1521 is open and supports
sql*net).
I'm not a firewall guy, I just told the sys/netAdmins to do it and they made it happen. I did the Oracle part. By the way, 7 years ago, not all firewalls supported sql*net traffic - ensure your specific firewall is certified for such.
__Dan
-- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-lReceived on Tue Jan 25 2005 - 19:23:07 CST
![]() |
![]() |