diff options
Diffstat (limited to 'nycmesh_notes.org')
| -rw-r--r-- | nycmesh_notes.org | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/nycmesh_notes.org b/nycmesh_notes.org new file mode 100644 index 0000000..5f6709c --- /dev/null +++ b/nycmesh_notes.org @@ -0,0 +1,43 @@ +* some notes on nycmesh + +* <2023-11-09 Thu> +configuring omnitik routerOS + +the default screen when i navigate to http://192.168.88.1/ it then +re-routes me to +http://192.168.88.1/webfig/#System:Reset_Configuration.Default_Configuration + +which shows the following page in the "Quick Set" menu: + +RouterOS v6.48.7 (long-term) + +The following default configuration has been installed on your router: + +Welcome to RouterOS! + 1) Set a strong router password in the System > Users menu + 2) Upgrade the software in the System > Packages menu + 3) Enable firewall on untrusted networks + 4) Set your country name to observe wireless regulations +----------------------------------------------------------------------------- +RouterMode: + * WAN port is protected by firewall and enabled DHCP client + * Wireless and Ethernet interfaces (except WAN port/s) + are part of LAN bridge +LAN Configuration: + IP address 192.168.88.1/24 is set on bridge (LAN port) + DHCP Server: enabled; + DNS: enabled; +wlan1 Configuration: + mode: ap-bridge; + band: 5ghz-a/n/ac; + tx-chains: 0;1; + rx-chains: 0;1; + installation: outdoor; + wpa2: no; + ht-extension: 20/40/80mhz-XXXX; +WAN (gateway) Configuration: + gateway: ether1 ; + ip4 firewall: enabled; + NAT: enabled; + DHCP Client: enabled; + |
