AWS
225 TopicsProxy URL to ALB on AWS
We need to do the following: . When users access www-xxx.test.com/subsite1, the traffic needs to proxy to www-yyy.test.com/subsite1 on AWS so that www-xxx.test.com/subsite1 retains its name on the browser. Currently, is pointing to an ALB record on AWS. There are listeners on ALB to break the traffic into subsites such as www-yyy.test.com/subsite1, www-yyy.test.com/test2. Can we accomplish this task on F5?3KViews0likes0CommentsPassive FTP using FTP profile
Hi Community, I have an F5 Big-IP 16.0.1.1 running on AWS with a FTP server behind running vsftpd. The idea is balance passive ftp publically. So, clients should hit public IP of the F5 for passive ftp. This scenario is running perfectly without an FTP profile, just a tcp profile (all ports) and the option pasv_address on the ftp server pointing to the public IP address of the F5. But I need to have this working with the FTP profile in order to implement extra security for FTP on the F5. I've tried to implement FTP passive load balancing using official documentations like (https://techdocs.f5.com/en-us/bigip-15-0-0/big-ip-local-traffic-manager-implementations/load-balancing-passive-mode-ftp-traffic.html ) , but no matter what combination or configuration is implemented on the F5 & the ftp server, if I have the ftp profile the message ("passive mode refused") is always received after request PASV and only works if I use this for internal passive ftp, meaning that I not configure a "pasv_address" on the ftp server, and the client that request the connection is in the same Lan than the F5 & ftp server, resolving everything internally. As a said, i've tried a lot of combinations and settings on the F5 and ftp servers, but nothing works. Could someone give me a little of guidance here? Thanks in advance.2.4KViews0likes9CommentsF5 Rules for AWS WAF - CVE-2021-22118 & CVE-2016-1000027
Hello, We're checking in the AWS marketplace for theF5 Rules for AWS WAF - Common Vulnerabilities and Exposures (CVE) Rulesand want to check if the following CVEs are covered by this rule set? CVE-2021-22118: Local Privilege Escalation within Spring Webflux Multipart Request Handling CVE-2016-1000027:Pivotal Spring Framework through 5.3.16 suffers from a potential remote code execution (RCE) issue if used for Java deserialization of untrusted data. Thanks.Solved2.3KViews0likes18CommentsHttp requests with the question mark symbol "?" in the URL are not being blocked although disallowed in the URL character list
Hi; Http requests with the question mark symbol "?" in the URL are not being blocked although "?" isdisallowed in the URL character list. for example http://www.xyx.com/?/file.extension Kindly WasfiSolved2KViews0likes3CommentsF5 rules for AWS WAF Terraform
Dear, good afternoon I'm implementing the rules of F5 OWSAP10 https://aws.amazon.com/marketplace/pp/prodview-ah3rqi2hcqzsi But I'm working with infrastructure by Terraform code To carry out the implementation I need the correct name of the rule and the correct name of the vendor for implementation and I cannot find this information in the documentation Can you help me? ex: { overrideAction = { type = var.NAME == "BLOCK" ? "NONE" : var.NAME } managedRuleGroupIdentifier = { "vendorName" : "NAME", "managedRuleGroupName" : "NAME" } ruleGroupType = "ManagedRuleGroup" excludeRules = [] }Solved1.8KViews0likes8CommentsHA Cluster behavior on AWS
Hello, I've managed to run two F5 in different "Availability Zone" (in same VPC)from scratch and they can sync configuration objects that i created. CFE configuration took some time to figured out but eventually its is working right now. I have a couple of questions about HA cluster on Aws. Can you help me to understand? - While testing this setup i saw that if active device goes offline for any reason, the peer device does nothing. Even, the CMI logs on stand-by unit says that the peer device unreachable. Is that normal? Should stand-by device take action to go active, after when it realized the peer is unreachable. - Devices can sync objects i added including pools, iRules, nodes, virtual servers and etc. Also, the status indicator on top left corner says devices are "In Sync". However, when i looked at "Device Manager > Devices", each device sees other device is offline. Why? - Despite there is a Sync-Failover device group configuration on both devices, each device says that they are "Active" itself. In setups with help of AWS Cloud Formation or Terraform guided, does this happen? - When i use GUI for failover, it takes around 1 minute and 20 seconds. But if i trigger failover with "curl" command it only takes 5 seconds. Is that normal?Solved1.8KViews0likes6CommentsUpgrade F5 BIG-IP from 11.5 to 11.6
Hi, We got a security notice from AWS that our current F5 version 11.5 has a known security risk and they recommend us to update the version. So we did and created a new instance and uploaded the config but it didn't work so good. This is from the output: Jan 22 10:19:57 ip-10-26-0-202 emerg mcpd[4619]: 0107070e:0: Software version not covered by service agreement. Reactivate license before continuing. Jan 22 10:19:57 ip-10-26-0-202 emerg mcpd[4619]: 01070608:0: License is not operational (expired or digital signature does not match contents). Jan 22 10:20:02 ip-10-26-0-202 emerg load_config_files: "/usr/bin/tmsh -n -g load sys config partitions all" - failed. -- 01070356:3: SNAT feature not licensed. Unexpected Error: Loading configuration process failed. Jan 22 10:20:21 ip-10-26-0-164 emerg load_config_files: "/usr/bin/tmsh -n -g load sys config partitions all" - failed. -- Error: failed to reset strict operations; disconnecting from mcpd. Will reconnect on next command. The connection to mcpd has been lost, try again. Jan 22 10:20:21 ip-10-26-0-164 emerg logger: Re-starting lind Jan 22 10:20:22 ip-10-26-0-164 emerg logger: Re-starting mcpd Jan 22 10:20:42 ip-10-26-0-164 emerg load_config_files: "/usr/bin/tmsh -n -g load sys config partitions all" - failed. -- 01070356:3: SNAT feature not licensed. Unexpected Error: Loading configuration process failed. What do I need to do to get the license working again?1.6KViews0likes23CommentsHas anyone used F5 rules for AWS WAF?
Hello to All, Has anyone worked with this product and can provide an overview of it and if it is worth it? From what I read and see it is limited and F5 have not addedip intelligencefeed to it like Imperva has done but I could be wrong. AWS Marketplace: Search Results (amazon.com)Solved1.5KViews0likes5CommentsF5 OWASP Top Ten Rules, no working NoSQL Injection properly
Hi there, if we do a postman POST request to our Api with the next one body in the request: { "link": { "$ne": null } }, The request is passing using Mentioned rules. How we can solve it? Thanks and have a nice day.Solved1.4KViews0likes10CommentsAWS auto scaling working together with AWS BIG-IP ?
Hi I am trying to figure out how AWS auto scaling can work together with AWS BIG-IP/F5 LTM. Did quite some investigation. Unfortunately could not find helpful information and I doubt that this can be accomplished in a reliable way. https://devcentral.f5.com/articles/news/now-playing-on-amazon-aws-big-ip.U8fLh5SSzzg states: "*Users can additionally leverage scripts to automatically spin up nodes as needed, enabling organizations to execute on an auto-scaling strategy without needing to build out a complicated system" -> Sounds good, but is it true or just big words ? How ? White paper page 6 : http://www.f5.com/pdf/white-papers/migrating-tier-1-application-workloads-with-aws-white-paper.pdf tell about the same, not talking about interesting details. Main issue to me is: how to dynamically and automatically change F5 LTM pools properly, when AWS auto scale adds new servers (instances) with some new (dynamic) IP address, or delete any server. I know I could basically use tmsh on the F5 to change pool members. But how could this be triggered by AWS (e.g. CloudWatch, SNS) in a robust way ? I don't see one so far. Any hints or even experiences ? Thanks a lot. Urs1.3KViews0likes10Comments