Wireless Bridge between 2 SXT

Hi All,
I have two locations that are about 1km apart. They did have fiber between the two locations, but was damaged and is unusable. We put up 2 x SXT in a bridge, and are having some issues with it.

The first unit is setup as a bridge with eth1 and wlan1 bridged together. The second unit is a station with wlan1 being part of the network of unit 1, with the eth1 being in a separate subnet. If just pulling webpages the system works fine. However, they are doing folder redirection on their windows net work and that seems to breakdown and get less than 1mb between them.
I have changed settings on both units from what I have found here on the forums, but to no avail. If anyone could give me a pointer on to where to look next, it would be greatly appreciated.

Here is the /export compact of both units. They are both 5.20

TF - AP

/interface bridge
add l2mtu=1600 name=bridge1 protocol-mode=rstp
/interface ethernet
set 0 l2mtu=1600
/interface pptp-client
add allow=mschap1,mschap2 connect-to=173.165.215.65 disabled=no name=pptp-out2 password=Zippy1 user=TF-AP
/interface wireless security-profiles
set [ find default=yes ] group-ciphers=“” supplicant-identity=MikroTik unicast-ciphers=“”
add authentication-types=wpa-psk,wpa2-psk eap-methods=passthrough group-ciphers=tkip,aes-ccm management-protection=allowed mode=dynamic-keys name=ITVantage supplicant-identity=“” unicast-ciphers=tkip,aes-ccm wpa-pre-shared-key=ITVpass#1
wpa2-pre-shared-key=ITVpass#1
/interface wireless
set 0 disabled=no frequency=5825 hide-ssid=yes ht-supported-mcs=mcs-0,mcs-1,mcs-2,mcs-3,mcs-4,mcs-5,mcs-6,mcs-7,mcs-8,mcs-9,mcs-10,mcs-11,mcs-12,mcs-13,mcs-14,mcs-15 l2mtu=2290 mode=bridge rate-selection=legacy security-profile=ITVantage ssid=
“Tamiami Ford” tx-power-mode=all-rates-fixed wireless-protocol=802.11
/snmp community
set [ find default=yes ] name=ITVSNMP1
/system logging action
set 3 remote=0.0.0.0
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/ip address
add address=10.28.176.245/24 interface=bridge1
/ip dns
set max-udp-packet-size=512 servers=10.28.176.31,10.28.176.29
/ip firewall nat
add chain=srcnat src-address=10.28.176.0/24
/ip route
add distance=1 gateway=10.28.176.37
/queue interface
set ether1 queue=ethernet-default
/snmp
set contact=jim@itvantage.com enabled=yes location=TF-AP trap-community=ITVSNMP1
/system clock
set time-zone-name=EST5EDT
/system identity
set name=TF-AP
/system leds
set 0 interface=wlan1
set 1 interface=ether1
/system ntp client
set enabled=yes mode=unicast primary-ntp=67.18.187.111 secondary-ntp=75.144.105.162
/tool bandwidth-server
set authenticate=no







TF- Client

/interface ethernet
set 0 l2mtu=1600
/interface pptp-client
add allow=mschap1,mschap2 connect-to=173.165.215.65 disabled=no name=pptp-out2
password=Zippy1 user=TF-Client
/interface wireless security-profiles
set [ find default=yes ] group-ciphers=“” supplicant-identity=MikroTik
unicast-ciphers=“”
add authentication-types=wpa-psk,wpa2-psk eap-methods=passthrough
group-ciphers=tkip,aes-ccm management-protection=allowed mode=dynamic-keys
name=ITVantage supplicant-identity=“” unicast-ciphers=tkip,aes-ccm
wpa-pre-shared-key=ITVpass#1 wpa2-pre-shared-key=ITVpass#1
/interface wireless
set 0 disabled=no frequency=5825 ht-supported-mcs=“mcs-0,mcs-1,mcs-2,mcs-3,mcs-4
,mcs-5,mcs-6,mcs-7,mcs-8,mcs-9,mcs-10,mcs-11,mcs-12,mcs-13,mcs-14,mcs-15”
l2mtu=2290 rate-selection=legacy security-profile=ITVantage ssid=
“Tamiami Ford” tx-power-mode=all-rates-fixed wireless-protocol=802.11
/ip pool
add name=dhcp_pool1 ranges=10.1.1.20-10.1.1.254
/snmp community
set [ find default=yes ] name=ITVSNMP1
/system logging action
set 3 remote=0.0.0.0
/ip address
add address=10.28.176.246/24 interface=wlan1
add address=192.168.3.254/24 interface=ether1
/ip dhcp-relay
add dhcp-server=10.28.176.29 disabled=no interface=ether1 name=“Ford Store”
/ip dhcp-server config
set store-leases-disk=never
/ip dns
set max-udp-packet-size=512 servers=75.75.75.75,75.75.76.76
/ip firewall nat
add action=masquerade chain=srcnat src-address=192.168.3.0/24
/ip neighbor discovery
set wlan1 disabled=yes
/ip route
add distance=1 gateway=10.28.176.37
/queue interface
set ether1 queue=ethernet-default
/snmp
set enabled=yes trap-community=ITVSNMP1
/system clock
set time-zone-name=EST5EDT
/system identity
set name=TF-Client
/system leds
set 0 interface=wlan1
set 1 interface=ether1
/system ntp client
set enabled=yes mode=unicast primary-ntp=67.18.187.111 secondary-ntp=
75.144.105.162
/tool bandwidth-server
set authenticate=no

Hi sir

did you try to bridge in wds mode? that’s working very good here.

please try it using this receipt :

http://wiki.mikrotik.com/wiki/Transparently_Bridge_two_Networks

have fun

greencomputing