Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2000 10:29:41 +0100
From:      Edwin Groothuis <mavetju@chello.nl>
To:        Jonathan Chen <jonathan.chen@itouch.co.nz>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Port 3201
Message-ID:  <20001215102844.C55279@d9168.upc-d.chello.nl>
In-Reply-To: <20001215104407.B64193@itouchnz.itouch>; from jonathan.chen@itouch.co.nz on Fri, Dec 15, 2000 at 10:44:07AM %2B1300
References:  <001801c065c8$262075e0$0a01a8c0@argay.com.au> <20001215104407.B64193@itouchnz.itouch>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 15, 2000 at 10:44:07AM +1300, Jonathan Chen wrote:
> On Thu, Dec 14, 2000 at 11:19:37PM +1100, Arthur wrote:
> > I have a DNS & Webserver running and have someone wishing to use port 3201 so they can have particular users access their program through this port. 
> > 
> > I am running FreeBSD 2.2.6 but when I check port 3201 it is not there. 
> > 
> > Any information greatly appreciated.
> 
> It's there all right. What you need to find out from your someone is
> what they expect to find at port 3201. There needs to be a program of
> some sort listening on port 3201 on your FreeBSD box for a response of
> to happen.

lsof will give the info you need:

[~] edwin@kludge>/usr/local/sbin/lsof  | grep sshd
sshd       9825   root    4u  IPv4 0xc8090500        0t0     TCP *:ssh (LISTEN)

Or grep on LISTEN, will give you a nice overview also.

Edwin

-- 
Edwin Groothuis   | Fatal Dimensions:
mavetju@chello.nl | http://fataldimensions.nl.eu.org/
------------------+ telnet://fataldimensions.nl.eu.org:4000
Trenton@FinalFantasy: y r all fucken coders wierd and negative except me?


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001215102844.C55279>