- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: port contrlo
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-2006 01:59 AM
03-18-2006 01:59 AM
port contrlo
Is there any software to Install it on Tru64 to control the opend port
I have Trucluster on 5.1
Please advice
Regards
Nabil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2006 02:21 AM
03-18-2006 02:21 AM
Re: port contrlo
Here is one of many recent articles on 'port control':
http://www.msnbc.msn.com/id/10704051/
:-)
Sorry, couldn't help myself considering your name & stated country.
Seriously though, please try to clarify your question for better help.
Are you maknig or using a daemon?
A standard task (FTP, NTP,...) or your own application?
Somethign to do with /etc/services and reserved port ranges perhaps?
Kindests regards,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2006 07:39 AM
03-18-2006 07:39 AM
Re: port contrlo
Actally I have one important customer in Jordan he need to secure TruCluster servers
So with netstate command there is too many ports at listening status, so we need to know which port to open and whcih to close
offcousre I know all known ports at /etc/servies and I know how to close it
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2006 03:15 PM
03-18-2006 03:15 PM
Re: port contrlo
> and whcih to close
Close the ones which you don't use, and leave
open the ones which you do use. How can
anyone else know which is which?
Many people put an IP router between an
external network and the internal systems
which should be protected. Even a simple
router will offer some port filtering
capability.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 01:21 AM
03-20-2006 01:21 AM
Re: port contrlo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 02:39 AM
03-20-2006 02:39 AM
Re: port contrlo
While it is true that the clusters require the rcommands to pass information and status checks, you can substitute the use of ssh for
the rutils by enabling EnforceSecureRutils in the /etc/ssh2/ssh2_config file on each system.
This will for the system to use s* commands anytime an r* command is used.
For more on this see section B.4 in the v5.1b Security Administration guide in the on line docs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 02:59 AM
03-20-2006 02:59 AM
Re: port contrlo
Actually there is firewall for outside network,
But my customer want to assure that there is no weak point for inside people to use existing opened port as hole to log to system i'm trying to convince them thats not possible but when they execute netstat they find to many listening ports they need to know every port listening for which purpose if its OK and that normal --- fine But if there is a hole in one of these ports I need to close it
Regards