Ask Your Question

CaptainPistache's profile - activity

2023-03-01 09:28:13 +0000 received badge  Popular Question (source)
2022-04-27 09:25:52 +0000 marked best answer Issue with a TCP stream

Hello everyone,

I have an issue with a client establishing a connection to an Oracle database and I'm struggling to find what the root cause is.

The Oracle handshake does not complete and it seems that some segments are dropped but I cannot figure out which ones. Here is a printscreen of the TCP stream :

TCP not OK:

The thing I don't understand is the that the server seems to ACK every segment the client sent to it. From my understanding, segments 13 and 14 say "I have received the segment 455 and also the segments from 456 to 626". So why after this the client starts the Retransmission of the TCP segment 626 ?

It is important to note that the client and the server are connected through an IPsec tunnel.

I had the occasion to test the connection through another VPN tunnel (other equipments, other line) and I didn't have those issues. Here is another printscreen of the TCP stream through the 2nd VPN tunnel (working fine) :

TCP OK:

Could someone help me pinpoint what the issue could be ?

Also, I'm very interested to know if my interpretation of the TCP stream is correct or not.

Thanks a lot !

2022-04-27 09:25:52 +0000 received badge  Scholar (source)
2022-04-27 09:25:49 +0000 commented answer Issue with a TCP stream

Hello SYN-bit, Thanks a lot for your explanation ! It makes sense now. You also helped me improve my undestanding of th

2022-04-26 15:45:14 +0000 commented question Issue with a TCP stream

Hello Jaap, Thank you for your answer. Please find the printscreen without the TNS dissection : https://ibb.co/nmk9VmR

2022-04-26 13:28:03 +0000 received badge  Editor (source)
2022-04-26 13:28:03 +0000 edited question Issue with a TCP stream

Issue with a TCP stream Hello everyone, I have an issue with a client establishing a connection to an Oracle database a

2022-04-26 13:27:23 +0000 asked a question Issue with a TCP stream

Issue with a TCP stream Hello everyone, I have an issue with a client establishing a connection to an Oracle database a