RE: pc2pc unix-tips.eng

From: Bob Romprey (zoot@farts.com)
Date: Thu Jul 26 2001 - 08:57:38 CEST


('binary' encoding is not supported, stored as-is) No you don't have to disable your pygmy sever as it's running on port 80. And yes this will work over a modem, ethernet card, or even a "slipped or plipped" cable.....any device that talks TCP/IP
and you will have to define a matching port number for both ends of your "nc" connection
port 5555 sounds good as it's a non priviliged port (<1024)
Try typing at your command prompt
nc -h
It'll give you an error message and some VERY terse info on usage.
Better yet go grab your own netcat along with a few sample scripts and some other docs(included in "nc110.tgz") at
http://packetstorm.securify.com
You'll have to use their search feature to easily find it though

>Reply-To: mulinux@sunsite.dk
> jknoors@zonnet.nl mulinux@sunsite.auc.dkDate: Wed, 25 Jul 2001 16:29:04 +0200
> pc2pc unix-tips.eng
>Hello folks,
>
>In the help menu (mu 12.0) the is a section wich describes a pc to
>pc connection, using netcat. Not the pc2pc documentation but the
>unix-tips.eng, lines 257,261,282 and 283.
>However, it doesn't describe if this would work over a network, a
>serial cable, modem or all these possibilitys together.
>Since I don't know what all the portnumbers are good for ( it didn't
>connect) I tried now to do this with IP-numbers
>IP-adresses are : 192.168.1.1 and 192.168.1.2 ; Ping command
>works fine, but the command # nc -n 192.168.1.1 > /myfile.tgz
>results in the message: no ports found.
>
>On the other computer I issue the command: # cat myfile.tgz | nc -l
>-n 192.168.1.2
>
>So why does the documentation mention port 5555 ?
>What are port numbers for?
>Do I have to disable the PYGMY server?
>Greetings, Jef Knoors
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.dk
>For additional commands, e-mail: mulinux-help@sunsite.dk

------------------------------------------------------------
Visit the world's greatest site at http://www.farts.com and listen to the fart
of the day. Also, get your very own farts.com E-mail account. FREE!!!!!

---------------------------------------------------------------------
To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.dk
For additional commands, e-mail: mulinux-help@sunsite.dk



This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:19 CET