![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| can ping without firewall; no port 631 | Sonshyne5 | Linux | 0 | 05-30-2008 02:11 PM |
| ping port | xia | IP Networking | 5 | 02-05-2007 05:09 AM |
| Opening a port on HPUX 11 | SkyBlue | UNIX for Dummies Questions & Answers | 0 | 01-30-2006 08:39 AM |
| HPUX 10.2 number pad | esimeroth | UNIX Desktop for Dummies Questions & Answers | 0 | 06-06-2005 03:14 PM |
| ping to machine and count responses | trostycp | UNIX for Dummies Questions & Answers | 2 | 02-06-2004 08:54 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
ping remote Port Number from HPUX machine
I have 2 HPUX machines. Let say machine A and B. In HPUX machine A, I would like to ping the port number of machine B. Is there any command or any HPUX freeware available?
In windows, I can use some freeware to ping port to any type of machines (e.g. HPUX, Windows and etc). See URL below. http://www.tools4ever.com/products/m...g/portping.asp Last edited by Teh Tiack Ein; 12-04-2005 at 02:28 AM. |
| Forum Sponsor | ||
|
|
|
|||
|
Hello
I guess it all depends on if this will be automated and what you want to do with the result. The fastest way to check if a port is open is to telnet to the host on that port. Nmap might be useful for you, www.insecure.org/nmap. It will provide the ability to scan multiple ports to see if they are open and then give you a nice reponse you can either look at or add into your script. casphar@host:~# nmap -p 80 localhost Starting nmap 3.93 ( http://www.insecure.org/nmap/ ) at 2005-12-04 11:38 PST Interesting ports on localhost (127.0.0.1): PORT STATE SERVICE 80/tcp open http Nmap finished: 1 IP address (1 host up) scanned in 0.018 seconds casphar@host:~# |
|||
| Google The UNIX and Linux Forums |