aboutsummaryrefslogtreecommitdiff
path: root/JOURNAL.md
diff options
context:
space:
mode:
authorKablersalat <crt@adastra7.net>2025-03-07 13:59:14 +0100
committerKablersalat <crt@adastra7.net>2025-03-07 13:59:14 +0100
commit8196e353f6c26829be2b26ef21a103f0c28178f3 (patch)
treeea7ba3676d925c1fa059d2c873e77ef977f9d038 /JOURNAL.md
parent088e1044da6e02c5b4820f4b9397998ac2053100 (diff)
journal started
Diffstat (limited to 'JOURNAL.md')
-rw-r--r--JOURNAL.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/JOURNAL.md b/JOURNAL.md
new file mode 100644
index 0000000..f595089
--- /dev/null
+++ b/JOURNAL.md
@@ -0,0 +1,30 @@
+# Journal
+
+## 2025-03-07
+Summary :
+
+Took testing Mikrotik Router RB2011UiAS-2HnD-IN to School with me to do basics of testing due to actual router going missing for some reason.
+
+### Work done on MT RouterOS
+Only changed values from default are listed to save on documentation work having to be done.
+
+- Router was Reset to default config
+- Set password for Default SSID broadcast on built in AP
+ - Wireless -> Wireless -> Security Profiles -> Default :
+ - Mode : Dynamic Keys
+ - Auth. Types : WPA2 PSK + WPA2 EAP
+ - WPA2 Pre-Shared Key : PasswordIWontGiveYou123
+- Changed IP of default net (VLANID1) to 10.201.0.1/24
+ - IP -> Addresses -> 192.168.88.1/24 on bridge interface.
+ - Address : 10.201.0.1/24
+ - Network : 10.201.0.0
+- Changed DHCP server on bridge Network to match actual network
+ - IP -> DHCP server -> Networks -> 192.168.88.0/24
+ - Address : 10.201.0.0/24
+ - Gateway : 10.201.0.1
+ - DNS Servers : 10.201.0.1 + 9.9.9.9
+ - Domain : 1.m145.teleco.ch
+ - IP -> Pool -> default-dhcp
+ - Addresses : 10.201.0.50-10.201.0.150
+
+ \ No newline at end of file