Forum Discussion
lambda_53320
Nimbostratus
May 29, 2009Cannot connect to Virtual Server using RDP
Hi everyone,
I am really new to the whole F5-thing and I have this problem I am unable to solve. The thing is, I want to establish a Virtual Server with a pool of real servers. And I want to c...
Kevin_Stewart
Employee
Sep 13, 2012Ahh! it did it again...
when HTTP_REQUEST {
disable stream processing for request traffic
STREAM::disable
s store the client IP address
set client_ip [IP::client_addr]
}
when HTTP_RESPONSE {
if { [HTTP::header Content-Type] equals "text/html" } {
establish the stream expression - here we're just modifying the contents
STREAM::expression "@@ - ($client_ip)@"
enable stream processing
STREAM::enable
}
}
- Frank_30530Feb 23, 2018
Altocumulus
And then... silence...
Anyone (F5?) have an answer to this question?
In TMOS 13.1.0.1 I can only select the key size as 1024 or 2048 (suggesting RSA or DSA only).