- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can you lock a port for specific IP addresses?
Operating System - HP-UX
1819794
Members
3135
Online
109607
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
Discussions
Discussions
Discussions
Forums
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
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
тАО07-11-2008 06:42 AM
тАО07-11-2008 06:42 AM
Can you lock a port for specific IP addresses?
Is there a way on HP-UX to lock down access to a port from only certain IP addresses? Is there a UNIX access restriction product or process that would allow only certain IP addresses to get to certain ports ?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2008 07:02 AM
тАО07-11-2008 07:02 AM
Re: Can you lock a port for specific IP addresses?
You don't say what port...but maybe inetd.sec could be a quick simple help.
If you wanted to lock out any telnet sessions from anyone in the 10.10.20.x subnet you could put:
telnet deny 10.10.20.*
Or if you only wanted to allow ftp from two select IP's you could put:
ftp allow 10.10.20.111 10.10.30.222
Read the instructions inside the inetd.sec file. I'm sure others can offer more suggestions. Not to mention controlling things at the network (router/firewall) level.
Rgrds,
Rita
If you wanted to lock out any telnet sessions from anyone in the 10.10.20.x subnet you could put:
telnet deny 10.10.20.*
Or if you only wanted to allow ftp from two select IP's you could put:
ftp allow 10.10.20.111 10.10.30.222
Read the instructions inside the inetd.sec file. I'm sure others can offer more suggestions. Not to mention controlling things at the network (router/firewall) level.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2008 07:14 AM
тАО07-11-2008 07:14 AM
Re: Can you lock a port for specific IP addresses?
Hi,
Yap, U can do it. U can HP-UX internal tool "nettill" (check man page) or U can install third party tool like "Ethereal" Network Analyzer.
Help link:-
==========
"HP-UX IPFilter Version 15.01 Administrator's
Guide" (http://docs.hp.com/en/B9901-90042/ch05s01.html)
BR/
Yaqub
Yap, U can do it. U can HP-UX internal tool "nettill" (check man page) or U can install third party tool like "Ethereal" Network Analyzer.
Help link:-
==========
"HP-UX IPFilter Version 15.01 Administrator's
Guide" (http://docs.hp.com/en/B9901-90042/ch05s01.html)
BR/
Yaqub
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2008 05:08 PM
тАО07-11-2008 05:08 PM
Re: Can you lock a port for specific IP addresses?
nettl and ethereal (or wireshark or tcpdump) are only tracing tools, not access control tools. ipfilter though is what one would probably want to use to restrict access to ports (based on IP address.
there is no rest for the wicked yet the virtuous have no pillows
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP