sudo apt install iperf3 wireguard
sudo ./start.sh
- Server
sudo ip netns e h2 mptcpize run iperf3 -s
- Client
sudo ip netns e h1 mptcpize run iperf3 -c 10.0.0.1
- Host
h1
with 2 interfaces is connected to switchs
. s
is connected to routerr
.r
is connected to hosth2
(which hosts the wireguard server)