Bug 53551

Summary: telnet update to 0.17.6x-18 changes default "mode" behaviour
Product: [Retired] Red Hat Linux Reporter: Ralf Ertzinger <ertzinger>
Component: telnetAssignee: Harald Hoyer <harald>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-02-15 09:57:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ralf Ertzinger 2001-09-11 12:45:10 UTC
Description of Problem:
When using the updated telnet client to connect to a Bianca/BrickXL (a ISDN dialin router), the default linemode has changed from the behaviour of telnet-0.16-6 (RH 6.2 default).
When using 0.16-6, linemode is negotiated as follows:

telnet> status
Connected to xxxxxxxxxxxxx
Operating with LINEMODE option
.....

Using 0.17.6x-18:
telnet> status
Connected to xxxxxxxxxxx
Operating in obsolete linemode
....


Unfortunately, the router in question does not like the obsolete linemode (this is how I noticed the problem).


Version-Release number of selected component (if applicable):
0.17.6x-18


How Reproducible:
Always

Steps to Reproduce:
1. Use telnet to connect to the router in question
2. Issue a telnet escape sequence
3. use "status" to check linemode

Actual Results:
telnet is using "obsolete linemode"


Expected Results:
telnet should use "LINEMODE"


Additional Information:
Looking at a tcpdump output of the connection I noticed that telnet-0.16-6 (the old one) sends one packet more than telnet-0.17 (the new one).
The packet in question is sent from the client to the server, and contains option negotiations.
The options negotiated in 0.16 but not in 0.17 are:
- Do suppress go ahead
- will Terminal Type
- will negotiate about window size
- will Terminal Speed
- will Remote Flow Control
- will Linemode                             (sic!)
- will New Environment Option
- Do Status

Comment 1 ted_rule 2002-02-15 09:57:14 UTC
This is almost certainly the same bug as that associated with BugZilla ID
56679, namely that all telnet option negotiation is effectively disabled by 
default. Please see my comments and suggested patch and possible workround in 
that BugZilla ID for more information.


Comment 2 Harald Hoyer 2002-02-28 10:58:48 UTC

*** This bug has been marked as a duplicate of 56679 ***