Open Jean-Baptiste-Lasselle opened 2 years ago
I also wanna try :
https://github.com/eranyanay/cni-from-scratch (only with bash scriopt implementation very interesting : https://github.com/eranyanay/cni-from-scratch )
i want to successfully :
I want to setup an "old school load balancer" :
What I want is an L2 load Balancer : that is keepalivd that will work at that level. About whatr exactly Keepalivd does :
Machine A
, with IP Address addressA
on a LAN network 192.168.23.0/24
, DHCP assigned IP addressMachine B
, with IP Address addressB
on same LAN network 192.168.23.0/24
, DHCP assigned IP address192.168.23.0/24
, lets' call it VIPaddress
, only that IP address is advertised by Keepalivd, not by the DHCP serveraddressA
or addressB
addressA
of Machine A
Machine A
crashes, then Keepalivd re-assigns the VIP to addressB
of Machine B
: that is why that kind of IP Address is called a "Floating IP", because it floats across diferent behind-the-scene IP addresses. apparently one of the very big classics, is to setup HA Proxy as load balancer, but the problem is that HA Proxy is installed only on one mahcine, which may crash, taht is a spingle point of failure. About this see https://www.youtube.com/watch?v=HxQidx8lXM8
I want to try and lod balance IPs using IPV6 too, just in case i really need that for mobile phones 5G/4G connections
I want to play with all above, plus Site to Site VPN Gateway tunnel :
@xavki J'ai déjà fait une terraformation qui comprend ce qui conviendrait ici: ce qu'il faut est une VPN Gateway de chaque côté une VPN Gateway dans chaque datacenter.
Il faut Non pas un tunnel VPN "Point to site" qui permet de se connecter par un client VPN, mais un tunnel VPN "Site to site" : à la fin on se retrouve à pouvoir faire des pings d'un réseau dans un datacenter, vers une adresse IP dans un autre réseau d'un autre datacenter.
What if i try and setup an HA Site to site tunnel , using :
What if i try and set up a HA Site to Site VPN connection :
Ok 2 news to move on :