[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

Re: Telnet server

Fabien Wernli wernli@in2p3.fr
Thu, 5 Jun 2008 04:00:25 -0700 (PDT)


Hi,

On Wed, Jun 04, 2008 at 04:16:32PM -0600, Dylan VanHerpen wrote:
> console newyork {
>         master localhost;
>         logfile /dev/null;
>         type exec;
>         exec telnet newyork.mydomain.com;
> }

you don't need exec type there, use host instead

> the telnet session is initiated as soon as conserver runs. How can I
> make it establish on-demand only?

use ondemand option

> Thanks in advance!

thank 'man conserver.cf' instead