aboutsummaryrefslogtreecommitdiff
path: root/JOURNAL.md
diff options
context:
space:
mode:
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