Community discussions

MikroTik App
 
daam
just joined
Topic Author
Posts: 8
Joined: Thu Dec 08, 2016 8:55 pm

POINT TO MULTI POINT-SECTOR ANTENNA

Sun Mar 05, 2017 10:24 am

Hi all
Im sorry for my english
I have wireless network point to multi point in industrial location full noise
that have 7 device .7 mikrotik rb 433 ah - use ubnt xr2 wireless card and omni antenna
I have a big problem.all router lost signal and disconnect .more time in day
signal is perfect.ping good.but have "time out" in ping more time in day. I need network every time connect
I decided make strong base station and used sector antenna.do this solve my problem?
I need strong radio.but i don't know use what model radio(wireless card) & router board & sector anntenna
RBMetal2SHPn is good device for this situation? or R2SHPn along with RB800?
or other model?
please help me my friend
 
p3rad0x
Long time Member
Long time Member
Posts: 640
Joined: Fri Sep 18, 2015 5:42 pm
Location: South Africa
Contact:

Re: POINT TO MULTI POINT-SECTOR ANTENNA

Sun Mar 05, 2017 11:02 am

Hi, Rather go with 5ghz equipment.

it should solve your noise problem
 
daam
just joined
Topic Author
Posts: 8
Joined: Thu Dec 08, 2016 8:55 pm

Re: POINT TO MULTI POINT-SECTOR ANTENNA

Sun Mar 05, 2017 11:11 am

Hi, Rather go with 5ghz equipment.

it should solve your noise problem
I don't can change 2.4ghz
 
daam
just joined
Topic Author
Posts: 8
Joined: Thu Dec 08, 2016 8:55 pm

Re: POINT TO MULTI POINT-SECTOR ANTENNA

Sun Mar 05, 2017 11:19 am

base station
/interface bridge
add name=bridge1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk management-protection=allowed mode=\
dynamic-keys name=WDS supplicant-identity="" wpa2-pre-shared-key=\
PASS_BACKHAUL
add authentication-types=wpa-psk,wpa2-psk eap-methods="" group-ciphers=\
tkip,aes-ccm mode=dynamic-keys name=AP supplicant-identity="" \
unicast-ciphers=tkip,aes-ccm wpa-pre-shared-key=PASS_HOTSPOT \
wpa2-pre-shared-key=PASS_HOTSPOT
/interface wireless
set [ find default-name=wlan1 ] disabled=no l2mtu=1600 mode=ap-bridge \
radio-name=MASTER_SPOT security-profile=AP ssid=DUALLINK \
wireless-protocol=802.11
set [ find default-name=wlan2 ] band=2ghz-b basic-rates-a/g="" basic-rates-b=\
1Mbps,11Mbps disabled=no frequency=2462 hide-ssid=yes l2mtu=1600 mode=\
ap-bridge preamble-mode=short radio-name=MASTER_BKHAUL rate-set=\
configured security-profile=WDS ssid=BACKHAUL_DUAL_LINK \
supported-rates-b=1Mbps,11Mbps wds-default-bridge=bridge1 wds-mode=\
dynamic-mesh wireless-protocol=802.11
/ip neighbor discovery
set wlan1 discover=no
set wlan2 discover=no
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=3des
/port
set 0 name=serial0
/system logging action
set 0 memory-lines=100
set 1 disk-lines-per-file=100
/tool user-manager customer
set admin access=\
own-routers,own-users,own-profiles,own-limits,config-payment-gw
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=wlan2
/ip address
add address=192.---.88.1/24 comment="default configuration" disabled=yes \
interface=ether1 network=192.168.88.0
add address=192.---.100.1/16 interface=bridge1 network=192.168.0.0
/ip dns static
add address=192.---.88.1 name=router
/ip proxy
set parent-proxy=0.0.0.0
/ip service
set api disabled=yes
/romon port
add disabled=no
/system identity
set name=MASTER
/system lcd
set contrast=0 enabled=no port=parallel type=24x4
/system lcd page
set time disabled=yes display-time=5s
set resources disabled=yes display-time=5s
set uptime disabled=yes display-time=5s
set packets disabled=yes display-time=5s
set bits disabled=yes display-time=5s
set version disabled=yes display-time=5s
set identity disabled=yes display-time=5s
set bridge1 disabled=yes display-time=5s
set wlan1 disabled=yes display-time=5s
set wlan2 disabled=yes display-time=5s
set ether1 disabled=yes display-time=5s
set ether2 disabled=yes display-time=5s
set ether3 disabled=yes display-time=5s
set wds10 disabled=yes display-time=5s
set wds7 disabled=yes display-time=5s
set wds9 disabled=yes display-time=5s
set wds11 disabled=yes display-time=5s
/system logging
add topics=wireless,info,debug
/tool user-manager database
set db-path=user-manager


client
/interface bridge
add name=bridge1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk management-protection=allowed mode=\
dynamic-keys name=WDS supplicant-identity="" wpa2-pre-shared-key=\
PASS_BACKHAUL
add authentication-types=wpa-psk,wpa2-psk eap-methods="" group-ciphers=\
tkip,aes-ccm mode=dynamic-keys name=AP supplicant-identity="" \
unicast-ciphers=tkip,aes-ccm wpa-pre-shared-key=PASS_HOTSPOT \
wpa2-pre-shared-key=PASS_HOTSPOT
/interface wireless
#TROCAR
set [ find default-name=wlan1 ] disabled=no l2mtu=1600 mode=ap-bridge \
radio-name=SPOT_RXXX security-profile=AP ssid=DUALLINK wireless-protocol=\
802.11
set [ find default-name=wlan2 ] band=2ghz-b basic-rates-a/g="" basic-rates-b=\
1Mbps,11Mbps disabled=no frequency=2462 hide-ssid=yes l2mtu=1600 mode=\
ap-bridge preamble-mode=short radio-name=BACK_RXXX rate-set=configured \
security-profile=WDS ssid=BACKHAUL_DUAL_LINK supported-rates-b=\
1Mbps,11Mbps wds-default-bridge=bridge1 wds-mode=dynamic-mesh \
wireless-protocol=802.11
/ip neighbor discovery
set wlan1 discover=no
set wlan2 discover=no
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=3des
/port
set 0 name=serial0
/system logging action
set 0 memory-lines=100
set 1 disk-lines-per-file=100
/tool user-manager customer
set admin access=\
own-routers,own-users,own-profiles,own-limits,config-payment-gw
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=wlan2
/interface wireless connect-list
add comment=M05-P3 connect=no disabled=yes interface=wlan2 mac-address=\
00:15:6D:6B:5C:50 security-profile=default
/ip address
add address=192.168.88.1/24 comment="default configuration" disabled=yes \
interface=ether1 network=192.---.88.0
#TROCAR
add address=192.---.100.66/16 interface=bridge1 network=192.168.0.0
/ip dns static
add address=192.---.88.1 name=router
/ip proxy
set parent-proxy=0.0.0.0
/ip route
add distance=1 gateway=192.---.100.1
/ip service
set api disabled=yes
/romon port
add disabled=no
#error exporting /system health
/system identity
#TROCAR
set name=REPXXX
/system lcd
set contrast=0 enabled=no port=parallel type=24x4
/system lcd page
set time disabled=yes display-time=5s
set resources disabled=yes display-time=5s
set uptime disabled=yes display-time=5s
set packets disabled=yes display-time=5s
set bits disabled=yes display-time=5s
set version disabled=yes display-time=5s
set identity disabled=yes display-time=5s
set bridge1 disabled=yes display-time=5s
set wlan1 disabled=yes display-time=5s
set wlan2 disabled=yes display-time=5s
set ether1 disabled=yes display-time=5s
set ether2 disabled=yes display-time=5s
set ether3 disabled=yes display-time=5s
set wds3 disabled=yes display-time=5s
/system logging
set 0 disabled=yes
set 1 disabled=yes
set 2 disabled=yes
set 3 disabled=yes
/tool bandwidth-server
set authenticate=no
/tool user-manager database
set db-path=/user-manager
 
pe1chl
Forum Guru
Forum Guru
Posts: 10529
Joined: Mon Jun 08, 2015 12:09 pm

Re: POINT TO MULTI POINT-SECTOR ANTENNA

Sun Mar 05, 2017 1:37 pm

A "strong radio" is not going to solve this problem, you are only raising the noise level even more....
Remember when you put a strong radio at one end, the other end remains weak.
Also, there will be limits to how much power you can legally transmit.
 
daam
just joined
Topic Author
Posts: 8
Joined: Thu Dec 08, 2016 8:55 pm

Re: POINT TO MULTI POINT-SECTOR ANTENNA

Sun Mar 05, 2017 1:48 pm

what's the soluion? :( :(
change antenna?
now omni
after sector
 
daam
just joined
Topic Author
Posts: 8
Joined: Thu Dec 08, 2016 8:55 pm

Re: POINT TO MULTI POINT-SECTOR ANTENNA

Sun Mar 05, 2017 1:48 pm

A "strong radio" is not going to solve this problem, you are only raising the noise level even more....
Remember when you put a strong radio at one end, the other end remains weak.
Also, there will be limits to how much power you can legally transmit.
what's the soluion? :(:(
change antenna?
now omni
after sector
 
mistry7
Forum Guru
Forum Guru
Posts: 1480
Joined: Tue Oct 13, 2009 11:57 am
Location: Germany

Re: POINT TO MULTI POINT-SECTOR ANTENNA

Sun Mar 05, 2017 2:58 pm

Why you cant Switch to 5 GHz?
 
daam
just joined
Topic Author
Posts: 8
Joined: Thu Dec 08, 2016 8:55 pm

Re: POINT TO MULTI POINT-SECTOR ANTENNA

Sun Mar 05, 2017 8:17 pm

Why you cant Switch to 5 GHz?
5GHz solved my problem?
what model device I use?
do you understand my problem?
I dont need high speed.I need continuos network.for me disconnect is very bad
 
coylh
Member Candidate
Member Candidate
Posts: 159
Joined: Tue Jul 12, 2011 12:11 am

Re: POINT TO MULTI POINT-SECTOR ANTENNA

Sat Mar 11, 2017 3:30 am

It depends on the locations. Do your wireless clients move? Can you use directional antennas on the clients? You need to have a three dimensional picture in your mind of the radiation patterns of each antenna in your system. For example, if your base station is using an omni antenna, most of your power may be sent into the sky, where there are no clients.
 
User avatar
ahteran
newbie
Posts: 48
Joined: Sun Nov 09, 2014 5:07 pm

Re: POINT TO MULTI POINT-SECTOR ANTENNA

Sat Mar 11, 2017 9:25 am

change wireless card
to use r52-350

Who is online

Users browsing this forum: No registered users and 18 guests