- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- looking for The port uses by NIS
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
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
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
тАО12-08-2005 08:23 PM
тАО12-08-2005 08:23 PM
looking for The port uses by NIS
I have my Nis/Nis+ server which are based in a client and my workstation is based in my company.The network is protected by a firewall and i would like to know which ports i should open on the firewall to be able to see my Nis server.I can not open all for safety reasons.
The workstation is porperly set (/var/yp/ypservers/domainname is correctly set as the /etc/rc.config.d/namesvrs)
My workstation can ping the nis servers but can not bind the Nis servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-09-2005 12:15 AM
тАО12-09-2005 12:15 AM
Re: looking for The port uses by NIS
Dear Goujon,
the follwoing ling has the ports used by all standard services
http://www.spirit.com/Resources/ports.html
HtH,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-09-2005 01:45 AM
тАО12-09-2005 01:45 AM
Re: looking for The port uses by NIS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-09-2005 01:54 AM
тАО12-09-2005 01:54 AM
Re: looking for The port uses by NIS
Dear Goujon,
Try this in the server, this will list the ports at which the various daemons running. This shoud the ports that needs to be opened.
Go thru the attachment.
rpcinfo -p localhost
With Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-09-2005 02:20 AM
тАО12-09-2005 02:20 AM
Re: looking for The port uses by NIS
NIS and NIS+ servers ussually do not use standard ports. Nis uses high ephemeral (temporary) ports,
Using "rpcinfo" command you can find out which are the ports that currently
Nis processes (ypserv, ypbind etc) are using and you can 'allow' them.
Also NIS uses RPC, and at your firewal you have to turn on RPC bind over TCP. ( Checkpoint F/W)
In general it is rare to use NIS/NIS+ with a firewal, and troubleshooting is difficult, in case of trouble try to use tcpdump it might give you some
clues.
Enjoy !
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-09-2005 02:43 AM
тАО12-09-2005 02:43 AM
Re: looking for The port uses by NIS
nmap -P0 -sT servername
http://hpux.ee.ualberta.ca/hppd/hpux/Networking/Admin/nmap-3.93/
Rgds...Geoff