proxyprotocol
1 TopicProxy Protocol via iRule --> how to implement v2
We are trying to implement proxy protocol (for use with SAP Web Dispatcher) and have this irule: when CLIENT_ACCEPTED { set proxyheader "PROXY TCP[IP::version] [IP::remote_addr] [IP::local_addr] [TCP::remote_port] [TCP::local_port]\r\n" } when SERVER_CONNECTED { TCP::respond $proxyheader } It's working perfectly fine, which we checked via tcpdump. Problem is that we need Proxy protocol version 2 (binary header format) for the SAP solution. Is there any way to make the F5 Big-IP Proxy Protocol Initiator for version 2?3.4KViews0likes6Comments