Welcome to the A10 Networks Community! For any questions or concerns, please reach out to our admins.
aFleX
Communicate with A10 customers and engineers about aFleX scripting A10 Networks' Thunder® Application Delivery Controller (ADC).
Discussion List
- I am looking at the best way to only allow access to particular URLs on a VIP. One way I thought of was to use a aFlex script to allow/deny access. I have not found any specific scripts to do this, bu…
- I am trying to block Exchange ECP(2013)from external access. I am having issues with the aFlex rule below: when HTTP_REQUEST { if { HTTP::uri] starts_with "/ecp" } { drop } } In the GUI I get a Warnin…
- Hi there, I have two pools that should explicitely be used depending on the clients source IP-adresses, and this already seems to works with the following aFlex example: when CLIENT_ACCEPTED { if { [I…
- Looking for some feedback on we can throttle sessions per source and at the same time control bandwidth per session. Here is what we are thinking.. Session Throttling / QoS (files.xyz.com) - (Bandwidt…
- Posted by kberton If you have a need to redirect all incoming HTTP requests to a Vport to HTTPS *and* also maintain the original URL info, then it can be done easily using aFlex. #redirect to HTTPS #m…
- How do I add a URI suffex to an HTTPS request using aFlex? https://domain.com (add /page/page1.htm) https://domain.com/page.page1.htm
- Hi, Does anyone know if there is a way to copy the source ip from "X-Forwarded-For" into a customer header? We're trying to preserve the true source IP from users after traffic is sent to our A10 from…
- Hi A10 vADC Community, I would like to share to the A10 vADC community a custom aFleX script created by an A10 SE(Jose S.). This aFleX script mitigates and protects the A10 ADC from BruteForce attacks…
- ################################################# # # Test specific server in pool # (c) A10 Networks -- MP # v1 20140128 # ################################################# # # aFleX script that allo…
- Posted by jmaddox is there a "fill in the blank" aflex that can be used to rewrite hardcoded hrefs in ssl offloaded applications?
- Currently in the process of implementing A10, to replace our ISA 2006 server. Currently we use 1 external ip address for all our reverse proxied websites. We want to setup one VIP for access to these …
- All, this may be used as a template to protect against DNS NXDOMAIN attacks. The aFlex will dynamically build a table of FQDNs based on observed DNS replies that are 'NXDOMAIN'. Entries are stored for…
- Hello. I want to operate multiple stage environments(development, staging, production) in a partition. For those environments, I want to use same aflex policies as many as possible. I had looked for u…
- Hello I'm having issues with creating an aflex that has an array of urls that I want to block access to through the AX. I don't know how to handle the array correctly. I want to redirect to the site r…