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