[ sarmudin @ 14.02.2018. 10:47 ] @
Imam jedan problem sa računala koja vrte mac os X. Spojena su wirelessom na Wap i svako malo se isključuju s mreže i puca. Istovremeno win i mobiteli rade uredno. Probao sam preko Ubiqutia i ti macovi rade kako treba, tako da mi ništa nije jasno. Config je: Code: # feb/14/2018 09:21:44 by RouterOS 6.40.5 # software id = 1VD1-Q5H4 # # model = RouterBOARD wAP 2nD r2 # serial number = 676605CBB2C0 /interface bridge add fast-forward=no name=AP_Bridge /interface ethernet set [ find default-name=ether1 ] name=ether1-gateway /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik add authentication-types=wpa-psk,wpa2-psk eap-methods="" group-ciphers=\ tkip,aes-ccm management-protection=allowed mode=dynamic-keys name=\ lostinuniverse supplicant-identity="" unicast-ciphers=tkip,aes-ccm \ wpa-pre-shared-key=xxxxxxxxx wpa2-pre-shared-key=xxxxxxxx /interface wireless set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-eC \ disabled=no distance=indoors frequency=auto mode=ap-bridge name=\ wlan1-local security-profile=lostinuniverse ssid="xxxxxxx" \ wireless-protocol=802.11 /ip hotspot profile set [ find default=yes ] html-directory=flash/hotspot /ip ipsec proposal set [ find default=yes ] enc-algorithms=aes-128-cbc /ip pool add name=default-dhcp ranges=192.168.88.10-192.168.88.254 /ip dhcp-server # DHCP server can not run on slave interface! add address-pool=default-dhcp authoritative=after-2sec-delay disabled=no \ interface=wlan1-local name=default /system logging action set 1 disk-file-name=log /interface bridge port add bridge=AP_Bridge interface=wlan1-local add bridge=AP_Bridge interface=ether1-gateway /ip address add address=192.168.0.2/24 interface=AP_Bridge network=192.168.0.0 /ip dhcp-client add comment="default configuration" dhcp-options=hostname,clientid disabled=\ no interface=ether1-gateway /ip dhcp-server network add address=192.168.88.0/24 comment="default configuration" gateway=\ 192.168.88.1 /ip dns set allow-remote-requests=yes /ip dns static add address=192.168.88.1 name=router /ip firewall nat # in/out-interface matcher not possible when interface (ether1-gateway) is slave - use master instead (AP_Bridge) add action=masquerade chain=srcnat comment="default configuration" \ out-interface=ether1-gateway /ip smb shares set [ find default=yes ] directory=/pub /system clock set time-zone-name=Europe/Zagreb /tool bandwidth-server set authenticate=no |