- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /etc/services and inetd.sec
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
03-18-2003 09:21 PM
03-18-2003 09:21 PM
Is it possible to specify a port on /etc/services like oracle port. then use the inetd.sec to restrict the ip who want to access the oracle.
If not is there another solution.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 09:46 PM
03-18-2003 09:46 PM
SolutionIt's possible
look at some the ports we are using for MQSeries testing.
# Required for MQ Inatall/Migration/CSD QMGR and Channel testing
MQXZ1 1422/tcp # MQ XZ
MQXZ2 1423/tcp # MQ XZ
MQXZ3 1424/tcp # MQ XZ
MQXZ4 1429/tcp # MQ XZ
MQXZ5 1430/tcp # MQ XZ
MQCOM1 1455/tcp # MQ test port
MQCOM2 1456/tcp # MQ test port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 09:46 PM
03-18-2003 09:46 PM
Re: /etc/services and inetd.sec
see man inetd.sec
Regards
Sudhakar J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 09:48 PM
03-18-2003 09:48 PM
Re: /etc/services and inetd.sec
Inetd.sec provides an additional layer of security to services started / provided by inetd daemon.
If you run a service through inetd daemon ( entry in /etc/inetd.conf ), on a given port (/etc/services ) then, Yes you can use inetd.sec to restrict access.
Srini.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 10:13 PM
03-18-2003 10:13 PM
Re: /etc/services and inetd.sec
Do you specify your MQseries on inetd.conf or just in services only?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 02:48 AM
03-19-2003 02:48 AM
Re: /etc/services and inetd.sec
You have to make entry in /etc/services and /etc/inetd.conf
once this thing is done then you can use inetd.sec to add another layer of security.
if you r using HP UX 11i you can use ipfilter/9000 to do this.
http://www.hp.com/products1/unix/operating/infolibrary/briefs/ipfilter_sbrief_0204.pdf
This may help you
sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 05:40 AM
03-19-2003 05:40 AM
Re: /etc/services and inetd.sec
sorry for the delay. as i was in busy.
Yes we specify in inetd.conf also
# grep -i regr services inetd.conf
services:#For MQSeries Regression
services:REGR 3600/tcp
inetd.conf:#For MQSeries Regression and Stress
inetd.conf:REGR stream tcp nowait mqm /opt/mqm/bin/amqcrsta amqcrsta -m RE