限制特定IP访问【BLOCKING BY SPECIFICALLY IP ADDRESS】
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://miracle.blog.51cto.com/255044/50341 |
If you want to block some connections from specifically ip address and not use fire wall, you can add some parameters in the sqlnet.ora that can achieve what you want. for example: /u02/oracle/product/9.2.0/network/admin/sqlnet.ora # Generated by Oracle configuration tools. NAMES.DEFAULT_DOMAIN = localdomain NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME) #This turns on the hostname/IP checking for your listeners tcp.validnode_checking=yes #invited nodes of the ip address tcp.invited_nodes=(192.168.11.89,192.168.11.3) #exclude a list of clients tcp.excluded_nodes=(192.168.11.100) remember,you need restart listener. Just a small tip -:) 本文出自 “Be the miracle!” 博客,请务必保留此出处http://miracle.blog.51cto.com/255044/50341 本文出自 51CTO.COM技术博客 |



Larry.Yue
博客统计信息
热门文章
最新评论
友情链接