07
Oct/24Exposing Homelab
Overview Opening home services to the world wide web is a security concern and technologies such as VPNs have gotten a lot easier to setup. However, there are times where you cannot install a VPN client and I haven’t had … Continue reading
06
May/24Home Assistant Constantly Refreshing
Update This has been removed in v2.11.2 and will fail to start if the configuration below is left in. I was seeing constant page refreshes on Home Assistant. In the end, it was changes to Traefik v2.11 and how it … Continue reading
01
Aug/22Let’s Encrypt With HaProxy
Overview Using EFF’s goal to encrypt the Internet has spawned a project to issue TLS certificates is a great idea and opens up certificates for everyone and not just for those with money. To balance certificates being miss used, EFF … Continue reading
04
Jun/18Securing HAProxy Headers
Overview https://securityheaders.io will give a score of how well placed the HTTP headers are on a site ranging from A+ to F (not sure what the R rating is for). Headers are a powerful meta (invisible to the naked eye) … Continue reading
02
Apr/18Upgrading HAProxy On Ubuntu
Overview Following my earlier post using Vbernat’s PPA to install the latest Haproxy on Ubuntu, there have been several minor versions since the original post. The steps below will show you how to upgrade to any version offered by Vbernat’s … Continue reading
20
Oct/14Install HA Proxy 1.5 On Ubuntu
Overview Apache’s HAProxy is a proxy software but it can also load balance between servers. The significance of version 1.5 is it’s ability to handle SSL connections where as before you needed to off load the connection to a different … Continue reading
18
Jun/12Ubuntu 12.04 DHCP Server
Overview A DHCP server issues computers on the network IP addresses. Normally this is done by the router but a computer is more flexible because: Cheap to add multiple network interface cards More control over network traffic Fits into other … Continue reading
19
Jan/10Bypass Blocked Websites Using SSH Proxy
Overview SSH tunnels are very useful for all sorts of things. One of these uses include proxy. If you have SSH access you can set one up very quickly. I do not condone any misuses of any I.T equipment, software … Continue reading