Forum Discussion

ILIAS_g_183177's avatar
ILIAS_g_183177
Icon for Nimbostratus rankNimbostratus
Mar 10, 2016

Stats when X-forwarded enabled

Hello,

 

I have the following configuration that needs to have the HTTP X-Forwarded enabled. The weird thing is that when I enable the X-Forwarded profile on the virtual server, I cannot see any updates on statistics (Statistics››Module Statistics:Local Traffic››Pools) on the Node members. But when I remove the X-forwarded, I can see the statistics increasing.

 

Do I miss anything on the configuration? Are statistics on pool members enabled by default when X-forwarded is active?

 

ltm pool TEST_TEST { members { 10.10.10.10:squid { address 10.10.10.10 priority-group 10 session monitor-enabled state up } 10.10.10.11:squid { address 10.10.10.11 priority-group 5 session monitor-enabled state up } } min-active-members 1 monitor tcp }

 

ltm virtual TEST_TEST_VIP { destination 10.10.11.11:squid ip-protocol tcp mask 255.255.255.255 persist { source_addr { default yes } } pool TEST_TEST profiles { X-Forwarded-For { } tcp { } } source 0.0.0.0/0 source-address-translation { type automap } vlans { FARM VIP } vlans-enabled vs-index 435 }

 

thank you.

 

No RepliesBe the first to reply