From owner-freebsd-questions@FreeBSD.ORG Fri Mar 7 08:27:57 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 D4FED106566C for ; Fri, 7 Mar 2008 08:27:57 +0000 (UTC) (envelope-from acambra@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.224]) by mx1.freebsd.org (Postfix) with ESMTP id 86CB78FC28 for ; Fri, 7 Mar 2008 08:27:57 +0000 (UTC) (envelope-from acambra@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so211168qbd.7 for ; Fri, 07 Mar 2008 00:27:57 -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:cc:in-reply-to:mime-version:content-type:references; bh=8Fq8vl6w/jFZV9je8X4HSrIEAb+TWXOh+6H4H/HtbeU=; b=qs3yEdso5yJbYasfa3p4I2U8/8k8ZTupcoSBGYz/DQAE1Xo6vPV64QM0W+azgf43PmwEuBLV2WB3ubYsxTXEjO6mMpOrHnEBtGUlBYaIzwFK55e/5tnHAhhsh2UVZYdCiTuNHgeaAZxoh+FPTQv2MaCdBRC0pv3BQupjANvGm0k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=P64z6GeRu4ZaZzrE3rMO15dft1bkpMjKKmoFgnFWxw13VKzzlHeD1QWyfbozIf9QEIiBs8THb5crXdSlQf1Pp6EZX8PtUuEcUgpsfX7LTppTLkagGEme7lAdrlQw/mFkSOcZXVU/0Xv0L189lL2H8MRVUgeyE7MJW5323oUJlic= Received: by 10.142.14.20 with SMTP id 20mr462399wfn.2.1204877572762; Fri, 07 Mar 2008 00:12:52 -0800 (PST) Received: by 10.143.187.9 with HTTP; Fri, 7 Mar 2008 00:12:52 -0800 (PST) Message-ID: Date: Fri, 7 Mar 2008 09:12:52 +0100 From: "Armando Cambra" To: "Siraj Shaikh" In-Reply-To: <3b2ddd940803062347w3fefeb72w519ac28ca73f24d7@mail.gmail.com> MIME-Version: 1.0 References: <3b2ddd940803062347w3fefeb72w519ac28ca73f24d7@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: 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 08:27:58 -0000 Hi, have a look at netcat (http://www.freebsd.org/cgi/man.cgi?query=nc). You can listen and or send on a tcp or udp port. Regards, Armando On 3/7/08, Siraj Shaikh wrote: > > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >