From owner-freebsd-questions@FreeBSD.ORG Fri Mar 7 07:47:20 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 679881065672 for ; Fri, 7 Mar 2008 07:47:20 +0000 (UTC) (envelope-from siraj.shaikh@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.184]) by mx1.freebsd.org (Postfix) with ESMTP id 3CF158FC17 for ; Fri, 7 Mar 2008 07:47:20 +0000 (UTC) (envelope-from siraj.shaikh@gmail.com) Received: by rv-out-0910.google.com with SMTP id g13so218549rvb.43 for ; Thu, 06 Mar 2008 23:47:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=OQqXxLc/xYtI3RchHk92iKNCbbABKGY6eVJaUlLvf+Y=; b=qxSBAyc8qTYsYN5E1P6jO0GRu9+RSGLwEzFnkv7oiQ90pK/4hqiHjS/l5WDOtL8/JNlLfQEiXDDqfqJr3CofP2dlWK+zu7u38ieYQdDiFZ/ELbXax2sSvO+ctGXEcOPUTT4oDxo/BcX1wi4bFx9GJOkXXSVg/Lvn59t3D4aQn1k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=L6CmtA6qumSGSH6DZrHeYHLRj7So4ixf9fN2CE7QPZ0+IhV3Y9SPppHtB2EQ3aujLvGv5fl9hksgVeG5RYgAtfQ2w03vr900lJdFD0G7F10x2TvTNcU4udb/IFSaBo7FNyB9B1PqjjWEVSRUcAVhFkGdficaFUhCXa5ui1eFpjs= Received: by 10.141.161.6 with SMTP id n6mr335259rvo.41.1204876039874; Thu, 06 Mar 2008 23:47:19 -0800 (PST) Received: by 10.140.162.17 with HTTP; Thu, 6 Mar 2008 23:47:19 -0800 (PST) Message-ID: <3b2ddd940803062347w3fefeb72w519ac28ca73f24d7@mail.gmail.com> Date: Fri, 7 Mar 2008 07:47:19 +0000 From: "Siraj Shaikh" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Manually opening TCP ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2008 07:47:20 -0000 Hello I am just wondering if there is a utility (or any feature in FreeBSD) that allows me to manually open a TCP port on a machine. I am looking for a way that could either allow me to open ALL or many TCP ports on a machine. Also, is there any way of running a service on more than a single port, or on all or many ports? Thanks