As an example, we will here set up one of the ports so that a user can connect to a serial console attached to it through telnet to a defined port number.
When the TC is booted, one can telnet into it, using the default password "access" if not configured otherwise. Please see the manual for this. Now there's some configuration to do to configure it for telnet access to serial consoles attached to it.
First, we set up the basic connection parameters (adjust as necessary):
CHANGE PORT 1 DEFAULT PROTOCOL DIAL
CHANGE PORT 1 ACCESS REMOTE
CHANGE PORT 1 FLOW CONTROL XON
CHANGE PORT 1 PARITY NONE
CHANGE PORT 1 SPEED 9600
Then we set up the telnet listener:
DEFINE PORT 1 ACCESS REMOTE AUTOBAUD DISABLED AUTOCONNECT DISABLED
DEFINE PORT 1 BREAK DISABLED DEDICATED NONE DSRLOGOUT DISABLED
DEFINE PORT 1 DTRWAIT ENABLED INACTIVITY LOGOUT DISABLED
DEFINE PORT 1 INTERRUPTS DISABLED LONGBREAK LOGOUT DISABLED
LOGOUT PORT 1
CHANGE TELNET LISTENER 2001 PORTS 1 ENABLED
CHANGE TELNET LISTENER 2001 IDENTIFICATION "computer name goes here"
CHANGE TELNET LISTENER 2001 CONNECTIONS ENABLED
Finally, you can check the configuration against one that's proven to work: mine.
THIS DATA IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DATA, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
All product and brand names mentioned on there pages and in the source code are registered names and/or trademarks of the respective owner and are mentioned for identification purposes only.
For a full copyright notice, please see this link.