Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How it is correct bind LISTENER to only localhost???

681312Jan 22 2009 — edited Jan 22 2009
OS: Linux Fedore 8
ORACLE: 10.2.0 XE
have: 2 external interfaces and 1 local as localhost
Problem: to hide 1521 port of LISTENER from external interfaces and bind to localhost interface. I try change listener.ora as follows:

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
)
)

I received that wanted, but the web interface was down and not started longer. I was returned all back.
How it correctly to change host listener to localhost and save web interface standard means without iptables etc., at least by means of the same hosts.deny or ...., better if it is be oracle means???

sorry for my english)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 19 2009
Added on Jan 22 2009
2 comments
2,974 views