Community discussions

MikroTik App
 
Olaf2k4
just joined
Topic Author
Posts: 3
Joined: Thu Jun 18, 2020 10:30 am

SXTsq Lite60 Point-to-Point link

Thu Jun 18, 2020 11:38 am

Hi, I have aquired,4 SXTsq Lite60 to connect 3 building.
The buildings are just across from each other. But the problem is that since they are old buildings and fairly in the city center we are not allowed to pull wires across the road. So we have to use a wireless bridge. I chose the 60Ghz offering due to the empty spectrum considerent and with the hope of a bit better data rates.
That being said I have them set up in bridge , they are communicating with each other , winbox connects to the master SXTsq Lite60 via the slave but, it's not detecting any ip , and pinging one SXT with the other doesn't work. I know i'm missing something but for the love of me I can't figure it out ... I have used SXT's before just not the 60Ghz ones ....

master config :

# jan/03/1970 05:00:54 by RouterOS 6.47
# software id = JA75-A5GT
#
# model = RBSXTsq-60ad
# serial number = A1BD0931D8EF
/interface bridge
add name=bridge1
/interface ethernet
set [ find default-name=ether1 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
/interface w60g
set [ find ] disabled=no frequency=58320 mode=bridge name=wlan60-1 region=usa \
ssid=Bifrost1
/interface w60g station
add mac-address=24:18:1D:90:49:4D name=wlan60-station-1 parent=wlan60-1 \
remote-address=24:18:1D:98:A5:3B
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/user group
set full policy="local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,passw\
ord,web,sniff,sensitive,api,romon,dude,tikapp"
/interface bridge port
add bridge=bridge1 interface=ether1 point-to-point=yes trusted=yes
add bridge=bridge1 interface=wlan60-1 point-to-point=yes trusted=yes
/interface list member
add interface=wlan60-1 list=WAN
add list=LAN
/ip address
add address=192.168.2.2/23 interface=ether1 network=192.168.2.0
/system identity
set name=U1_Valhalla


Slave config:
/export hide-sensitive
# jan/02/1970 03:19:09 by RouterOS 6.47
# software id = 9NZE-08PI
#
# model = RBSXTsq-60ad
# serial number = A1BD09065402
/interface bridge
add name=bridge1
/interface w60g
set [ find ] disabled=no mode=station-bridge name=wlan60-1 region=eu ssid=\
Bifrost1
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=bridge1 interface=ether1 point-to-point=yes trusted=yes
add bridge=bridge1 interface=wlan60-1 point-to-point=yes trusted=yes
/interface list member
add interface=wlan60-1 list=WAN
add interface=ether1 list=LAN
/ip address
add address=192.168.2.3/23 interface=ether1 network=192.168.2.0
/system identity
set name=U2_Asgard

I've reset and re-configured a "few" times now ... so excuse me for not setting up a propper time :D
 
User avatar
antonsb
MikroTik Support
MikroTik Support
Posts: 388
Joined: Sun Jul 24, 2016 3:12 pm
Location: Riga, Latvia

Re: SXTsq Lite60 Point-to-Point link  [SOLVED]

Thu Jun 18, 2020 1:21 pm

"Connected clients are treated as individual interfaces, after successful connection new station interface is created. "
https://wiki.mikrotik.com/wiki/Manual:Interface/W60G

Put wlan60-station-1 interface into bridge on master device side.
 
Olaf2k4
just joined
Topic Author
Posts: 3
Joined: Thu Jun 18, 2020 10:30 am

Re: SXTsq Lite60 Point-to-Point link

Thu Jun 18, 2020 1:37 pm

"Connected clients are treated as individual interfaces, after successful connection new station interface is created. "
https://wiki.mikrotik.com/wiki/Manual:Interface/W60G

Put wlan60-station-1 interface into bridge on master device side.
Well that was easy, how the hell did i miss it ? Thank you for the fast and helpful answer !

Who is online

Users browsing this forum: No registered users and 41 guests