- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: access list in hp-ux 11i
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
07-26-2005 05:32 PM - last edited on 08-24-2014 08:16 PM by Lisa198503
07-26-2005 05:32 PM - last edited on 08-24-2014 08:16 PM by Lisa198503
access list in hp-ux 11i
Hi All,
please tell me,how can i put access list. only selected PC ip can telnet my server.
P.S. This thread has been moved from HP-UX Technical Documentation to HP-UX > networking. -HP Forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 05:58 PM
07-26-2005 05:58 PM
Re: access list in hp-ux 11i
Hope you are doing great. Well please refer to the link which I am sending you.
http://www.avici.com/documentation/HTMLDocs/02223-06_revBA/Routing_Pol41.html
Regards,
Lokesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 06:01 PM
07-26-2005 06:01 PM
Re: access list in hp-ux 11i
It is defined in the file /var/adm/inetd.sec
You can also configure it through sam
-> Networking and communications
-> System Access
-> Internet Services (Here you can restrict telnet access)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 06:08 PM
07-26-2005 06:08 PM
Re: access list in hp-ux 11i
You can achive this using /var/adm/inetd.sec file. Pls find details at the below link.
http://docs.hp.com/en/B2355-90685/ch02s04.html#bcfcibbe
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 06:31 PM
07-26-2005 06:31 PM
Re: access list in hp-ux 11i
If the file is not existing create file there with touch or cat.
cat > /var/adm/inetd.sec
telnet deny
You can also obtain this with /etc/profile by matching with who -u last field.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 07:34 PM
07-27-2005 07:34 PM