Mailing List Archive

Telnet
Hello,

Does anyone know if there is a way we can use telnet with conserver??

Hemang
RE: Telnet [ In reply to ]
You can use any protocol to connect based on how you write your configuration.
for example:
console
myremoteplatform{
master ConserverServer;
host myrouter@mydomain.com;
logfile "/var/tmp/conserver/console-&.log";
logfilemax 1M;
portbase 0;
portinc 1;
port 2007;
type host;
rw *;
protocol telnet;
motd "Have a nice day";
}


________________________________

From: users-bounces@conserver.com on behalf of Hemang Thakkar (hethakka)
Sent: Fri 8/10/2007 4:10 PM
To: users@conserver.com
Subject: Telnet


Hello,

Does anyone know if there is a way we can use telnet with conserver??

Hemang