- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- question about 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-2002 12:00 PM
03-18-2002 12:00 PM
I was wondering if this is a valid line in inetd.sec
telnet deny 216.224.128-191.*
I am trying to block telnet from an ip range.
Thanks
Richard
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:03 PM
03-18-2002 12:03 PM
Re: question about inetd.sec
shell deny 10.3-5.*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:09 PM
03-18-2002 12:09 PM
Re: question about inetd.sec
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:11 PM
03-18-2002 12:11 PM
Re: question about inetd.sec
Just cat inetd.sec, and will give you the same explanation in the eg: given in the starting of file.
The network range can be specified by this.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:18 PM
03-18-2002 12:18 PM
Re: question about inetd.sec
I know you didnt mean
cat inetd.sec
you meant
man inetd.sec
But I cant say nothing I dont know where my head is .. not even trying to do a man on inetd.sec.
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:23 PM
03-18-2002 12:23 PM
Re: question about inetd.sec
Actually I meant CAT :
# cat /var/adm/inetd.sec
The starting of the file will give you an eg: and it's explanations.
You can get more information from manges though.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:29 PM
03-18-2002 12:29 PM
Re: question about inetd.sec
I didnt have one in /var/adm
So I had to vi and create inetd.sec ..!!
But after reading your last post I found the original inetd.sec in
/usr/newconfig/var/adm/inetd.sec
And when I cat that .. I see the info you are talking about :)
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:57 PM
03-18-2002 12:57 PM
Re: question about inetd.sec
If you create the inetd.sec file manually, then make sure about the permissions of the file. Read the man pages for information on this. This file contains security information and may lead in to problems if you don't secure it.
HTH,
Shiju