Balíček jsem nahrál správný
Hlásí mě to: error: could not resolve DNS name
V logu mám červeně : missing package rose-storage
Vše šlape nevím kde mám chybu
/interface bridge
add name=bridge1 port-cost-mode=short
/interface ethernet
set [ find default-name=ether1 ] comment=WAN mac-address=54:67:51:8C:77:38
set [ find default-name=ether2 ] comment=Synology
set [ find default-name=ether3 ] comment=Honza
set [ find default-name=ether4 ] comment=Tadeas
set [ find default-name=ether5 ] comment="Switch TV + Lan HP"
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n comment="WiFi 2" country=\
no_country_set disabled=no frequency-mode=superchannel mode=ap-bridge ssid=\
Mikovo wireless-protocol=802.11 wps-mode=disabled
set [ find default-name=wlan2 ] band=5ghz-n/ac channel-width=20/40/80mhz-Ceee \
comment="WiFi 5" country=no_country_set disabled=no frequency=5500 \
frequency-mode=superchannel mode=ap-bridge ssid=ISP wps-mode=disabled
/interface wireless manual-tx-power-table
set wlan1 comment="WiFi 2"
set wlan2 comment="WiFi 5"
/interface wireless nstreme
set wlan1 comment="WiFi 2"
set wlan2 comment="WiFi 5" enable-polling=no
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods="" \
mode=dynamic-keys supplicant-identity=MikroTik
add name=wlan1-profile supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods="" mode=dynamic-keys \
name=profile2 supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=192.168.111.150-192.168.111.170
/ip dhcp-server
add address-pool=dhcp interface=bridge1 lease-time=12h name=dhcp1
/ip smb users
set [ find default=yes ] disabled=yes
/interface bridge port
add bridge=bridge1 interface=ether2 internal-path-cost=10 path-cost=10
add bridge=bridge1 interface=ether3 internal-path-cost=10 path-cost=10
add bridge=bridge1 interface=ether4 internal-path-cost=10 path-cost=10
add bridge=bridge1 interface=ether5 internal-path-cost=10 path-cost=10
add bridge=bridge1 interface=wlan2 internal-path-cost=10 path-cost=10
add bridge=bridge1 interface=wlan1 internal-path-cost=10 path-cost=10
/ip firewall connection tracking
set udp-timeout=10s
/ip neighbor discovery-settings
set discover-interface-list=all
/ipv6 settings
set disable-ipv6=yes
/interface list member
add interface=ether1 list=WAN
add interface=bridge1 list=LAN
/interface ovpn-server server
set auth=sha1,md5
/ip address
add address=192.168.111.1/24 interface=bridge1 network=192.168.111.0
/ip dhcp-client
add interface=ether1
/ip dhcp-server network
add address=0.0.0.0/24 gateway=0.0.0.0 netmask=24
add address=192.168.111.0/24 dns-server=8.8.8.8,31.30.90.11 gateway=\
192.168.111.1 netmask=24
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/ip dns static
add address=89.103.122.240 name="UPC Brno"
add address=1.1.1.1 name="NIX 1"
add address=8.8.8.8 name="Nix G"
/ip firewall filter
add action=add-src-to-address-list address-list=attack address-list-timeout=\
none-dynamic chain=input comment="Blokovani utoku SSH" dst-port=21-23 \
limit=5/1m,5:packet protocol=tcp src-address-list=!secure-ssh
add action=drop chain=input dst-port=21-23 protocol=tcp src-address-list=attack
add action=accept chain=input comment=SSH disabled=yes dst-port=21 protocol=tcp
add action=accept chain=input comment="default configuration" disabled=yes \
protocol=icmp
add action=accept chain=input connection-state=established disabled=yes
add action=accept chain=input connection-state=related disabled=yes
add action=accept chain=input comment="WEB interface" dst-port=80 protocol=tcp
add action=accept chain=input comment=WinBox dst-port=8291 protocol=tcp
add action=accept chain=input comment=SSH disabled=yes dst-port=22 protocol=tcp
add action=accept chain=input comment=BTest disabled=yes dst-port=2000 \
protocol=tcp
add action=accept chain=input disabled=yes dst-port=2000 protocol=udp
add action=accept chain=input comment=Telnet disabled=yes dst-port=23 protocol=\
tcp
add action=accept chain=input comment="povolit Ping" connection-state=\
established,related disabled=yes in-interface=ether1 protocol=icmp
add action=drop chain=input comment="ostatni z venku zahodit" in-interface=\
ether1
add action=accept chain=forward connection-state=established
add action=accept chain=forward connection-state=related
add action=drop chain=forward connection-state=invalid
/ip firewall nat
add action=masquerade chain=srcnat comment="Harpin NAT" disabled=yes \
dst-address=192.168.111.0/24 dst-address-type="" out-interface=bridge1 \
src-address=192.168.111.0/24
add action=masquerade chain=srcnat out-interface-list=WAN
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set www-ssl disabled=no
/ip smb shares