dissertation-2-code/README.md

15 lines
348 B
Markdown
Raw Normal View History

2020-10-22 20:33:22 +01:00
# A Multi-Path Bidirectional Layer 3 Proxy
2020-11-03 08:30:34 +00:00
## Setup Notes
### Linux
#### Policy Based Routing
ip route flush 11
ip route add table 11 to 1.1.1.1/24 dev eth1
ip route flush 10
ip route add table 10 to 1.1.1.1/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