Wpis z mikrobloga

Mikrotikowe Miraski, w zestawie router HAP AC3 + modem LHG LTE6 poniższy kod wykonywałem na routerze HAP - czy to znaczy że realnie on nadal jest routerem czy tylko Access Pointem a routerem realnie jest LHG?

Mam ten zestaw 111km ode mnie i aktualnie nie działa przez humory Orange, chcę tam dodać 2 modem innego operatora i dlatego teraz badam sprawę bo z 2 modemami to jednak lepiej żeby HAP był faktycznie routerem.

Myślę żeby LHG LTE6 wymienić na ATL 18 ale nie wiem czy on wystarczająco wzmacnia sygnał żeby dać radę w tej lokacji. Plustem ATLa jest to że agreguje więcej pasm.

Już widzę po kodzie że HAP faktycznie jest jako bridge po prostu. Zarządzać na nim failowerem i łączeniem 2 WAN nie da rady w tym układzie?

{
/interface wireless security-profiles
set default mode=dynamic-keys authentication-types=wpa2-psk,wpa-psk wpa-pre-shared-key="HASLO_WIFI" wpa2-pre-shared-key="HASLO_WIFI" unicast-ciphers=tkip,aes-ccm group-ciphers=tkip,aes-ccm
/interface wireless
set mode=ap-bridge band=2ghz-b/g/n channel-width=20/40mhz-Ce numbers=wlan1 frequency=auto ssid="NAZWA_WIFI" antenna-gain=6
set tx-chains=0,1 numbers=wlan1
set rx-chains=0,1 numbers=wlan1
set 0 frequency-mode=regulatory-domain
set 0 country=poland
/interface wireless
set mode=ap-bridge band=5ghz-a/n/ac channel-width=20/40mhz-Ce numbers=wlan2 frequency=auto ssid="NAZWA_WIFI" antenna-gain=6
set tx-chains=0,1 numbers=wlan2
set rx-chains=0,1 numbers=wlan2
set 1 frequency-mode=regulatory-domain
set 1 country=poland
/interface
set wlan1 disabled=no
set wlan2 disabled=no
/interface bridge
add name=bridge_lan
/interface bridge port
add interface=ether1 bridge=bridge_lan
# add interface=ether2 bridge=bridge_lan
add interface=ether3 bridge=bridge_lan
add interface=ether4 bridge=bridge_lan
add interface=wlan1 bridge=bridge_lan
add interface=wlan2 bridge=bridge_lan
/ip address
add address="192.168.188.2/24" interface=bridge_lan
/ip route
add gateway="192.168.188.1"
/ip dns
set servers=1.1.1.1,8.8.8.8
/system clock
set time-zone-name=Europe/Warsaw
/system ntp client
set enabled=yes
/system ntp client servers
add address=131.130.251.107
add address=129.6.15.30
/system identity
set name="NAZWA_urzadzenia"
/ip service
disable api
disable api-ssl
disable ftp
disable telnet
disable www
disable www-ssl
set ssh port=22
/system logging action
remove [find default=no]
add disk-file-count=20 disk-file-name=log-ppp disk-lines-per-file=300 disk-stop-on-full=no name=ppp target=disk
add disk-file-count=5 disk-file-name=log-account disk-lines-per-file=100 disk-stop-on-full=no name=account target=disk
add disk-file-count=5 disk-file-name=log-error disk-lines-per-file=500 disk-stop-on-full=no name=error target=disk
add disk-file-count=10 disk-file-name=log-system disk-lines-per-file=100 disk-stop-on-full=no name=system target=disk
add disk-file-count=20 disk-file-name=log-wireless-debug disk-lines-per-file=100 disk-stop-on-full=no name=wirelessd target=disk
add disk-file-count=20 disk-file-name=log-wireless disk-lines-per-file=200 disk-stop-on-full=no name=wireless target=disk
add disk-file-count=5 disk-file-name=log-interface-warning disk-lines-per-file=20 disk-stop-on-full=no name=interfacew target=disk
/system logging
remove [find default=no]
disable [find]
add action=error topics=error,!critical
add action=error topics=critical
add action=error topics=warning,!interface
add action=error topics=interface,info
add action=ppp topics=pppoe,info
add action=account topics=system,account
add action=system topics=system,!account,!error,!critical,!warning
add action=wireless topics=wireless,!debug
add action=wirelessd topics=wireless,debug
add action=interfacew topics=warning,interface
}

#mikrotik #siecikomputerowe
  • 1
  • Odpowiedz
  • 0
SXT LTE6 miałem tam początkowo ale z miejsca się okazało że on nie ma wystarczającego zysku siły sygnału. A szkoda bo kurde 2 SIM sloty są w nich. Ale skoro teraz masz jest jeszcze kilka metrów wyżej to kusi mnie znów ten przetestować, szkoda że ich nie ma z LTE18
  • Odpowiedz