Re: Manually opening TCP ports

2008-03-07 Thread Fred C
You can do that with bash. Ex: $ cat http://blogmag.net/blog/read/49/Network_programing_with_bash -fred- On Mar 6, 2008, at 11:47 PM, 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

Re: Manually opening TCP ports

2008-03-07 Thread Dan Nelson
In the last episode (Mar 07), Siraj Shaikh said: > 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 a

Re: Manually opening TCP ports

2008-03-07 Thread Girish Venkatachalam
On 07:47:19 Mar 07, 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

Re: Manually opening TCP ports

2008-03-07 Thread nepbabu
Hi Siraj, Thus spoke Siraj Shaikh on Friday, 7 March 2008 at 7:47:19 +: > 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 po

Re: Manually opening TCP ports

2008-03-07 Thread Siraj Shaikh
On 07/03/2008, Wojciech Puchar <[EMAIL PROTECTED]> wrote: > > > > 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.

Re: Manually opening TCP ports

2008-03-07 Thread Armando Cambra
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 <[EMAIL PROTECTED]> wrote: > > Hello > > I am just wondering if there is a utility (or any feature in FreeBSD) > that allows me to

Re: Manually opening TCP ports

2008-03-07 Thread Wojciech Puchar
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. man nc Also, is there any way of running a service on more than a singl

Manually opening TCP ports

2008-03-06 Thread Siraj Shaikh
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