application delivery
39998 TopicsF5 DNS Generic Host
I am trying to create a few generic hosts for a POC, but having issues with them being monitor failed. I created a new server named RANCHER-POC-11 and gave it an ip address of 10.4.65.11, this has a monitor of https assigned to it. I then created a virtual server with the same ip address and port 443 as well as the https monitor. The Server and Virtual Servers are both red triangles. I performed a packet capture and I don't see that the gtm is even attempting to monitor. I put a specific route in the network and pointed to the GW and now if I initiate a connection from the CLI I see logs in our monitoring but only if I do the connection manually. This is the first generic host we have tried to deploy as the rest of the virtual servers/pools are pulled from the LTM's and this service is not behind the LTM. Any suggestions would be appreciated. Thanks, Joe21Views0likes1CommentKerberos Auth is not working after keytab file -
Hi all , After we upload a new keytab file , the services are used kerberos authtication does not work ? any idea help ? i have already check all https://community.f5.com/discussions/technicalforum/f5-apm-aes256-in-keytab-for-kerb-auth-failed/321569 https://my.f5.com/manage/s/article/K01716018#CreateKeytabKtpass K24065228: Troubleshooting issues with BIG-IP APM Kerberos end-user logon authentication https://my.f5.com/manage/s/article/K24065228 https://my.f5.com/manage/s/article/K24065228#VerifyEncryption K73872229: Configure BIG-IP APM KDC validation in AD authentication https://my.f5.com/manage/s/article/K73872229 K01716018: Configuring Kerberos end-user logon authentication for multiple applications by merging keytab files https://my.f5.com/manage/s/article/K01716018 https://my.f5.com/manage/s/article/K24065228 K17371: BIG-IP APM may fail to authenticate when Kerberos AAA servers have different keytab files https://my.f5.com/manage/s/article/K17371 https://my.f5.com/manage/s/article/K000130298 https://my.f5.com/manage/s/article/K183155825Views0likes0CommentsHttp / https health monitor issue
I tried to create https health monitor , but it is not worked curl -v https://d-p-m-d.bms.rome.com:10221/login StatusCode : 200 StatusDescription : Content : <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" > <link rel="stylesheet" href="css/material-components-web-3.0.0.min.css" /> <link rel="stylesheet" href="css/auth-shared.css" /> <link rel="... RawContent : HTTP/1.1 200 Set-Cookie: XSRF-TOKEN=a00fgfhjjffa-efc7-4ahjj9-bahhgf-1099ccgf21ghgcdd2; Path=/; Secure,locale=en; Path=/ X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Strict-Transport-Securit... Forms : {login-form} as a send string GET /login HTTP/1.1\r\nHost: d-p-m-d.bms.rome.com:10221\r\nConnection: Close\r\n\r\n receive string HTTP/1.1 20038Views0likes1CommentHow do I create a traffic log for two different route domains?
I have two route domains on F5, EEE domain receives incoming traffic form external , accourding to policy send the traffic internal III domain - virtual server with an APM profile on it. I want to log this traffic. Domain EEE has virtual server E_vs --policy-->|| III domain I_vs- APM13Views0likes0CommentsHow to Renew F5 Device Certificate
Hi Team , We have self-signed device certificate which is going to expire soon. Can you please let me know if I can click on renew and update the expiry date ? Please let me know the correct procedure to renew the device certificate . System ›› Certificate Management : Device Certificate Management : Device Certificate ›› server.crt105Views0likes5CommentsXC Bot defense question
Hi, I read this article describing how to add XC botdefense into current onsite infra. But I do not understand how that works in detail. I will copy-paste my question I put into the article: How is it with routing, do I have to route traffic via XC WAAP? Or I dont have to worry about it and client traffic can access my local LB VIP via my dedicated internet line? In that case XC is doing what, just providing the logic to make a decision what to drop and what to allow? Thanks for any hint, ZdenekSolved29Views0likes2CommentsBig-IP not recognized by Big-IQ
Dear Techs, I'm in a strange situation where I'm supposed to add both F5 Big-IP with Big-IQ. Both Big-IP and Big-IQ are in same subnet, so firewall isn't a question. The Big-IP are in HA. I've successfully added the Standby unit with Big-IQ without any issues while adding the Active unit I'm getting below error message : The device <Big-IP-Management-IP> (null) is not a Big-IP device. I've added a total of 7 devices successfully, using the same procedure, same authentication. Any help with be greatly appreciated. Big IQ version : 8.0.0 Big-IP version : 14.1.4 thank you1.4KViews1like17CommentsAdvice to partial rename uri path
Hi there masters! I would like to ask for advice. Is there a possibility that after I redirect an URL I can partial rename the 1st two paths in the redirected URI path? So, for example: when client requested our main page... "https://companyA.com/" I will redirect this to a path of "https://companyA.com/room/desktop/r/Home".. Then, I will hide/or rename the 1st two paths and this will appear on client's browser as "https://companyA.com/bed/table/r/Home". /bed/table uri path are strings not location or directory. Would this be plausible? I really just want to change their strings. I tried to code it but only the redirect is successful except for the changing of the names of the two paths: When HTTP_REQUEST{ if {([HTTP::host] equals "companyA.com" and [HTTP::uri]equals "/")}{ HTTP::redirect "https://[HTTP::host]/room/desktop/r/Home" } } When HTTP_RESPONSE { if {[HTTP::header exists "Location"]}{ HTTP::header replace "Location" [string map {"/bed/table" "/room/desktop"} [HTTP::header "Location"]] } } Can you help me on this? Thanks! Regards, ZeigSolved122Views0likes9CommentsLTM Rule, iRule, or Brute Force Configuration to Limit URL Access
Hi, One of the applications integrated with BIG-IP has a specific requirement, as detailed below: URLs under the subdomain https://fduat.fed.com need to limit access to only 10 times per day for each IP. Kindly check the feasibility and provide feedback. The URLs are as follows: /kyc-details/details /kyc-details/personal-detail /kyc-details/review-details /payment-details /vkyc /vkyc/success /summary /payment-details/payment Please confirm whether this requirement can be achieved using a Brute Force configuration, LTM rule, or iRule.55Views0likes2Comments