Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

ports

  • 26-07-2001 4:21pm
    #1
    Registered Users, Registered Users 2 Posts: 2,518 ✭✭✭


    is there a command that shows you what ports are open on a particular machine?

    I'm trying to configure a php webmail script and I need to know whether imap is running or not (normally it runs on 143).


Comments

  • Closed Accounts Posts: 2,525 ✭✭✭JustHalf


    A portscanner?

    You could always try "telnet <ip> 143" - I think that works.


  • Registered Users, Registered Users 2 Posts: 16,414 ✭✭✭✭Trojan


    Use a portscanner.(make sure there's no problem with the admins)

    Do a websearch, there's tonnes.

    Al.


  • Registered Users, Registered Users 2 Posts: 2,518 ✭✭✭Hecate


    yeah I thought i might need to use a portscanner, just reckoned there might be a command to list them.

    heh, I am the admin smile.gif


  • Registered Users, Registered Users 2 Posts: 3,744 ✭✭✭deRanged


    netstat -a will show you the active connections. (I'm assuming you can log into the box).


  • Closed Accounts Posts: 296 ✭✭moist


    Or indeed sockstat on FreeBSD, also shows the process id and process name that
    has the socket open.
    netstat -ap on linux will give somthing similar.


  • Advertisement
Advertisement