From d2c8a703d1686e1ca07ea0163ef228447b7ef1ef Mon Sep 17 00:00:00 2001 From: marcsello Date: Fri, 12 Nov 2021 00:45:55 +0100 Subject: [PATCH] Updated readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62e9629..666df4c 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -Download cloud images from: https://cloud-images.ubuntu.com/focal/current/ \ No newline at end of file +# Ultrabirb-cluster + +## Get Cloud images +Download cloud images from: https://cloud-images.ubuntu.com/focal/current/ + +## Use the magic-router +Simulate latency: `tc qdisc add dev enp1s0f2 root netem delay 97ms` + +Interfaces: + - enp1s0f0 192.168.110.10/24 cloud + - enp1s0f1 192.168.111.10/24 edge-1 + - enp1s0f2 192.168.112.10/24 edge-2 + - enp1s0f3 192.168.113.10/24 site \ No newline at end of file