Forum Discussion

Allwin_179373's avatar
Allwin_179373
Icon for Nimbostratus rankNimbostratus
Sep 14, 2017

Getting any6.any on both client as well as Server side connection

Hi,

 

We are trying to implement D365, which is getting routed from an External F5 to the internal F5.

 

When I do a show sys connection, i can see that the Internal F5 is receiving the connection on the VIP on the correct port, but its not forwarding to any pool member.

 

194.106.144.226:49865 10.255.24.21:443 any6.any any6.any tcp 2 (tmm: 1) none

 

Everytime we try to test the connection, i get the same output on the F5.

 

I went through the F5 KB as well, which explain that any6.any at client side points out to One Connect Profile, so that the connection can be reuse, but we don't have any One connect enabled for this.

 

Could anyone help on this? I just want confirm whether its an issue with F5 or something else is affecting the connection.

 

1 Reply

  • Hello Allwin,

     

    Does the VS that have VIP 10.255.24.21 on port 443 has a pool configured ?

     

    Also are you sure that the configuration on this VS is working properly... Because the any6 entry in the server section of the table occurs when a client connects to a virtual server, but a load balancing decision is not made.

     

    Also on my environment VS without a pool configured (doesn't make lb decision) has the same any6.any on the server side values.

     

    This is confirmed here https://support.f5.com/csp/article/K7758

     

    So I don't think it is an issue.

     

    You should review your config. maybe you missed some config. and LB decision can't be made...

     

    Hope it helps