How it is correct bind LISTENER to only localhost???
681312Jan 22 2009 — edited Jan 22 2009OS: 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)