User Tools

Site Tools


networking:router:mikrotik_ap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking:router:mikrotik_ap [2022/12/29 13:21]
gcooper
networking:router:mikrotik_ap [2022/12/29 13:22] (current)
gcooper
Line 18: Line 18:
   * ''ether1'' connects to LAN and PoE   * ''ether1'' connects to LAN and PoE
   * ''ether2'' can be used to daisy-chain another AP or device   * ''ether2'' can be used to daisy-chain another AP or device
-  * Enables management on all ports+  * Permits management on all ports
   * WPA2 security with a pre-shared key   * WPA2 security with a pre-shared key
   * Sets AP as DHCP client for IP address   * Sets AP as DHCP client for IP address
Line 37: Line 37:
 /interface wireless /interface wireless
 set [ find default-name=wlan1 ] band=2ghz-b/g/n country="united states" disabled=no mode=ap-bridge \ set [ find default-name=wlan1 ] band=2ghz-b/g/n country="united states" disabled=no mode=ap-bridge \
-  security-profile=Secure ssid=<2GHz-Network-Name>+  security-profile=Secure ssid=<Your-2GHz-Network-Name>
 set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-XXXX disabled=no mode=ap-bridge \ set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-XXXX disabled=no mode=ap-bridge \
-  security-profile=Secure ssid=<5GHz-Network-Name>+  security-profile=Secure ssid=<Your-5GHz-Network-Name>
  
 # Add all interfaces to the bridge # Add all interfaces to the bridge
networking/router/mikrotik_ap.1672345292.txt.gz · Last modified: 2022/12/29 13:21 by gcooper