dissertation-2-code/README.md
Jake Hillion 785aa37e87
All checks were successful
continuous-integration/drone/push Build is passing
arp flux
2020-11-03 09:22:27 +00:00

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