Skip to content

Commit

Permalink
Final tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
madeline-underwood committed Dec 20, 2024
1 parent 906f7ab commit c836efa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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, 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.
Start the KBS on the `eth0` network interface, and replace 172.17.0.2 shown in the command 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
Expand Down

0 comments on commit c836efa

Please sign in to comment.