Good day,
I have chose an QRT G-2SHPnD for replacement of my Metal 2SHPn…(I thank all people who helped me with Metal connections issues
)
Right now I change default configuration of my QRT G-2SHPnD.
Below my exported configuration :
# jul/06/2015 07:45:24 by RouterOS 6.29.1
# software id = QCC4-2T0S
#
/interface bridge
add mtu=1500 name=bridge1
/interface ethernet
set [ find default-name=ether1 ] name=ether1-local
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods="" group-ciphers=tkip \
management-protection=allowed mode=dynamic-keys name=SecProf \
supplicant-identity="" unicast-ciphers=tkip wpa-pre-shared-key=13ctr4Wifi \
wpa2-pre-shared-key=13ctr4Wifi
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no frequency=2437 \
ht-ampdu-priorities=0,1,2,3,4,5,6,7 l2mtu=2290 mode=ap-bridge name=\
wlan1-gateway radio-name=Kikvision security-profile=SecProf ssid=\
KIKVISION wds-mode=dynamic wireless-protocol=802.11
/ip neighbor discovery
set wlan1-gateway discover=no
/ip hotspot profile
add dns-name=wifi.kikvision.ci hotspot-address=10.5.50.1 login-by=http-chap \
name=hsprof1
/ip pool
add name=pool1 ranges=10.0.0.20-10.0.0.84
add name=hs-pool-2 ranges=10.5.50.2-10.5.50.254
/ip dhcp-server
add address-pool=pool1 interface=bridge1 name=dhcp-server-1 src-address=\
10.10.0.1
add address-pool=hs-pool-2 disabled=no interface=bridge1 lease-time=1h name=\
dhcp1 src-address=10.5.50.1
/ip hotspot
add address-pool=hs-pool-2 addresses-per-mac=1 disabled=no interface=bridge1 \
name=hotspot1 profile=hsprof1
/ppp profile
set [ find name=default ] name=default
set [ find name=default-encryption ] name=default-encryption
/system logging action
set 3 remote=198.105.254.64
/interface bridge port
add bridge=bridge1 comment="LAN Port to Bridge" disabled=yes interface=\
ether1-local
add bridge=bridge1 comment="WLAN Port to Bridge" interface=wlan1-gateway
/interface wireless access-list
add interface=wlan1-gateway mac-address=28:9A:FA:E2:9A:FB
add interface=wlan1-gateway mac-address=5C:3C:27:78:97:BA signal-range=\
-100..120
/interface wireless connect-list
add interface=wlan1-gateway mac-address=28:9A:FA:E2:9A:FB security-profile=\
default
add interface=wlan1-gateway mac-address=5C:3C:27:78:97:BA security-profile=\
default signal-range=-100..120
/ip accounting
set account-local-traffic=yes enabled=yes
/ip accounting web-access
set accessible-via-web=yes
/ip address
add address=10.0.0.21/24 comment="TEST ONLY Gateway" disabled=yes interface=\
bridge1 network=10.0.0.0
add address=10.10.0.1 comment="WLAN Interface" interface=bridge1 network=\
10.10.0.0
add address=192.168.88.1/24 comment="LAN Interface" disabled=yes interface=\
bridge1 network=192.168.88.0
add address=10.5.50.1/24 comment="hotspot network" interface=wlan1-gateway \
network=10.5.50.0
/ip dhcp-client
add comment="default configuration" default-route-distance=0 dhcp-options=\
hostname,clientid disabled=no interface=ether1-local
/ip dhcp-server network
add address=10.0.0.0/24 comment="WLAN DHCP configuration" dns-server=10.0.0.1 \
gateway=10.0.0.1 ntp-server=64.6.144.6,64.147.116.229
add address=10.5.50.0/24 comment="hotspot network" dns-server=8.8.8.8 \
gateway=10.5.50.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip dns static
add address=192.168.88.1 name=router
/ip firewall nat
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
out-interface=ether1-local src-address=10.5.50.0/24
/ip hotspot user
add name=admin password=******
/ip packing
add interface=ether1-local
add interface=wlan1-gateway
add interface=bridge1
/ip proxy
set cache-path=web-proxy1
/ip route
add comment="TEST ONLY Default Static Route" distance=1 gateway=192.168.209.1
/ip service
set telnet address=0.0.0.0/0
set ftp address=0.0.0.0/0
set www address=0.0.0.0/0
set ssh address=0.0.0.0/0
set www-ssl address=0.0.0.0/0
set api address=0.0.0.0/0
set winbox address=0.0.0.0/0
set api-ssl address=0.0.0.0/0
/ip smb
set allow-guests=no comment=MikrotikSMB-1
/system clock
set time-zone-name=Africa/Abidjan
/system identity
set name=Kikvision
/system leds
set 0 interface=wlan1-gateway
/system logging
add topics=debug
/system ntp client
set enabled=yes primary-ntp=196.192.32.7 secondary-ntp=41.188.33.6
/system routerboard settings
set protected-routerboot=disabled
/tool romon port
add disabled=no
But I got authentication error when I am trying to connect my laptop in my house in spite of -81 dBm as signal strength (the antenna is installed outdoor at 13 meter from floor).
Someone can help me to better setup my product ?