- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Security - block oracle's listener port
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 01:03 AM
04-17-2003 01:03 AM
Security - block oracle's listener port
I want to block, for a specific host, oracle's listener port.
I 've write in the /etc/services the line:
oralis 1521/tcp
and in the inetd.sec, i've write:
oralis deny "oracle-client" "oracle server"
and i've run the inetd -c command.
But the client can open the oracle's istance on the oracle server.
Why? I've forgot something?
Best Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 01:19 AM
04-17-2003 01:19 AM
Re: Security - block oracle's listener port
Oracle does not use HP-UX's inetd.sec facility to establish network connections. Try to get information on how to block connections from specific hosts from the documentation of Net8.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 01:27 AM
04-17-2003 01:27 AM
Re: Security - block oracle's listener port
See link for details;
http://www.dutchworks.nl/htbin/hpsysadmin?h=3&dn=81226&q=oracle%20listener%20block&fh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 01:41 AM
04-17-2003 01:41 AM
Re: Security - block oracle's listener port
But it still depends as how you configure your listener. ora file as which port you have mentioned.
The best way to change the port is to change the port no. from 1521 to another in the listener.ora file and startup your listener.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 02:21 AM
04-17-2003 02:21 AM
Re: Security - block oracle's listener port
You can use protocol.ora (as mentioned above), the problem is that you have to restart the listener to make the changes in this file active.
We had the same problem: we needed a dynamic filtering of hosts without restarting the listener. We uses ipfilter (small and easy to use firewall software for HP)
Chris