This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:router:mikrotik_ap [2022/12/29 13:11] gcooper |
networking:router:mikrotik_ap [2022/12/29 13:22] (current) gcooper |
||
---|---|---|---|
Line 15: | Line 15: | ||
For a simple home AP, you can **default the programming (factory reset) and select '' | For a simple home AP, you can **default the programming (factory reset) and select '' | ||
+ | * Bridges all ports to the LAN | ||
+ | * '' | ||
+ | * '' | ||
+ | * Permits management on all ports | ||
+ | * WPA2 security with a pre-shared key | ||
+ | * Sets AP as DHCP client for IP address | ||
+ | * Use DHCP reservation if desired | ||
+ | * Sets AP hostname | ||
< | < | ||
- | # Create a bridge | + | # Create a LAN bridge |
/interface bridge add name=LAN | /interface bridge add name=LAN | ||
Line 30: | Line 37: | ||
/interface wireless | /interface wireless | ||
set [ find default-name=wlan1 ] band=2ghz-b/ | set [ find default-name=wlan1 ] band=2ghz-b/ | ||
- | security-profile=Secure ssid=< | + | security-profile=Secure ssid=<Your-2GHz-Network-Name> |
set [ find default-name=wlan2 ] band=5ghz-a/ | set [ find default-name=wlan2 ] band=5ghz-a/ | ||
- | security-profile=Secure ssid=< | + | security-profile=Secure ssid=<Your-5GHz-Network-Name> |
- | + | ||
- | # Configure Hotspot | + | |
- | /ip hotspot profile set [ find default=yes ] html-directory=hotspot | + | |
# Add all interfaces to the bridge | # Add all interfaces to the bridge |