HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Restrict Root and Ora920 connection to one com...
Operating System - HP-UX
1836764
Members
2525
Online
110109
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
03-06-2006 01:54 AM
03-06-2006 01:54 AM
Restrict Root and Ora920 connection to one computer
My system run on HP-UX 11i and my rdbms is Oracle 9i R2; sysdba and sysoper priviliges are authenticated by operating system;My problem is that I would like to restrict Root and Ora920 connection to the database from only the cumputer with IP address (10.10.30.3);This to insure that none could connect to the database as Root or Ora920 apart from using my computer to telnet the server.
thank u.
thank u.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 02:03 AM
03-06-2006 02:03 AM
Re: Restrict Root and Ora920 connection to one computer
Hello,
You can use make use of "TCPWRAPPER",
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=TCPWRAP
More information,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=970058
-Arun
You can use make use of "TCPWRAPPER",
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=TCPWRAP
More information,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=970058
-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 08:55 AM
03-06-2006 08:55 AM
Re: Restrict Root and Ora920 connection to one computer
Since you're using telnet (you really should look into using SSH), you can make use of the /var/adm/inetd.sec file. Just add lines that looks like this:
shell allow 127.0.0.1 10.10.30.3
login allow 127.0.0.1 10.10.30.3
This will prevent any telnet sessions from connecting to the box unless they come from the box itself or your computer.
See the inetd.sec man page for complete details
shell allow 127.0.0.1 10.10.30.3
login allow 127.0.0.1 10.10.30.3
This will prevent any telnet sessions from connecting to the box unless they come from the box itself or your computer.
See the inetd.sec man page for complete details
Remember, wherever you go, there you are...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 08:55 AM
03-06-2006 08:55 AM
Re: Restrict Root and Ora920 connection to one computer
Since you're using telnet (you really should look into using SSH), you can make use of the /var/adm/inetd.sec file. Just add lines that looks like this:
shell allow 127.0.0.1 10.10.30.3
login allow 127.0.0.1 10.10.30.3
telnet allow 127.0.0.1 10.10.30.3
This will prevent any telnet sessions from connecting to the box unless they come from the box itself or your computer.
See the inetd.sec man page for complete details
shell allow 127.0.0.1 10.10.30.3
login allow 127.0.0.1 10.10.30.3
telnet allow 127.0.0.1 10.10.30.3
This will prevent any telnet sessions from connecting to the box unless they come from the box itself or your computer.
See the inetd.sec man page for complete details
Remember, wherever you go, there you are...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP