Heidi_35827
Aug 02, 2012Nimbostratus
cURL to the VIP, can we do that?
We have a basic port 80 VIP. Very simple. VIP is on port 80, 2 real servers behind it on port 8084.
My customer has some DOS-based devices that need to submit info to this VIP via cURL, no browser. It is not working. The browser-based systems that submit the same request, work fine.
The VIP is up and healthy but there must be something different in how the cURL command is sent or received by the BigIP vs the browser. Do we need to flip any special switches on cURL statement to make this work?
We did some TCPdumps and from the browser request (which works) we see, syn, syn-ack, ack, then the HTML request, followed by the HTML content, etc.
When we send the cURL (which doesn't work), we see syn, syn-ack, ack then that is it. The next packet should be the HTML request from the client to the server but it is never sent.
Packets make it on both sides of the BigIP per the tcpdump, nothing getting dropped.
One other tidbit - We can send the exact same cURL to the 'real' server behind the BigIP (specifying port 8084) and it works.
I hope that is all clear as mud. Any ideas? I'd appreciate any help.