diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/KleinDocs.tree b/KleinDocs.tree index ba9fb2e..2b24024 100644 --- a/KleinDocs.tree +++ b/KleinDocs.tree @@ -12,6 +12,7 @@ + diff --git a/topics/KleinArchives/documents/Documents.md b/topics/KleinArchives/documents/Documents.md index 829e30e..bf81e47 100644 --- a/topics/KleinArchives/documents/Documents.md +++ b/topics/KleinArchives/documents/Documents.md @@ -1,3 +1,19 @@ # Documents -Start typing here... \ No newline at end of file +## _____________ + +### Eigendomspapieren huis +``` ``` +### Levenstestament Rudi +``` ``` +### Levenstestament Rolien +``` ``` +### Hypotheekgegevens +``` ``` +### Bankrekeningen +``` ``` +### Privatelease +``` ``` +### Medicatie Rudi +``` ``` + diff --git a/topics/KleinOps/servers/KleinSense.md b/topics/KleinOps/servers/KleinSense.md index 988d3e2..9b5c451 100644 --- a/topics/KleinOps/servers/KleinSense.md +++ b/topics/KleinOps/servers/KleinSense.md @@ -1,3 +1,18 @@ # KleinSense -Start typing here... \ No newline at end of file +## __________________ + +### Ports + +| Config name | IP | Dev port | Phy port | OS name | +|-------------|-----|----------|----------|---------| +| WAN | 0 | igc0 | 1 | WAN | +| LAN | 178 | igc1 | 3 | LAN | +| SERVER | 1 | igc2 | 2 | OPT1 | +| UPSTAIRS | 3 | igc3 | 4 | OPT2 | + +### Drawings +``` +https://domain/location/filename +``` + diff --git a/topics/KleinOps/servers/KleinServer.md b/topics/KleinOps/servers/KleinServer.md index 71fc119..4556300 100644 --- a/topics/KleinOps/servers/KleinServer.md +++ b/topics/KleinOps/servers/KleinServer.md @@ -1,50 +1,53 @@ # KleinServer +## General +### Users -## Users -- **Darius** -```Persoonlijke services``` -- **Rudi** -```Persoonlijke services``` -- **Infra** -```Services gerelateerd aan netwerk infrasctructuur``` -- **Games** + specific users for specific games -```Game servers``` +| User | Purpose | +|--------|--------------------------------------------------| +| Darius | Personal services | +| Rudi | Personal services | +| Infra | Network infrastructure services | +| Games | Game servers (specific users for specific games) | + +### Port ranges + +| Purpose | From | To | +|--------------------------|------|------| +| Misc standalone services | 3000 | 3099 | +| Public Websites | 4000 | 4099 | +| Backend | 4100 | 4199 | +| Databases | 5000 | 5099 | +| Internal web GUI | 8000 | 8099 | -## Port ranges -- Misc standalone services -```3000 -> 3099``` -- Public Websites -```4000 -> 4099``` -- Backend -```4100 -> 4199``` -- Databases -```5000 -> 5099``` -- Internal web gui -```8000 -> 8099``` ## Containers ### Programs -- portfolio website + backend ```Port 4000->4001``` -- OpenSpeedTest ```Port 3001, 3009, 8080``` -- Grafana ```Port 3011``` -- Kleincord ```Port ADD LATER``` -- Docker registry ```Port 5000``` -- Netboot ```Port 69, 3008, 8080``` + +| Name | External port | Internal port | Remarks | +|-----------------|------------------|---------------|-----------------| +| Portfolio | 4000, 4001 | | Web and backend | +| OpenSpeedTest | 3001, 3009, 8080 | | | +| Grafana | 3011 | | | +| KleinCord | To be added | | | +| Docker registry | 5000 | | | +| Netboot | 69, 3008, 8080 | | | + + ### Databases -- Portfolio Database postress ```Port 5432``` +- Portfolio Database Postgres ```Port 5432``` - DB-DB-1 ```Port 3306``` - DB-DB-1 ```Port 3307``` ### Docs - portfolio Docs ```Port 4002``` -- Kleincord docs ```Port 9090``` +- KleinCord docs ```Port 9090``` - Wazuh notifier docs ```Port 9091``` -- Kleinserver docs ```Port 9092``` +- KleinServer docs ```Port 9092``` ## Services - Wazuh -- Jetbrain remote IDE (multiple) -- Github actions (need more info) +- Jetbrains remote IDE (multiple) +- GitHub actions (need more info) - ... ## Games diff --git a/topics/Switches.md b/topics/Switches.md new file mode 100644 index 0000000..37bcc8b --- /dev/null +++ b/topics/Switches.md @@ -0,0 +1,39 @@ +# Switches +## ___________________ + +### KleinSwitch-1 (UPSTAIRS) +``` +http://kleinswitch-1.kleinnet +http://192.168.3.8 +cc:40:d0:4c:4f:21 +``` +### KleinSwitch-2 (UPSTAIRS, Julius) +``` +http://kleinswitch-2.kleinnet +http://192.168.3.7 +bc:a5:11:c4:73:be +``` +### KleinSwitch-3 (LAN) +``` +http://kleinswitch-3.kleinnet +http://192.168.178.5 +08:02:8e:97:fe:e9 +``` +### KleinSwitch-4 (UPSTAIRS, Darius) +``` +http://kleinswitch-4.kleinnet +http://192.168.3.6 +bc:a5:11:c4:73:a5 +``` +### KleinSwitch-5 (LAN) +``` +http://kleinswitch-5.kleinnet +http://192.168.178.4 +94:18:65:7c:03:11 +``` +### KleinSwitch-6 (LAN, Rudi) +``` +http://kleinswitch-6.kleinnet +http://192.168.178.6 +94:18:65:7a:5c:56 +``` \ No newline at end of file