Sponsored Content
Full Discussion: open ports solaris 8
Operating Systems Solaris open ports solaris 8 Post 302264160 by csgonan on Wednesday 3rd of December 2008 09:20:33 AM
Old 12-03-2008
open ports solaris 8

Hello,

I have a number of Solaris 8 Sun servers that have open ports that I cannot identify. I see some with 1013-1023 (which are reserved ports according to the IANA. Lsof does not identify these. I rebooted the server and they went off, but this morning I saw they were all back on again. Any suggestions or tools would be appreciated.

Thank you


*.1023 Idle
*.1022 Idle
*.1021 Idle
*.1020 Idle
*.1019 Idle
*.1018 Idle
*.1017 Idle
*.1016 Idle
*.1015 Idle
*.1014 Idle
*.1013 Idle
 

10 More Discussions You Might Find Interesting

1. Cybersecurity

closing open ports

/* Linux Slackware */ Nmap shows the following ports open on the gateway. 21/tcp ftp 22/tcp ssh 23/tcp telnet 25/tcp smtp 37/tcp time 80/tcp http 113/tcp auth 515/tcp printer 587/tcp submission 1024/tcp kdm 6000/tcp x11 ------------------------------- i would like to close as... (10 Replies)
Discussion started by: LowOrderBit
10 Replies

2. Linux

How To Open Ports in RedHat ?

how can i open ports i need in red hat server vs root access ? (7 Replies)
Discussion started by: Sirius
7 Replies

3. UNIX for Advanced & Expert Users

determining open ports

hi all 1) how to determine available ports in a box (solaris) do i have to go for a netstat on all the ports? 2) how to block a particular port for a particular type of connection. Any help would be greatly appreciated Thanks (7 Replies)
Discussion started by: matrixmadhan
7 Replies

4. Shell Programming and Scripting

Check open ports every ...

Hello, i need a script (bash type maybe?..), which would check open ports on 127.0.0.1 and then compare open ports with "registered/allowed" port list and try to kill the program who uses unregistered ports. It would be great that script would be started lets say every 5 or 10 minutes. You see i... (2 Replies)
Discussion started by: MorchiuS
2 Replies

5. AIX

Open Ports on System

Hi Every body, What is the command on AIX 5.2 that can be used to get all open ports? (2 Replies)
Discussion started by: aldowsary
2 Replies

6. UNIX for Dummies Questions & Answers

open ports solaris 8

Hello, I have a number of Solaris 8 Sun servers that have open ports that I cannot identify. I see some with 1012-1020 (which are reserved ports according to the IANA. Lsof does not identify these. One server has all these on and one server just has 1017. *.1023 ... (3 Replies)
Discussion started by: csross
3 Replies

7. Cybersecurity

Ports open on solaris/linux

Hi, I am trying to close all possible ports on my solaris and linux servers. I am stuck on the following ports on both Solaris 10 (local zone) and Linux (Suse) servers. Here is nmap output : PORT STATE SERVICE 22/tcp open ssh 80/tcp open http 1720/tcp open H.323/Q.931... (6 Replies)
Discussion started by: manifesto
6 Replies

8. Solaris

Open ports in solaris 10

hi guys, may i know the exact steps to open a port in solaris.i have some rough idea - which is adding the port number in /etc/services. but i am not sure the correct conventions, steps or any other steps. kindly advise.thanks guys ! (1 Reply)
Discussion started by: cromohawk
1 Replies

9. UNIX for Dummies Questions & Answers

open ports and services

just a quick question: a. whats the simplest command to check open port and the corresponding services? example: bash-2.05# netstat -an | grep LISTEN *.199 *.* 0 0 49152 0 LISTEN *.8989 *.* 0 0 49152 ... (1 Reply)
Discussion started by: lhareigh890
1 Replies

10. IP Networking

Open/close of ports

Hi, I have read some forum theads about the open and close ports. some points are clear and it is not working on my machine or something am i missing? I have commented out a port /etc/services, one application uses then when i use the telnet <hostname> <port_blocked> it shows connected..... (1 Reply)
Discussion started by: balamv
1 Replies
finger(1)						      General Commands Manual							 finger(1)

NAME
finger, f - Displays user information SYNOPSIS
finger [-bfhilmpqsw] [user...] The finger command displays information about the users in the passwd file. OPTIONS
Produces a briefer version of long format output. Suppresses display of header line (the first line that defines the displayed fields). Suppresses printing of files in long and brief long formats. Produces a quick listing with idle times. Forces long output format. Assumes user specified is an account name, not a given name or surname. Suppresses printing of files in long and brief long formats. Pro- duces a quick listing, including only login name, terminal name, and login time. Forces short output format. Forces narrow, short format listing. DESCRIPTION
By default, information for each user on the host is listed. This information includes the login name, terminal name and write status (an * (asterisk)) before the terminal name appears (if write permission is denied), and login time. The finger command uses a longer output format when you specify a user or a list of users. You can use account name, given name, or sur- name (as listed in /etc/passwd) to specify users. This multiline format includes the information described previously, as well as full name, office number, and phone number (if known); the user's home directory and login shell; idle time; any plan that the user has placed in the file in the user's home directory; and the project on which the user is working from the file in the home directory. (Idle time is minutes if it is a single integer, hours and minutes if a : (colon) is present, or days and hours if a d is present.) If a host is not specified, the information is for users on the local host; otherwise, the information is for users at the specified host. You can specify a user on a remote host by using the form user@host; if you specify @host alone, the standard format listing is provided on the remote system. If a long format printout is to be produced, the -l option is passed to the remote finger daemon. No other options are honored for remote finger queries. The finger command displays user information only if the specified host has a fingerd server running or inetd is configured to start fin- gerd. If fingerd is not running, the command returns a "Connection refused" error message. (For more information on setting up this server for your host, see the fingerd(8) daemon reference page.) If you want to make information available to other users who run finger on your user ID, you can create the following files in your home directory: A file that contains plans. The file can contain more than one line. A file that states what project you are currently working on. The file can contain only one line. The f command is a supported alias for the finger command. EXAMPLES
To get information about user frankel at host1, enter: $ finger frankel@host1 Login name: frankel In real life: Sam Frankel Office: 3D08 ext5555 Home phone: 555-9982 Directory: /u/frankel Shell: /usr/bin/sh Last login Thu Jun 28 10:37 on tty56 from venus.abc.org No plan. To get information about user chen at host1, when chen has both a and a file in his home direc- tory, enter: $ finger chen@host1 Login name: chen In real life: A. B. Chen Office: 3D10 ext5322 Home phone: 210-9876 Directory: /u/chen Shell: /usr/bin/sh On since May 16 11:06 on tty3 1 minute 2 seconds Idle Time Project: aquatic entomology Plan: Complete Phase 1 research by end of second quarter. Produce draft report by end of year. To get information about all users logged in to the host host1, enter: $ finger @host1 FILES
Contains user and accounting information. Contains user information. Contains last login times. Contains a user's plan. (Optional file) Contains one-line description of a user's project assignment. (Optional file) SEE ALSO
Commands: fingerd(8), hostname(1), inetd(8), rwho(1), users(1) finger(1)
All times are GMT -4. The time now is 02:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy