Community discussions

MikroTik App
 
RogerWilco
Member
Member
Topic Author
Posts: 434
Joined: Wed Feb 16, 2011 6:02 am
Location: Australia

SXT LTE --> SXT --> SXT == Winbox issue

Mon Sep 23, 2019 9:05 am

I know this is a simple question, but I'm struggling with it.

SXT LTE (192.168.88.1) with DHCP server (192.168.88.5-192.168.88.254) ---> SXT2 (192.168.88.2) ---> SXT2 (192.168.88.3) ---> Netgear routers WAN port (IP set to dynamic)

This all works as expected - internet works fine and you can connect to 192.168.88.1 and 192.168.88.2 via Winbox. The trouble is the SXT with IP 192.168.88.3 cannot be reached via Winbox unless you physically connect a machine to the SXT. If you look at the other SXT's registration info, the IP is showing that of the Netgear router...

Again, I know this is something simple I'm missing....
 
mistry7
Forum Guru
Forum Guru
Posts: 1480
Joined: Tue Oct 13, 2009 11:57 am
Location: Germany

Re: SXT LTE --> SXT --> SXT == Winbox issue

Mon Sep 23, 2019 10:17 am

Post your config on the both Wireless Sxt
 
RogerWilco
Member
Member
Topic Author
Posts: 434
Joined: Wed Feb 16, 2011 6:02 am
Location: Australia

Re: SXT LTE --> SXT --> SXT == Winbox issue

Tue Sep 24, 2019 2:58 am

Here is the config for the remote SXT. Configured using QuickSet. Remote SXT done with PTP Bridge AP and the other with PTP Bridge CPE.
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-onlyn country=australia disabled=no \
    mode=bridge ssid=NET wireless-protocol=802.11
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk mode=dynamic-keys \
    supplicant-identity=MikroTik wpa-pre-shared-key= \
    wpa2-pre-shared-key=
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/interface list member
add interface=ether1 list=WAN
add interface=wlan1 list=LAN
/ip address
add address=192.168.88.2/24 interface=wlan1 network=192.168.88.0
/ip route
add distance=1 gateway=192.168.88.1
/system clock
set time-zone-name=Australia/Sydney
/system identity
set name=SXT-AP
/system ntp client
set enabled=yes primary-ntp=192.168.88.1

 
mistry7
Forum Guru
Forum Guru
Posts: 1480
Joined: Tue Oct 13, 2009 11:57 am
Location: Germany

Re: SXT LTE --> SXT --> SXT == Winbox issue  [SOLVED]

Tue Sep 24, 2019 9:07 am

What more is Users on CPE?

Station Bridge?
Assign the IP Adress to the Bridge and not to the Wireless Interface
 
RogerWilco
Member
Member
Topic Author
Posts: 434
Joined: Wed Feb 16, 2011 6:02 am
Location: Australia

Re: SXT LTE --> SXT --> SXT == Winbox issue

Wed Sep 25, 2019 5:40 am

Cheers, Mistry7! That did the trick.

Who is online

Users browsing this forum: cyrq and 11 guests