Below i document how to make a simple Load Balancer. This load balancer uses HAProxy and monitors the health of a server using a script. If the health of the server goes down, HAProxy Removes the Node from the “Cluster”. Below is the HAProxy Config. Below is the PHP Script running on the servers to…
Category: Networking
Installing a CePH Cluster (quincy)
In this post i detail how to get a CePH quincy Cluster up and running. This is my standard goto script for setting up any CePH Cluster and then tweak it once set up. Set hostname for all nodes Update hosts file with all servers in the cluster Inital Software Install CephADM Create local SSH…
Install Observium and PHP WeatherMaps on Debian 11.
Observium Installation You may need to install wget on bare installations Grab Observium installation script and run it. WeatherMap installation and configuration log on to gui “http://[IP_Address]/weathermap/editor.php” and make a new weather map “network.conf” click on “map properties. In “Output Image Filename” > “network.png”. In “Output HTML Filename” > “maps/network.html”. Once you have created a…
Simple Wireguard Config
PeerA – 1.1.1.1 PeerA – 2.2.2.2 WORKING CONFIGS – Config file (/etc/wireguard/demo.conf) Server1 – PUB_KEY – QVECuXHEgnAkhpGRWiEHHQaMsQl4dy56lZVb0Gmb8mk= Server2 – PUB_KEY – 4S3I92WrdDbmA2vIG9EDha01wWl73mncxEUWeBjd51g=
Blocking Nasty IP Sources With TEAM CYMRU BOGONS and SpamHaus
Cisco IOS BGP Configuration TEAM CYMRU Firewall TXT List For OPNsense and other firewalls that allow to create a rule with an external list of IP addresses. Use the below with a block rule. https://www.team-cymru.org/Services/Bogons/fullbogons-ipv4.txt SpamHaus For OPNsense and other firewalls that allow to create a rule with an external list of IP addresses. Use…
Mount USB Drive in VyOS for Upgrades
Mount drive sudo mkdir /mnt/usbsudo mount /dev/sdb1 /mnt/usb/ Installing new image from USB add system image /mnt/usb/vyos-*.isoshow system image