| View previous topic :: View next topic |
| Author |
Message |
starburst
Joined: 09 Oct 2007 Posts: 12
|
Posted: Tue Nov 25, 2008 11:57 am Post subject: TELNET |
|
|
I have telnet application configured and daemon running on linux server.
It's registered in my yoics web console. I tried using port 21 and 23 in Yoics setup file in /etc/yoics.
My web console shows the blue smiley, but it doesn't execute a telnet session.
Is there an additional java applet I need to install to get this to work?
Using Centos 5.2 Final. Have telnet-server 1:0.17.el5 and telnet 1:0.17-39.el5 installed.
Using Firefox 3+ on WinXP PRO SP3 for web console.
Thanks
| Code: |
#:
# Yoics Example VNC config file target localhost:5900 with type of VNC
#
# Yoics Service Configuartion File - This file configures the Yoics Software
#
# This software identifies what type of service you wish to share and what port
# it runs on.
#
#****************************************************************************************
# Proxy Configuration Section - this is the main configuration section you should
# set each one of these items depending on the service you wish to share.
#****************************************************************************************
#
# You must set an application type, this tells the viewer which service to lanch to view
# this share.
#
# Application Type - 0-32767 Yoics Defined; 32768-65535 Experimental
# 0000 IP camera
# 0001 Generic TCP
# 0002 Telnet Tunnel
# 0003 Subversion Tunnel
# 0004 VNC Tunnel
# 0005 Microsoft Remote Desktop
# 0006 File Share (WEBDAV Compatable)
# 0007 HTTP proxy force local tunnel
# 0008 HTTPS proxy force local tunnel
# 0009 reserved
# 0010 HTTPS device
# 0011 ITUNES
# 0012 Web Folder
# 0013 Network Printer
# 0014 TVersity
# 0015 Video
# 0016 Video
# 0017 Photo Folder
# 0018 Camera Folder
# 0025 RTSP Streaming Video
#
# Contact Yoics to register your service.
#
application_type 2
#
# MFID - 0-32767 Yoics Defined; 32768-65535 Experimental
# 0 = yoics
#
manufacture_id 0
#
# Version - 0-65535
#
application_version 0
#
# Subversion - 0-65535
#
application_subversion 01
#
#Platform version - 0-65535 in dec.
#
platform_version 0
#
# Proxy Server Dest Port, Set to desired TCP port to share, must be specified
#
proxy_dest_port 23
#
# UID index - if you wish to run mulitple yoicsd's on a system and use
# the mac address as the UID, make sure that this is unique so they won't collide.
# This option has no effect if the UID is specified in this file, or the uid_init
# option is set. This defaults to "id_index 0" if not specified as it does
# nothing. id_index can be from 0-255.
#
#id_index 1
#
#****************************************************************************************
# Advanced Section, leave alone for best results
#****************************************************************************************
#
# max outstanding depth - Maximum packet jitter buffer
#
max_depth 8
#****************************************************************************************
# Secret - Remove or comment out line to reset this servers secret
# Be careful on removing UID below this line as it may be registered to this device.
#****************************************************************************************
# password - erase this line to unregister the device
|
Last edited by starburst on Tue Nov 25, 2008 12:11 pm; edited 1 time in total |
|
| Back to top |
|
 |
mycal
Joined: 04 Dec 2006 Posts: 353
|
Posted: Tue Nov 25, 2008 12:08 pm Post subject: |
|
|
We currently only support attaching to a telnet session from the desktop not www.yoics.net.
-M |
|
| Back to top |
|
 |
starburst
Joined: 09 Oct 2007 Posts: 12
|
Posted: Tue Nov 25, 2008 12:27 pm Post subject: |
|
|
Ok. I have the windows Yoics desktop running (2.6.2.0).
I see my blue Yoics smiley in the desktop app.
I double click it and see progress at the bottom of the desktop. Progress stops, shows Online and secure, but no telnet session opens.
Am I doing something wrong here? Do I need VNC-SERVER installed on my linux server to enable this to work?
I tried with proxy port 21 and 23, stopping and starting the daemon each time. |
|
| Back to top |
|
 |
mycal
Joined: 04 Dec 2006 Posts: 353
|
Posted: Sat Mar 20, 2010 4:46 am Post subject: |
|
|
| Unless you modify the registry to automatically launch telnet, you will have to launch telnet by hand and connect to 127.0.0.1 at the port number specified. |
|
| Back to top |
|
 |
|