[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::digital_unix

Title:DIGITAL UNIX(FORMERLY KNOWN AS DEC OSF/1)
Notice:Welcome to the Digital UNIX Conference
Moderator:SMURF::DENHAM
Created:Thu Mar 16 1995
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:10068
Total number of notes:35879

8889.0. "Connexion via telnet between IBM3174 and system Alpha UNIX 4.0A" by NETRIX::"[email protected]" (JEANCLAUDE LATAPIE) Wed Feb 19 1997 10:23

Hi,

Recently upgraded Alpha 2100 with DE300 interface and token ring from 
DECUNIX 3.2C to DECUNIX 4.0A , access from IBM terminaux connected to
terminal server IBM3174 ,can't connect to DIGITAL via telnet.
Telnet from IBM system and DEC are ok and from PC to DEC are also ok
via telnet and ftp.Ping is ok from 3174 to DEC system.
Port use by 3174 is 1026 and port use by Alpha is 1023.
RFC 1571 and RFC 1572 are implemented on unix 4.0.
We change the MTU value from 4092 to 1500 , 1492 , 1456, 576 without 
sucess

Thanks for your help,
JEAN CLAUDE
[Posted by WWW Notes gateway]
T.RTitleUserPersonal
Name
DateLines
8889.1NETRIX::"[email protected]"Bob SpearWed Feb 19 1997 13:1831
Hello Jean Claude,

	Take a look at your connection with tcpdump.  Look for the rejected
connection, then back up to the TOS field of the previous packet.

example:

12:26:20.366000 irvingirving.cxo.dec.com.2296 > mvssac1.rac.mci.com.ftp: . 
ack 60 win 33580 (DF) [tos 0xa6] <------Look at this!!
12:26:20.461648 mvssac1.rac.mci.com.ftp > irvingirving.cxo.dec.com.2296: R
447244960:447244960(0) win 0

Notice the field tos 0xa6, immediately followed by mvssac1 passing 
back R (reject).   TOS is type of service, it is controlled by /etc/iptos
file.  The TOS field in the Internet datagram is to specify how the datagram 
should be handled.  FTP and Telnet both use /etc/iptos if it is available, 
otherwise the application is supposed to default to values recommended by 
RFC1060.

Create your /etc/iptos owned by bin, bin 755 permissions and have it contain
the following:

ftp-control     tcp    0x10
ftp-data        tcp    0x08
telnet          tcp    0x10

That should fix you up!

Bob Spear       USEG Digital Unix Network Support

[Posted by WWW Notes gateway]
8889.2IBM3174NETRIX::&quot;[email protected]&quot;JEAN-CLAUDE LATAPIETue Apr 01 1997 08:188
Thank for your help

hardware upgrade of ibm3174 from version C3-1 to C6-1 solve the problem

Congratulations

Jean Claude
[Posted by WWW Notes gateway]