Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix subnet typo in deploy tutorial 10.0.1.x -> 10.0.0.x #4466

Merged
merged 1 commit into from
Feb 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions doc/tutorials/deploy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ The sample SCION demo setup consists of one ISD with three core ASes and two non
======== ==== ========= ======== =============== =============== ====================== ======== ====
Hostname ISD AS Purpose Notes IP Address OS Disk RAM
======== ==== ========= ======== =============== =============== ====================== ======== ====
scion01 42 ffaa:1:1 Core Voting, CA 10.0.1.1 **Ubuntu** 22.04.3 LTS 4 GB 1 GB
scion02 42 ffaa:1:2 Core Non-Voting, CA 10.0.1.2 **Ubuntu** 22.04.3 LTS 4 GB 1 GB
scion03 42 ffaa:1:3 Core Voting 10.0.1.3 **Ubuntu** 22.04.3 LTS 4 GB 1 GB
scion04 42 ffaa:1:4 Leaf 10.0.1.4 **Ubuntu** 22.04.3 LTS 4 GB 1 GB
scion05 42 ffaa:1:5 Leaf 10.0.1.5 **Ubuntu** 22.04.3 LTS 4 GB 1 GB
scion01 42 ffaa:1:1 Core Voting, CA 10.0.0.1 **Ubuntu** 22.04.3 LTS 4 GB 1 GB
scion02 42 ffaa:1:2 Core Non-Voting, CA 10.0.0.2 **Ubuntu** 22.04.3 LTS 4 GB 1 GB
scion03 42 ffaa:1:3 Core Voting 10.0.0.3 **Ubuntu** 22.04.3 LTS 4 GB 1 GB
scion04 42 ffaa:1:4 Leaf 10.0.0.4 **Ubuntu** 22.04.3 LTS 4 GB 1 GB
scion05 42 ffaa:1:5 Leaf 10.0.0.5 **Ubuntu** 22.04.3 LTS 4 GB 1 GB
======== ==== ========= ======== =============== =============== ====================== ======== ====

*Table 1: Required Infrastructure*
Expand Down
Loading