Operating System - HP-UX
1837450 Members
3416 Online
110117 Solutions
New Discussion

TCPS_SYN_SENT in RST flag (remsh)

 
Cristian_4
Regular Advisor

TCPS_SYN_SENT in RST flag (remsh)

Hi,

Im doing a remsh command from A to B, sometimes works and sometimes dont.

After a quick sniff to the network packets i discovered the following

working connection
1- A sends SYN to B
2- B replies SYN ACK to A
A- A sends PUSH ACK to B ... and everything goes fine after that

not working connection
1- A sends SYN to B
2- B replies ACK to A
3- A sends RST to B with TCPS_SYN_SENT-Bad_seq in the packet .... after that the remsh fails

A is a HPUX 11.0
B is a Sun 5.8

any ideas ?
4 REPLIES 4
Stephen Keane
Honored Contributor

Re: TCPS_SYN_SENT in RST flag (remsh)

Do you have PHNE_33159 installed? Is it relevent to your machne as you haven't posted details of what your HP machine is?

In particular :


( SR:8606311142 CR:JAGae73997 )
During connection establishment, an unacceptable sequence number is used. This sequence number triggers TCPS_SYN_SENT-Bad_seq RST from the peer which terminates
the connection establishment process.

Resolution:
The RST generation is avoided by not using an unacceptable sequence number when establishing the connection.

Cristian_4
Regular Advisor

Re: TCPS_SYN_SENT in RST flag (remsh)

i have a 9000/785/j5000 11.0

i saw that patch too, but it's for 11.11
Stephen Keane
Honored Contributor

Re: TCPS_SYN_SENT in RST flag (remsh)

PHNE_33395 ?
Cristian_4
Regular Advisor

Re: TCPS_SYN_SENT in RST flag (remsh)

the patch doesnt say anything about the TCPS_SYN_SENT, but i will give it a try

thanks