From 906f7ab7130c6d291f2f77d79184689a9d17f24d Mon Sep 17 00:00:00 2001 From: Maddy Underwood Date: Fri, 20 Dec 2024 16:52:29 +0000 Subject: [PATCH] Corrected detail after Andy's review. --- .../servers-and-cloud-computing/cca-essentials/example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/learning-paths/servers-and-cloud-computing/cca-essentials/example.md b/content/learning-paths/servers-and-cloud-computing/cca-essentials/example.md index b19ad7c4f..fa712eb9d 100644 --- a/content/learning-paths/servers-and-cloud-computing/cca-essentials/example.md +++ b/content/learning-paths/servers-and-cloud-computing/cca-essentials/example.md @@ -45,7 +45,7 @@ The output should look like: inet 172.17.0.2/16 brd 172.17.255.255 scope global eth0 valid_lft forever preferred_lft forever ``` -Start the KBS on the `eth0` network interface: +Start the KBS on the `eth0` network interface, and replace 172.17.0.2 shown in the example below with the IP address corresponding to eth0 in the output of "ip -c a" above. ```bash ./keybroker-server -v --addr 172.17.0.2