open ports solaris 8

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • csgonan
    New Member
    • May 2007
    • 3

    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
  • micmast
    New Member
    • Mar 2008
    • 144

    #2
    You can verify open ports with the netstat command and if you use the -p option, normally you should get a list of the services that are using these ports.

    I hope this helps

    Comment

    • csgonan
      New Member
      • May 2007
      • 3

      #3
      Thank you. I used that command to see that they shut off after a reboot but they were on the next morning. They are idle UDP ports. RPC is not running either.

      Again, thanks.

      Comment

      Working...