Ahoj,
omlouvám se že píšu tak pozdě.
/interface bridge
add fast-forward=no mtu=1500 name=bridge1 protocol-mode=stp
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n country="czech republic" \
disabled=no frequency=5200 mode=station-bridge name=wlan1-gateway ssid=\
APcko5Ghz
/interface ethernet
set [ find default-name=ether1 ] advertise=100M-half,100M-full \
auto-negotiation=no name=ether1-local
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=3des
/ip pool
add name=dhcp ranges=192.168.3.10-192.168.3.254
/ip dhcp-server
add address-pool=dhcp authoritative=after-2sec-delay disabled=no interface=\
bridge1 lease-time=3d name=dhcp1
/system logging action
set 0 memory-lines=100
set 1 disk-lines-per-file=100
/interface bridge port
add bridge=bridge1 interface=ether1-local
add bridge=bridge1 disabled=yes interface=wlan1-gateway
/interface l2tp-server server
set caller-id-type=ip-address
/ip address
add address=192.168.3.1/24 comment="default configuration" interface=\
ether1-local network=192.168.3.0
/ip dhcp-client
add comment="default configuration" dhcp-options=hostname,clientid disabled=no \
interface=wlan1-gateway
/ip dhcp-server network
add address=192.168.3.0/24 dns-server=8.8.8.8,8.8.4.4 gateway=192.168.3.1 \
netmask=24
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip dns static
add address=192.168.3.1 name=router
/ip firewall filter
add action=accept chain=input comment="default configuration" protocol=icmp
add action=accept chain=input comment="default configuration" connection-state=\
established
add action=accept chain=input comment="default configuration" connection-state=\
related
add action=drop chain=input comment="default configuration" in-interface=\
wlan1-gateway
add action=accept chain=forward comment="default configuration" \
connection-state=established
add action=accept chain=forward comment="default configuration" \
connection-state=related
add action=drop chain=forward comment="default configuration" connection-state=\
invalid
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" \
out-interface=wlan1-gateway to-addresses=0.0.0.0
/ip route
add disabled=yes distance=1 gateway=192.168.20.1
/ip service
set api disabled=yes
/system clock
set time-zone-name=Europe/Prague
/system identity
set name=Kalda_CL
/system leds
set 0 interface=wlan1-gateway
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether1-local
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether1-local