-
Lost Enable Password
I have two of AX 2500 units that were purchased used off of Ebay, and the enable password for these units are unknown. I can log into both units with the default admin info however when trying to go into enable mode the unit prompts me for a password which is unknown. As long as I don't lose any licensing info resetting…
-
Zone transfer \ AXFR
Hi all, I'm trying to configure the AX so that he will be the primary DNS for a DOMAIN, the Domain is configured and functional for single UDP type queries (single sub-domain query) but For some reason AXFR queries are being dropped. when capture the request on the 'Debug gslb' i get an error stating "wrong query type" Is…
-
AX handling of Connection Limit
Hello I've been looking into making our AX3030 handle max connections towards our appservers so it doesn't let it overload the appservers and I can't find much info on how it handles connection limits and how we can fine tune it. First, I'd like a definition on Connection Limit, is it the amount of http requests? Another…
-
Using array of URLs to block access?
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 root whenever someone tries to access these urls. I've tried different variants of this script (that I tried to construct…
-
Selective debug
Hello, I wish to be able to make A10 add debug header informations in the response header when I add a certain header in the request. I dont want all the requests to be in debug mode, just the one I send. I ended up with this code : when HTTP_REQUEST { set ::DEBUG 0 # detection debug if { [HTTP::header exists "X-Debug"] }…
-
REST aXAPI service group member
Hello, I am trying to enable/disable a service group member using the aXAPI REST interface. I have managed to get the connected and read the state using REST/JSON. I can read the state using REST/JSON witht he method…
-
Geo-Location db
I am looking to start using geo-location with our GSLB config. The pre-loaded IANA db doesn't seem very specific within a country - or maybe I'm just reading things wrong. A problem I also see with this is that our physically diverse locations both show under the same net range in ARIN; since iana doesn't I can't assign…
-
AX Series Inbound Link Loadbalance Tutorial
Dear All: Where can I find the document about AX Series Inbound Link Loadbalance Sample config or tutorial~thks
-
VIPs and routed solutions
Looking for the pros and cons of where VIPs are defined. In a layer 3 setup a VIP can be either 'in front' of the AX (in network x) or defined 'behind' the AX in the same network as the real servers (network z). What's the recommended best practice and or under what situations would you use the alternative (your not best…
-
vThunder 30 days trial - default login/pass not working
Hi All, I got the 30 days trial version pf vThunder virtual appliance and i get the login prompt but the default admin password is not working. Both CLI (SSH/console) and web GUI is not accepting the default password. Any idea guys ? error msg -- Jan 31 2014 09:52:29 vThunder a10logd: [SYSTEM] The user, admin, from the…
-
Moving config to new context
I installed a new AX1030 and have completed the configuration but now we have decided to put that config into another context. so how do I move a config file from one context to another.
-
Determine Source IP and Port
I am totally new to aFlex so naturally, am totally lost. I have a VIP that I want to capture the sources IP and Port number. I have some success with the following: when HTTP_REQUEST { HTTP::header insert "X-Forwarded-For" [IP::client_addr] } This gives me the IP but only if it is http, not https (http_request error).…
-
MS Dynamics CRM 2011
Good Morning, Just starting with putting an Dynamics CRM 2011 installation behind our AXs. Had a look and can't see any specific documentation on A10s site, and was wondering if anyone else has done this before and got any pointers or gotchas they'd like to share. Cheers Stuart
-
traceroute error
I login to AX1000 console. And then, I traceroute 8.8.8.8 But, reply to me : AX1000-11#traceroute 8.8.8.8 traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 40 byte packets 1 google-public-dns-a.google.com (8.8.8.8) 6.098 ms 6.022 ms 6.012 ms 2 google-public-dns-a.google.com (8.8.8.8) 2.015 ms 1.959 ms 1.950 ms 3…
-
F5 Config Migration Check and Help Needed
I got a orphan F5 require migration where encounter intermittent on services, the weird part is we are unsure of the services method; As from F5 we see the following which is unsure what it used for an require assistant to understand; - Listerner 10.160.1.42 -> What the used of this Listerner? - Default route used Router…
-
Service group description using aXAPI
How can I specify a description when creating a service group using the aXAPI (REST API)? I tried specifying it under key 'description', but the created service group does not have the description. Also aXAPI does not show the description of a service group created with using the Web GUI. I also want to edit service group…
-
Sticky sessions cookie issue
Hello I have an issue with sticky sessions, currently we're using a cookie set by the AX on http-request, the issue I have (it's a webshop) is that upon checkout, the store switches from http to https and thus we get a new cookie and there's a high probability that the shopping cart is lost due to server switch. This is…
-
Passing Multicast Traffic
Does anyone have any experience passing multicast traffic through an A10? I need to establish PIM neighbor relationships and subsequently pass native multicast traffic through the device. Any help would be appreciated. My SE told me the devices don't participate, but that it's possible to pass the traffic through. He's…
-
Remove Header
I'd like to remove just the Negotiate from a WWW-Authenticate header, anyone have a suggest for how to accomplish this? I'm SSL offloading a website that is offering up Basic, Negotiate and NTLM in the Auth header. I'd like to remove just the negotiate if that possible such that the client doesn't try to use the Negotiate.…
-
SMTP Virtual Service...need to see clients IP
Hi. I have SMTP load balanced as part of an Exchange 2007 cluster. I am using one-arm mode for my AX devices, so am also using Source NAT on the service. Am also restricting access to the SMTP relay on the Exchange servers (not on AX's) by IP Address. Unfortunately when I send a message using SMTP the Exchange servers see…
-
Secure and HttpOnly Cookies
Below is a script to allow a general way to Secure and HttpOnly cookies. It looks at the incoming port and sets Secure & HttpOnly when it's 443 and HttpOnly when it's 80. ################################################### Secure and HttpOnly Cookies# (c) A10 Networks -- MP# v1…
-
Load balancing problem
i'm facing a problem with AX1030 as it only redirect the traffic to only one server and not redirect any traffic for the other server. Top logy: 2*AX1030 connected to two servers in routed mode
-
Supporting multiple services selective client-ssl and server-ssl w/ single VIP
We have a need to support numerous services behind a single VIP. URL switching makes this fairly easy, however some sites use client-ssl, and other sites use client & server-ssl. What would an effective AFLEX look like to support this SSL-template selection based on specific header content?
-
Supporting two services on same VIP and Host Port
Hello, I have a server running two web based services, both on port 443. I'm using host headers to differentiate between the two. We have a need to add a second server for redundancy purposes. I'm curious which of the following (or some other I'm not thinking of?) method would be better: A) Have both URLs go to one A10 VIP…
-
Multiple health-checks, compound with priority?
I would like to set up health-checks for several URLs per real-server, and I understand I can do this with compound checks. However, if one of the URLs fails on all real servers I don't want the entire website to go down. Is there some way to get one health-check per URL, and if one URL fails you lower the priority on the…
-
Routing in one-arm mode?
Hi folks. I have a couple of AX3200s in HA active-passive mode, with several partitions. In one partition "test" I want it to have a connection to two different VLANs - EG. VLAN1 10.0.1.0 and VLAN2 10.0.2.0. I added a default route for 0.0.0.0/0.0.0.0 to VLAN1 gateway 10.0.1.1. Should I add other specific routes for both…
-
Clearing sessions
Does anybody know how to clear sessions for a specific port on a server with in a service group?
-
CPU Monitoring with Collectd
Here is my collectd cfg to get cpu data of an ax. You can use it to graph it with graphite. my_types.db: a10_cpu lambda:GAUGE:0:100 a10-snmp.conf: # A10 CPU SNMP Checks # Type "cpu" Table false Instance "mgmt" Values "iso.3.6.1.4.1.22610.2.4.1.3.6.1.3.0.5" Type "cpu" Table false Instance "data_1" Values…
-
Inserting the client certificate in a header
When you need the client certificate on the real server: when CLIENTSSL_CLIENTCERT { set cert [SSL::cert 0] session add ssl [SSL::sessionid] $cert}when HTTP_REQUEST { set cert [session lookup ssl [SSL::sessionid]] regsub -all {([\\-]+(BEGIN|END) CERTIFICATE[\\-]+)|\n} [X509::whole $cert] {} chdr HTTP::header insert…
-
Certificate Selection with Class-List (Alternative to SNI)
Server Name Indication is a feature in 2.7 that allows you to simplify your config by defining only one HTTPS VIP, but serving multiple certificates for different domains from this same VIP address. SNI is not supported on older browsers however. An alternative to using SNI is to use multi-domain certificates, which have…