Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: connections based on ip address
Hi!
Your can use the following...
Please test first!. :-)
1.- create a file named protocol.ora on the same path of your listener.ora and add these lines
tcp.validnode_checking=yes
tcp.invited_nodes=(ip_address1_or_hostname1, ip_address2_or_hostname2, ...)
2.- Optionally, you can add this third line:
tcp.excluded_nodes=(ip_address3_or_hostname3, ip_address4_or_hostname4, ...)
Note that you can just provide a list of invited nodes ie: all other nodes should be excluded.
Now, restart your listener to take the changes, and you've done.
HTH
JL
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Jose Luis Delgado INET: joseluis_delgado_at_yahoo.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu May 22 2003 - 09:41:55 CDT