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

Propose new 145 net layout #40

Merged
merged 4 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
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
34 changes: 21 additions & 13 deletions src/infrastructure/network/ip_allocations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

All links on this page should point at the underlying physical (or virtual) _infrastructure_. Links do **not** redirect towards _services_.

## IP Address Listing for 128.153.144.1/24 subnet

_updated: December 15, 2023_
## 128.153.144.0/24 Subnet
### IP Address Listing
_updated: October 24, 2024_

| 128.153.144.# | Name |
| :--- | :---
Expand All @@ -14,7 +14,7 @@ _updated: December 15, 2023_
| 21-28 | COSI Machines (1-8) |
| 29 | 3D Printer Machine |
| 40-65 | ITL Machines |
| 100-254 | DHCP |
| 100-250 | DHCP |

### Layout

Expand All @@ -26,9 +26,13 @@ _updated: December 15, 2023_
| 21-39 | COSI Machines |
| 40-65 | ITL Machines |
| 66-99 | Unallocated |
| 100-254 | DHCP |
| 100-250 | DHCP |
| 251-253 | Unallocated |
| 254 | VPN Entry Point |

## IP Address Listing for 128.153.145.1/24 subnet
## 128.153.145.0/24 Subnet
### IP Address Listing
_updated: October 24, 2024_

| 128.153.145.# | Name |
| :--- | :---
Expand All @@ -48,17 +52,21 @@ _updated: December 15, 2023_
| 52 | [Caterpillar](../servers/caterpillar.md) |
| 53 | [TalTres](../servers/taltres.md) |
| 90 | [Elephant](../servers/elephant.md) |
| 91 | [Erised](../servers/erised.md) |

### Layout

# Layout of 145/24 network
### Allocations

_TODO: reallocate the entire network_
| 128.153.145.# | Name |
| :--- | :---
| 1 | OIT Gateway |
| 2-29 | Network services/appliances, Mirror |
| 30-99 | COSI Servers |
| 100-169 | Research |
| 170-220 | Student projects / VMs |
| 230-254 | Research |

## IPv6 Address Listing for 2605:6480:c051::/48 network
## 2605:6480:c051::/48 Subnet

### Subnet Allocations
### Allocations

| 2605:6480:c051 | :XXXX: | YYYY:YYYY:YYYY:YYYY |
| :-: | :-: | :-: |
Expand Down
2 changes: 1 addition & 1 deletion src/websites/book.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ What is far more interesting about the book is it's history.

## History

The history of documentation in COSI teaching some interesting lessons. Here is some history on why our previous two methods of documentation eventually fell out of fashion for their maintainablity and transferablity.
The history of documentation in COSI teaching some interesting lessons. Here is some history on why our previous two methods of documentation eventually fell out of fashion for their maintainability and transferablity.

**Info Slash**

Expand Down
Loading