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
- Hi, Does anyone have an example of a DNS external health monitor? The monitor should query an A record and check the IP address and provide up/down status based on the IP address matching a given/set …
- Is there a way to drop requests with the "Purpose: prefetch" header? These appear to be causing stale requests to iOS browsers.
- I have a site where Active Directory group membership should determine whether users are prompted for single-factor or two-factor authentication. GroupA (single factor) - Windows server group NTML Gro…
- Tried various ways with trying to call the api endpoint direct as well as Axios but I cannot update an Aflex rule programatically. I always get a JSON error ({"code": 1174, "msg": "Invalid JSON docume…
- Posted by ddesmidt A customer just asked me today an interesting question: Instead of looking at the web logs individually on each server, why not using the AX to create the web logs and send these to…
- Posted by a10jliu We are using AX 3200 for certain ISP as LLB solutions. For LLB we need NAT sticky functionality similar to LSN to make sure certain NAT used during client-> server connections. So we…
- Hi all, I have a problem with aflex configured on a VIP with a SNI template applied. On the VIP I have exposed application for domain1 (the default certificate in the SSL template) and 2 services for …
- I am struggling with the following. we have two adfs server adfs1.company.com.au and adfs2.company.com.au. if i access them externally via adfs1.company.com.au or adfs2.company.com.au I can get there.…
- Hey guys, Im a new user with the ax 2500 lb box. I have 2 of them in my company, already configured and everything. lately we needed to kill the power to move them to some other place and from that po…
- Hello, I'm working with AFLEX to set some attribute to cookie response, like HttpOnly and Secure. I've used Misha's work with some customization: # aFlex per HttpOnly e Secure # Basato su script di Mi…
- Hi all, apologies for cross posting. I think this might get more luck in the AFlex forum rather than the General forum. can somebody please advise me on the best approaches for the following two scena…
- Hi, I would need to do a aFlex script that would match www.domain.tld/test and then forward traffic only to one server ip-address, instead of loadbalancing with two servers. I have made the following …
- Hi all, I've been searching through examples on here, the alfex github, the samples on the ACOS device, but just cannot get a simple redirect working with AFlex. Can somebody please point me in the ri…
- is it possible to check against client IP using regex? basically trying to do an aflex ACL to limit IP's for SMTP connections something similar to this (this isn't working of course) when CLIENT_ACCEP…
- I need to set up a script that does redirection when there was status code 200 for the same page with dynamic context for example https://myURL.com/xtyfwdk I set the following script but has error Err…
- MS Exchange 2007 services under one VIP, on AX 3200-12's in one-arm mode. I want to restrict the SMTP service to allow only a predefined list of client IP addresses or networks to go through. This wou…
- Will this script load balance SIP traffic? If Code 900 send traffic to node x.x.x.17 If code 903 send traffic to node x.x.x.18 Load balance rest of the traffic. when SIP_REQUEST { if { [SIP::to] start…
- Hello We have a web server that is configured in a way that, if it detects an internal failure like in the DB, it returns a 302 code redirecting the request to a sorry page in a URL format http://<dom…
- Hello, I need to make a script aFleX for cookies with flag HTTPonly with one exception for cookie with name LID. I tried to use aFleX like below: when HTTP_RESPONSE { if {([HTTP::header exists "Set-Co…