by Brian Scheewe | Sep 14, 2015 | Infrastructure, Networking
In order to see the client origination IP address on the real back-end servers when a Barracuda ADC load balancer is used there are two options. The first is to use layer 4 load balancing on the service type. The other option is to use a layer 7 proxy service and...
by Brian Scheewe | Aug 18, 2015 | Cisco, Networking
The Cisco 3750x switch does not support NetFlow natively, but the C3KX-SM-10G module has ASICs that support NetFlow. With the C3KX-SM-10G module, NetFlow can only be run on the 4 interfaces in the module — this does not add NetFlow on the entire switch. It is...
by Brian Scheewe | Aug 14, 2015 | Networking
We had a problem with Barracuda’s ADC load balancer and Outlook Web App for Exchange 2013. The user would get to the OWA login screen and login only to be brought back to the login screen again in an endless loop. We were using the “Instant SSL”...
by Brian Scheewe | Jul 18, 2015 | Networking
We’ve seen this happen twice recently with different customers so thought we should post our solution. We have seen where a Ubiquiti AP (NanoBeam & NanoStation) will power up via the power injector and the unit is reachable via wireless, but there is no...
by David Rose | Jun 29, 2015 | Networking, Solutions
One of the most common requests from our Flat Fee IT customers, who are in the Health Care industry, has been regarding HIPAA. They are faced with the burden of providing proof of compliance. Just one look at one of our Evidence of HIPAA Compliance Reports and you can...
by Brian Scheewe | Jun 10, 2015 | Adtran, Networking
To perform a packet capture directly on an Adtran device do the following: ip access-list extended CAPTURE permit ip any host 1.2.3.4 permit ip host 1.2.3.4 any Where “1.2.3.4” is the IP that you want to watch. Then run debugging on that ACL: debug ip...