Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /interface mesh
- add name=MESH_5Ghz
- /interface wireless
- set [ find default-name=wlan1 ] antenna-gain=0 country=no_country_set disabled=\
- no frequency=2442 frequency-mode=superchannel installation=indoor mode=\
- ap-bridge name=wlan_2,4Ghz radio-name=MT_controller2,4 scan-list=2442 ssid=\
- 777 wireless-protocol=802.11
- set [ find default-name=wlan2 ] antenna-gain=0 band=5ghz-a/n/ac channel-width=\
- 20/40/80mhz-XXXX country=no_country_set disabled=no frequency=5770 \
- frequency-mode=superchannel installation=indoor mode=ap-bridge name=\
- wlan_5Ghz nv2-preshared-key=123456 nv2-security=enabled radio-name=\
- MT_controller scan-list=5770 ssid=MAG5G wds-default-bridge=MESH_5Ghz \
- wds-mode=dynamic-mesh
- /interface wireless security-profiles
- set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=\
- dynamic-keys supplicant-identity=MikroTik wpa2-pre-shared-key=1234567890
- /ip pool
- add name=dhcp_pool0 ranges=10.10.1.20-10.10.1.250
- /ip dhcp-server
- add address-pool=dhcp_pool0 disabled=no interface=MESH_5Ghz lease-time=42w6d10m \
- name=dhcp1
- /interface mesh port
- add interface=wlan_2,4Ghz mesh=MESH_5Ghz
- add interface=wlan_5Ghz mesh=MESH_5Ghz
- add interface=ether2 mesh=MESH_5Ghz
- /ip address
- add address=10.10.1.1/24 interface=MESH_5Ghz network=10.10.1.0
- /ip dhcp-client
- add dhcp-options=hostname,clientid disabled=no interface=ether1
- /ip dhcp-server network
- add address=10.10.1.0/24 dns-server=10.10.1.1,8.8.8.8,8.8.4.4 gateway=10.10.1.1
- /ip dns
- set allow-remote-requests=yes
- /ip firewall nat
- add action=masquerade chain=srcnat out-interface=MESH_5Ghz
- /system clock
- set time-zone-name=Europe/Volgograd
- /system identity
- set name=MT_controller
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement