Re: Making a TCP or UDP or Unux Socket Server Listen on a port

2001-11-16 Thread shyamk
itriy Kropivnitskiy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Saturday, November 17, 2001 2:01 AM Subject: Re: Making a TCP or UDP or Unux Socket Server Listen on a port Can your systems ping each other? On Thursday 15 November 2001 11:35 am, [EMAIL PROTECTED] wrote: > I

Re: Making a TCP or UDP or Unux Socket Server Listen on a port

2001-11-16 Thread Dmitriy Kropivnitskiy
Can your systems ping each other? On Thursday 15 November 2001 11:35 am, [EMAIL PROTECTED] wrote: > I am having Server Programs (for TCP,UDP,Unix Sockets) , that listen on a > port number say , 9888 at > 10.10.1.4 > and they are being contacted by a Client (for TCP,UDP,Unix Sockets) Linux > mach

Re: Making a TCP or UDP or Unux Socket Server Listen on a port

2001-11-15 Thread nate
said: > > > My Clients and Server (socket programs) do not communicate at all > on this network . > > Please guide me on what I should do . if you figure out a way to do this lemme know theres a couple apps id like to do it with too. from what ive read there isn't a way to do it without having t

Re: Making a TCP or UDP or Unux Socket Server Listen on a port

2001-11-15 Thread Rich Puhek
>From "man services": services is a plain ASCII file providing a mapping between friendly textual names for internet services, and their underlying assigned port numbers and protocol types. So... that file is just a way to translate between port names and numbers, not a ma

Making a TCP or UDP or Unux Socket Server Listen on a port

2001-11-15 Thread shyamk
I am having Server Programs (for TCP,UDP,Unix Sockets) , that listen on a port number say , 9888 at 10.10.1.4 and they are being contacted by a Client (for TCP,UDP,Unix Sockets) Linux machine from 10.10.1.1 . Both macines are on the LAN , nothing more nothing less . We have not yet gone for a