druhé zařízení funguje jak má , dhcp v síti je na jiném zařízení.
tady je protikus.
MMM MMM KKK TTTTTTTTTTT KKK
MMMM MMMM KKK TTTTTTTTTTT KKK
MMM MMMM MMM III KKK KKK RRRRRR OOOOOO TTT III KKK KKK
MMM MM MMM III KKKKK RRR RRR OOO OOO TTT III KKKKK
MMM MMM III KKK KKK RRRRRR OOO OOO TTT III KKK KKK
MMM MMM III KKK KKK RRR RRR OOOOOO TTT III KKK KKK
MikroTik RouterOS 6.42.4 (c) 1999-2018 http://www.mikrotik.com/
Gives the list of available commands
command Gives help on the command and list of arguments
Completes the command/word. If the input is ambiguous,
a second gives possible options
/ Move up to base level
.. Move up one level
/command Use command at the base level
> export
# jul/27/2018 11 by RouterOS 6.42.4
# software id = 2L8X-BUP7
#
# model = RouterBOARD LHG 5nD
# serial number = 6F2C0699BD8A
/interface bridge
add fast-forward=no name=bridge1
/interface wireless
set band=5ghz-a/n channel-width=20/40mhz-Ce \
disabled=no frequency=5200 mode=station-bridge ssid="MikroTik barak" \
wireless-protocol=nv2-nstreme-802.11
/interface list
add exclude=dynamic name=discover
add name=mactel
add name=mac-winbox
/interface wireless security-profiles
set supplicant-identity=MikroTik
/ip hotspot profile
set html-directory=flash/hotspot
/ip pool
add name=dhcp ranges=10.0.0.39-10.0.0.254
/ip dhcp-server
add address-pool=dhcp authoritative=after-2sec-delay interface=ether1 name=\
defconf
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 hw=no interface=ether1
/ip neighbor discovery-settings
set discover-interface-list=discover
/interface list member
add interface=ether1 list=discover
add interface=bridge1 list=discover
add interface=ether1 list=mactel
add interface=ether1 list=mac-winbox
/ip address
add address=10.0.0.37/24 comment=defconf interface=ether1 network=10.0.0.0
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid interface=bridge1
/ip dhcp-server network
add address=10.0.0.0/24 comment=defconf gateway=10.0.0.37 netmask=24
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=10.0.0.37 name=router
/ip firewall filter
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment="defconf: accept established,related" \
connection-state=established,related
# in/out-interface matcher not possible when interface (wlan1) is slave - use mast
r instead (bridge1)
add action=drop chain=input comment="defconf: drop all from WAN" in-interface=\
wlan1
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
connection-state=established,related
add action=accept chain=forward comment="defconf: accept established,related" \
connection-state=established,related
add action=drop chain=forward comment="defconf: drop invalid" connection-state=\
invalid
# in/out-interface matcher not possible when interface (wlan1) is slave - use mast
r instead (bridge1)
add action=drop chain=forward comment=\
"defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
connection-state=new in-interface=wlan1
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" disabled=yes \
out-interface=wlan1
/ip route
add distance=1 gateway=10.0.0.8
/system clock
set time-zone-name=Europe/Prague
/system routerboard settings
set silent-boot=no
/tool mac-server
set allowed-interface-list=mactel
/tool mac-server mac-winbox
set allowed-interface-list=mac-winbox
>