Hi
Was wondering if anyone could shed any light on why my device is performing so badly, i cant get more than about 6 foot away from it before I loose wifi.
I have put these two antennas on it:
https://linitx.com/product/pc-engines-omni-antenna-24ghz5ghz-dualband-5dbi/11589
Config looks like this:
# apr/16/2017 18:38:33 by RouterOS 6.38.5
# software id = A79I-B3BS
#
/interface lte
set [ find ] apn=everywhere authentication=chap mac-address=02:1E:10:1F:00:00 \
name=4g network-mode=gsm,3g,lte user=eesecure
/interface bridge
add admin-mac=4C:5E:0C:80:F2:D0 auto-mac=no mtu=1500 name=bridge-local
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n country="united kingdom" \
disabled=no frequency=auto mode=ap-bridge noise-floor-threshold=-110 \
rx-chains=0,1 ssid=proactive2 tx-chains=0,1
/interface list
add name=list1
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods="" \
mode=dynamic-keys supplicant-identity=MikroTik
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=aes-128-cbc
/ip pool
add name=dhcp_pool1 ranges=\
192.168.88.1-192.168.88.3,192.168.88.5-192.168.88.254
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=bridge-local name=dhcp1
/port
set 0 name=usb1
/interface bridge port
add bridge=bridge-local interface=ether1
add bridge=bridge-local interface=wlan1
/ip address
add address=192.168.88.4/24 comment="default configuration" interface=wlan1 \
network=192.168.88.0
/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no \
interface=4g
/ip dhcp-server network
add address=192.168.88.0/24 dns-server=192.168.88.4 gateway=192.168.88.4
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/ip dns static
add address=192.168.88.4 name=router
/ip firewall nat
add action=masquerade chain=srcnat out-interface=4g
/system clock
set time-zone-name=Europe/London
/system identity
set name="MikroTik - Basebox 5"
/system leds
set 0 interface=wlan1
/system logging
add topics=lte
/system ntp client
set enabled=yes primary-ntp=83.231.183.4 secondary-ntp=178.79.160.57
/system routerboard settings
set init-delay=0s
/tool sms
set port=usb1 receive-enabled=yes
Thanks
NikC





