Extreme Networks VOSS (Fabric) Edge Port Delay Reason and Remediation

We’ve recently started to move to an Extreme Networks VOSS Fabric based network, however due to the scale, we can’t change everything attached to it to work more seamlessly with the VOSS fabric based network operation. We have a large number of hosts for example that use Active-Backup bonding on their NICs when connecting to … Read more

Static Website Hosting/Publishing using AWS S3, AWS CloudFront, SSL Certificate and Custom FQDN

Amazon CloudFront is a content delivery network operated by Amazon Web Services. Content delivery networks provide a globally-distributed network of proxy servers to cache content, such as web videos or other bulky media, more locally to consumers, to improve access speed for downloading the content (citation). Although AWS CloudFront can be used as a CDN (caching … Read more

Block Admin Page Using AWS WAF Example

If you are using the AWS Web Application Firewall (WAF) on your Application Load Balancer or other supported AWS entity, you probably don’t want any administrative interfaces of the web application presented directly to the Internet without some form of restriction; perhaps to a range of IPv4 addresses you want to restrict. Adding a rule … Read more

check_http Gives 403 Forbidden Error Monitoring Site via AWS Application Load Balancer (ALB)

We’ve started to host websites on AWS, we want to monitor using NagiosXI, but we got some odd results when first attempting to. The web application has no “index.html” page, which is one cause of the 403 forbidden error. However we were getting the same thing even when specifying the correct path. It turns out … Read more

VMware Host Groups, VM Groups and Rules

The Microsoft licensing agreements are made based on the number of processor cores (or sockets) that are in use by the physical or virtual hosts that make use of Microsoft software. The Microsoft licensing allows for a VMware ESXi host’s CPUs (or cores) to be licensed instead of the vCPU (virtual CPUs) of each virtual … Read more

Example AWS Application Load Balancer (ALB)

The AWS application load balancer is a key infrastructure component for providing access to your application to the Internet, or even for use within your VPC between components. In this example we’ll create a VPC, then within deploy 2 private and 2 public subnets, we’ll then attach an Internet Gateway, a NAT gateway (to allow … Read more