Networking Forums

Networking Forums > Computer Networking > Linux Networking > help configuring telnet

Reply
Thread Tools Display Modes

help configuring telnet

 
 
Ed J
Guest
Posts: n/a

 
      09-06-2006, 10:16 PM
How can a telnet client be configured to:
1. not operate in line mode,
2. not echo characters locally,
3. not translate a carriage return to CRLF, and
3. and not require a telnet server on the other end to negotiate options?

I know number 3 sounds strange, but I'm trying to use telnet to
communicate with a NET232 device from GridConnect.com. The
NET232 device is an ethernet-to-serial converter that I use as a passthru
to access the serial port of another device, and I don't think the NET232
really has a telnet server running in it. It works fine when I use a
HyperTerminal's TCP/IP connection mode from a Windowswmachine,
but I need access from a Linux box (SUSE 10.0).

Is there an alternative to telnet that implements a very simple TCP/IP
chat session on a specifiable port number?

Thanks,
Ed Jubenville



 
Reply With Quote
 
 
 
 
Allen Kistler
Guest
Posts: n/a

 
      09-06-2006, 10:30 PM
Ed J wrote:
> How can a telnet client be configured to:
> 1. not operate in line mode,
> 2. not echo characters locally,
> 3. not translate a carriage return to CRLF, and
> 3. and not require a telnet server on the other end to negotiate options?
>
> I know number 3 sounds strange, but I'm trying to use telnet to
> communicate with a NET232 device from GridConnect.com. The
> NET232 device is an ethernet-to-serial converter that I use as a passthru
> to access the serial port of another device, and I don't think the NET232
> really has a telnet server running in it. It works fine when I use a
> HyperTerminal's TCP/IP connection mode from a Windowswmachine,
> but I need access from a Linux box (SUSE 10.0).
>
> Is there an alternative to telnet that implements a very simple TCP/IP
> chat session on a specifiable port number?


netcat will probably do what you want. Depending upon the build, it has
a -t switch to do telnet negotiation, but otherwise it doesn't. Since
it's not a terminal program, it doesn't echo, translate, or any of those
other things.
 
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
Enable root access to telnet with krb5-telnet Phoe6 Linux Networking 2 06-08-2007 11:00 AM
ssh to telnet shawn modersohn Windows Networking 3 11-15-2005 06:12 PM
Telnet DJ Craig Linux Networking 5 02-19-2005 01:48 PM
Telnet DJ Craig Linux Networking 0 02-17-2005 08:24 PM
telnet wd Linux Networking 3 09-10-2003 12:55 PM



1 2 3 4 5 6 7 8 9 10 11