kgaigl
Nov 13, 2023Cirrocumulus
LTM Monitoring IIS and Webserver Binding
Hello,
we've got a VS for 2 MS IIS Webserver.
Question: if I configure the Pool with regular Nodes, the Monitor connects the Nodes with the IP Adress, right?
Then I've got a problem with the Webserver-Binding (only Bindings for hostname and Website-Name)
What if I configure the Pool with fqdn-Node? Is it sure, Monitor connects with hostname?
when I make from BIG-IP a
curl -k https://webbvk1.bvk.int/Smoke-Test
I get the Response
...Smoketest...
but with a Pool with webbvk1.bvk.int and webbvk2.bvk.int as fqdn-Node, the members are marked as down.
webbvk1 & 2 are CNAMEs
Send-String:
HEAD /Smoke-Test HTTP/1.0\r\n\r\n
Receive-String:
Smoketest
any Idea, where I could look for? Or a Problem with the IIS?
Thank you
Ok, now it's ok:
The IIS does not like health-Checks without User-Agent, so inserting "User-Agent: F5Monitor" was the solution