| by TheIneptOne | 1 comment

NGINX Reverse Proxy with SSL

A reverse proxy server is a type of proxy server that sits behind the firewall in a private network. It redirects client requests to the appropriate backend server and is fantastic to use for your homelab! Prerequisites A base install of Ubuntu LTS with a static IP address A domain or subdomain pointing to the external IP address (like inepttech.com) Firewall ports 80/443 open […]

Read More
| by TheIneptOne | No comments

Adding AD Authentication to Linux

We have a number of Linux servers that we manage for various reason and wanted to integrate Single Sign-on with our Active Directory domain accounts for user login for better security and ease of user management. This has been tested on Ubuntu 20.04 LTS. As a prerequisite, create a security group in Active Directory that […]

Read More