Jake Hillion
785aa37e87
All checks were successful
continuous-integration/drone/push Build is passing
456 B
456 B
A Multi-Path Bidirectional Layer 3 Proxy
Setup Notes
Linux
Policy Based Routing
ip route flush 11
ip route add table 11 to 1.1.1.0/24 dev eth1
ip route flush 10
ip route add table 10 to 1.1.1.0/24 dev eth2
ip rule add from 1.1.1.4 table 11 priority 11
ip rule add from 1.1.1.5 table 10 priority 10
ARP Flux
sysctl -w net.ipv4.conf.all.arp_announce=1
sysctl -w net.ipv4.conf.all.arp_ignore=2