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 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. man nc

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 ports

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

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 any

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 any

Re: Manually opening TCP ports

2008-03-07 Thread Fred C
You can do that with bash. Ex: $ cat /dev/tcp/nist1.symmetricom.com/13 54496 08-01-31 02:30:53 00 0 3 345.7 UTC(NIST) * for more informaiton on how to do network programing with bash http://blogmag.net/blog/read/49/Network_programing_with_bash -fred- On Mar 6, 2008, at 11:47 PM, Siraj Shaikh

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