m4rk3J
Ahoj,
snad tam nezustal po pokusech žádný bordel. Toto je základ od kterého jsem odebral všechny "vychytávky" typu hostovských WiFin, ověřovíní klientů, skriptů a jejich plánování, NTP.... i tak to jede max 300k 🙁
`2025-04-25 08:02:28 by RouterOS 7.18.2
software id = HSAI-M6GA
model = RBcAPGi-5acD2nD
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-g/n channel-width=20/40mhz-XX \
country="czech republic" disabled=no distance=indoors frequency=auto \
installation=indoor mode=ap-bridge ssid=MikroTik-2 wireless-protocol=\
802.11
set [ find default-name=wlan2 ] band=5ghz-n/ac channel-width=20/40/80mhz-XXXX \
country="czech republic" disabled=no distance=indoors frequency=auto \
installation=indoor mode=ap-bridge ssid=MikroTik-5 wireless-protocol=\
802.11
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/disk settings
set auto-media-interface=bridge1 auto-media-sharing=yes auto-smb-sharing=yes
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=wlan2
/ip neighbor discovery-settings
ipv6 neighbor configuration has changed, please restart the device in order to apply the new settings
set discover-interface-list=!dynamic lldp-med-net-policy-vlan=1
/ipv6 settings
ipv6 neighbor configuration has changed, please restart the device in order to apply the new settings
set allow-fast-path=no disable-ipv6=yes forward=no
/ip dhcp-client
add comment=defconf default-route-tables=main interface=bridge1
/ip dns
set allow-remote-requests=yes
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
ipsec-policy=out,none out-interface-list=2000010
/system clock
set time-zone-name=Europe/Prague
/system note
set show-at-login=no
/system routerboard mode-button
set enabled=yes on-event=dark-mode
/tool mac-server
set allowed-interface-list=2000011
/tool mac-server mac-winbox
set allowed-interface-list=*2000011
`