Advertisement
Guest User

config_mesh

a guest
Jul 15th, 2020
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. /interface mesh
  2. add name=MESH_5Ghz
  3. /interface wireless
  4. set [ find default-name=wlan1 ] antenna-gain=0 country=no_country_set disabled=\
  5. no frequency=2442 frequency-mode=superchannel installation=indoor mode=\
  6. ap-bridge name=wlan_2,4Ghz radio-name=MT_controller2,4 scan-list=2442 ssid=\
  7. 777 wireless-protocol=802.11
  8. set [ find default-name=wlan2 ] antenna-gain=0 band=5ghz-a/n/ac channel-width=\
  9. 20/40/80mhz-XXXX country=no_country_set disabled=no frequency=5770 \
  10. frequency-mode=superchannel installation=indoor mode=ap-bridge name=\
  11. wlan_5Ghz nv2-preshared-key=123456 nv2-security=enabled radio-name=\
  12. MT_controller scan-list=5770 ssid=MAG5G wds-default-bridge=MESH_5Ghz \
  13. wds-mode=dynamic-mesh
  14. /interface wireless security-profiles
  15. set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=\
  16. dynamic-keys supplicant-identity=MikroTik wpa2-pre-shared-key=1234567890
  17. /ip pool
  18. add name=dhcp_pool0 ranges=10.10.1.20-10.10.1.250
  19. /ip dhcp-server
  20. add address-pool=dhcp_pool0 disabled=no interface=MESH_5Ghz lease-time=42w6d10m \
  21. name=dhcp1
  22. /interface mesh port
  23. add interface=wlan_2,4Ghz mesh=MESH_5Ghz
  24. add interface=wlan_5Ghz mesh=MESH_5Ghz
  25. add interface=ether2 mesh=MESH_5Ghz
  26. /ip address
  27. add address=10.10.1.1/24 interface=MESH_5Ghz network=10.10.1.0
  28. /ip dhcp-client
  29. add dhcp-options=hostname,clientid disabled=no interface=ether1
  30. /ip dhcp-server network
  31. 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
  32. /ip dns
  33. set allow-remote-requests=yes
  34. /ip firewall nat
  35. add action=masquerade chain=srcnat out-interface=MESH_5Ghz
  36. /system clock
  37. set time-zone-name=Europe/Volgograd
  38. /system identity
  39. set name=MT_controller
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement