cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3424
Views
0
Helpful
4
Replies

ACE tcp probe

pd.politiet.no
Level 1
Level 1

I'm new to ACE and experiencing a small problem with a probe.

I have this rather simple config on my ACE module, that loadbalance round robin between 2 servers.

The probe I testing is just for checking the tcp port 8000:

probe tcp PAPI

port 8000

interval 10

passdetect interval 10

But this probe doesn't work.  showing probe details, ist says:

Last disconnect err:  Graceful disconnect timeout (no FIN ACK)

A trace shows that the ACE sends SYN, receives a SYN/ACK, sends a SYN and then sends a FIN ACK.  I can then se the server replies with an ACK and then PSH/ACK.

Could someone guide me in the right direction for solving this problem?

Br

Geir

4 Replies 4

pd.politiet.no
Level 1
Level 1

Could the soultion be that the probe is configured to terminate a TCP connection by sending a RST, with the connection term command?

It seems that this makes the probe pass the health check.

Br

Geir

If it works with connection term force, then this is fine I guess.

Ace would expect a FIN/ACK from the server to mark the probe sucessful if you do not have the connection term force.

Gilles.

Geir,

did the "connection term forced" fix your problem?

in other words if the port 8000 was not open the probe would fail, but if it is open with the forced termination it would pass

Yes, connection term forced work for me.

Br

Geir