Hi all, i have an interesting and strange TCP problem:
- Two aix boxes on different subnets
- connections and all commands passed by xterm are ok
- connections and all commands passed by ftp are ok
But the same command passed by telnet causes tcp packet lost
Example:
- all commands sending back lot of display like ls -alrt in /tmp are freezing and the same command in ftp session is ok.
- a simple ls in / with only some files to display is ok
Using TCPDUMP on the two systems here commes what i can see
Telnet from machine A to machine B
Command ls -alrt /tmp send by machine A
Command recieved by machine B
Data packet send from machine B to machine A
Packet never arrived to machine A
Machine B still try to retransmit few times
Timeout
Machine B send Reset packet to machine A
Reset packet arrived on machine A
It seems to be ok for small sized packet only
Same tcpip config same mtu
mtu adapted for intermediate router and ok
no specific route only default gateway
The same commands send to another system on the same switch and router as machine B are ok.
Only machine B act this way !!!!
Any idea ??
- Two aix boxes on different subnets
- connections and all commands passed by xterm are ok
- connections and all commands passed by ftp are ok
But the same command passed by telnet causes tcp packet lost
Example:
- all commands sending back lot of display like ls -alrt in /tmp are freezing and the same command in ftp session is ok.
- a simple ls in / with only some files to display is ok
Using TCPDUMP on the two systems here commes what i can see
Telnet from machine A to machine B
Command ls -alrt /tmp send by machine A
Command recieved by machine B
Data packet send from machine B to machine A
Packet never arrived to machine A
Machine B still try to retransmit few times
Timeout
Machine B send Reset packet to machine A
Reset packet arrived on machine A
It seems to be ok for small sized packet only
Same tcpip config same mtu
mtu adapted for intermediate router and ok
no specific route only default gateway
The same commands send to another system on the same switch and router as machine B are ok.
Only machine B act this way !!!!
Any idea ??