Networking Forums

Networking Forums > Computer Networking > Linux Networking > Echo server for Linux

Reply
Thread Tools Display Modes

Echo server for Linux

 
 
Gregg C Levine
Guest
Posts: n/a

 
      02-03-2004, 05:53 AM
Hello from Gregg C Levine
Any suggestions for launching an echo server on a box running Slackware Linux?
This is version 9.1 of the product. (For those who care.) I plan on having the box
generate these echo packets, and have them picked up on a remote box, running
something else. Please provide pointers, even code samples.
Gregg C Levine drwho8 atsign att dot net
This message is dedicated to the Enterprise Engineering squad.
Miracles made to order.

 
Reply With Quote
 
 
 
 
Andrey Asadchev
Guest
Posts: n/a

 
      02-03-2004, 08:48 AM
Gregg C Levine wrote:
> Hello from Gregg C Levine
> Any suggestions for launching an echo server on a box running Slackware Linux?
> This is version 9.1 of the product. (For those who care.) I plan on having the box
> generate these echo packets, and have them picked up on a remote box, running
> something else. Please provide pointers, even code samples.
> Gregg C Levine drwho8 atsign att dot net
> This message is dedicated to the Enterprise Engineering squad.
> Miracles made to order.
>


$ cat /etc/inetd.conf | grep -B2 echo
#
#:INTERNAL: Internal services
#echo stream tcp nowait root internal
#echo dgram udp wait root internal

Inetd provides this services. In case you use xinetd, consult man
xinetd.conf to see how to enable echo.
Either xinetd or inetd should be in Slackware distribution
 
Reply With Quote
 
Gregg C Levine
Guest
Posts: n/a

 
      02-03-2004, 11:41 AM
Hello from Gregg C Levine
Okay thanks! I had an inspired guess after I sent off the message, but that's it.
Thank you again.
Gregg C Levine drwho8 atsign att dot net
This message is dedicated to the Enterprise Engineering squad.
Miracles made to order.

In article <bvnqnj$uhrdv$(E-Mail Removed)>,
(E-Mail Removed) says...
>
>Gregg C Levine wrote:
>> Hello from Gregg C Levine
>> Any suggestions for launching an echo server on a box running Slackware

Linux?
>> This is version 9.1 of the product. (For those who care.) I plan on having the

box
>> generate these echo packets, and have them picked up on a remote box, running
>> something else. Please provide pointers, even code samples.
>> Gregg C Levine drwho8 atsign att dot net
>> This message is dedicated to the Enterprise Engineering squad.
>> Miracles made to order.
>>

>
>$ cat /etc/inetd.conf | grep -B2 echo
>#
>#:INTERNAL: Internal services
>#echo stream tcp nowait root internal
>#echo dgram udp wait root internal
>
>Inetd provides this services. In case you use xinetd, consult man
>xinetd.conf to see how to enable echo.
>Either xinetd or inetd should be in Slackware distribution


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't run multiple instances of the same echo-server yazwas Linux Networking 2 07-17-2007 04:14 PM
telnet echo on/off causes strange crlf echo dcre Linux Networking 0 04-10-2006 10:27 PM
Voice Echo.. help - CyberMail - Broadband 8 04-22-2005 09:56 AM
Echo in the Neighborhood Dave B Windows Networking 3 04-16-2004 11:56 PM
Strange ping echo, what does it mean? Mike Dowling Linux Networking 1 02-15-2004 11:35 AM



1 2 3 4 5 6 7 8 9 10 11