rangement et tp_pxe

This commit is contained in:
Cameron Desrayaud
2021-09-16 15:47:39 +02:00
parent 12d5112d55
commit d13fd49d51
6 changed files with 153 additions and 0 deletions

8
tp_loadbalancing/lvs Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
echo "1" > /proc/sys/net/ipv4/ip_forward
ipvsadm -A -t 192.168.0.151:80 -s rr
ipvsadm -a -t 192.168.0.151:80 -r 172.16.0.1:80 -m
ipvsadm -a -t 192.168.0.151:80 -r 172.16.0.2:80 -m