Community discussions

MikroTik App
 
Adamzsite
newbie
Topic Author
Posts: 26
Joined: Sat Oct 31, 2020 4:06 pm

Getting my LtAP LTE6 kit wireless working

Wed Oct 27, 2021 3:27 pm

Hi All

I'm hoping you can help, I have a LtAP LTE6 kit and I'm very happy with the unit. the only thing I'm having problems with if the wireless card/network part of the unit,
I cant seem to get the unit to transmit a wireless single, i have enable to interface and change the name of the ssid etc, but I'm missing something so setting I'm not enabling,
please find my config. if this might help.


# oct/27/2021 13:26:21 by RouterOS 6.49
# software id = PYY0-J8DC
#
# model = RBLtAP-2HnD
# serial number = B7270B37EDB8
/interface bridge
add admin-mac=C4:AD:34:70:B4:76 auto-mac=no comment=defconf name=bridge
/interface lte
set [ find ] allow-roaming=no name=lte1 network-mode=3g,lte
/interface vlan
add interface=bridge name=vlan3LTE vlan-id=3
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface lte apn
set [ find default=yes ] apn=three.co.uk passthrough-interface=vlan3LTE \
passthrough-mac=auto
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods="" mode=dynamic-keys \
name=Staff supplicant-identity="" wpa-pre-shared-key="**********" \
wpa2-pre-shared-key="************"
/interface wireless
set [ find default-name=wlan1 ] antenna-mode=ant-b band=2ghz-b/g/n \
channel-width=20/40mhz-XX country="united kingdom" disabled=no distance=\
indoors frequency=2442 installation=outdoor mode=ap-bridge \
security-profile=Staff ssid=WC&CPWiFi-Staff wireless-protocol=802.11 \
wps-mode=disabled
/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=dhcp interface=bridge name=defconf
/port
set 1 baud-rate=115200 name=gps
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=wlan1
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface detect-internet
set detect-interface-list=all
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=lte1 list=WAN
/ip address
add address=192.168.1.4/24 comment=defconf interface=bridge network=\
192.168.1.0
/ip dhcp-client
add disabled=no
/ip dns
set allow-remote-requests=yes servers=192.168.1.1,1.1.1.1
/ip dns static
add address=192.168.1.4 comment=defconf name=router.lan
/ip firewall filter
add action=accept chain=input comment=\
"defconf: accept established,related,untracked" connection-state=\
established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment=\
"defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
connection-state=established,related
add action=accept chain=forward comment=\
"defconf: accept established,related, untracked" connection-state=\
established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" \
connection-state=invalid
add action=drop chain=forward comment=\
"defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
connection-state=new in-interface-list=WAN
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
ipsec-policy=out,none out-interface-list=WAN
/ip route
add distance=1 gateway=192.168.1.1
/ip upnp interfaces
add interface=bridge type=internal
add interface=lte1 type=external
/system clock
set time-zone-name=Europe/London
/system gps
set port=gps
/system leds
# using RSRP, modem-signal-threshold ignored
set 0 interface=lte1 type=modem-signal
/system routerboard settings
set auto-upgrade=yes
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN

Who is online

Users browsing this forum: itsbenlol, scoobyn8 and 50 guests