Community discussions

MikroTik App
 
Invulon
just joined
Topic Author
Posts: 14
Joined: Wed Jul 27, 2022 2:04 am

PtP link for 20+km

Wed Jul 27, 2022 2:13 am

Hey There,

I been going thru a lot of posts to try to get an idea but I feel like i cant move forward without some direction.
# mar/27/1970 14:51:45 by RouterOS 7.2.3
# software id = TRJD-QWV4
#
# model = RB911G-5HPacD
# serial number = 
/interface bridge
add admin-mac=2C:C8:1B:AE:6B:B3 auto-mac=no comment=defconf name=bridge
/interface wireless
set [ find default-name=wlan1 ] adaptive-noise-immunity=ap-and-client-mode \
    amsdu-limit=2048 amsdu-threshold=2048 antenna-gain=30 band=5ghz-a/n/ac \
    channel-width=20/40/80mhz-eCee country=turkey disabled=no frequency=5640 \
    frequency-mode=superchannel hw-retries=3 mode=ap-bridge nv2-cell-radius=\
    23 nv2-downlink-ratio=60 nv2-security=enabled rx-chains=0,1 ssid=\
    Invul_WIFI tx-chains=0,1 wireless-protocol=nv2
/interface wireless nstreme
set wlan1 disable-csma=yes enable-polling=no
/interface list
add name=WAN
add name=LAN
/interface lte apn
set [ find default=yes ] ip-type=ipv4 use-network-apn=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods="" \
    mode=dynamic-keys supplicant-identity=MikroTik
/routing bgp template
set default disabled=no output.network=bgp-networks
/routing ospf instance
add disabled=no name=default-v2
/routing ospf area
add disabled=yes instance=default-v2 name=backbone-v2
/interface bridge port
add bridge=bridge comment=defconf ingress-filtering=no interface=ether1
add bridge=bridge comment=defconf ingress-filtering=no interface=wlan1
/ip settings
set max-neighbor-entries=8192
/ipv6 settings
set disable-ipv6=yes max-neighbor-entries=8192
/interface detect-internet
set detect-interface-list=all
/interface list member
add interface=ether1 list=WAN
add interface=wlan1 list=LAN
/interface ovpn-server server
set auth=sha1,md5
/ip address
add address=192.168.1.23 disabled=yes interface=wlan1 network=192.168.1.0
add address=192.168.1.221/24 interface=bridge network=192.168.1.0
/ip dhcp-client
add comment=defconf disabled=yes interface=bridge
/ip dns static
add address=159.148.172.226 name=upgrade.mikrotik.com
/ip route
add disabled=no dst-address=0.0.0.0/0 gateway=192.168.1.1
/system identity
set name=INVULBASE
Above is my export file. Im not a professional just an someone that needed better connection than we i had access to in suburbs
My bridge is in the city center hosting my 1000mbps fiber connection. Distance is 21km at sea level while my receiver is 650 meter higher altitude
Initially i was able to reach to 120-140mbps which is something I can live with. At the moment my speed is in range of 40mbps and even tho i keep playing with settings i cant seem to improve it.

Could you give me an idea if any of my settings might be causing conflict between them.
I would appreciate any feedback :)

Thank you!
 
qamtester
just joined
Posts: 18
Joined: Sun Aug 25, 2019 1:30 am

Re: PtP link for 20+km

Wed Jul 27, 2022 7:25 am

It may seem counterintuitive, but I suggest that you'll get better performance from using 802.11 mode on a long distance PtP link. The other protocols were made for dealing with the hidden node problem in PtMP links. Despite the Mikrotik wifi driver stack not being "the best" for 802.11, it does very well in long distance situations where the directional antennas are aimed well and the protocol reduces latency. Set a password for your link security and ultimately do not fiddle with many advanced settings, the 802.11 stack is well built to operate in environments where many of the same RF protocols are being used. There is a downside, WPA2 has been shown to be vulnerable, so you may have extra risk for interception and to mitigate this you may need to run a PtP VPN in addition across the wireless link. Please also be a courteous WiFi neighbor and refrain from using superchannel. Using channel-width=20/40/80mhz-XXXX might also produce better results as you let the radio chip analyze the wireless environment. If you feel like you want your radio to use only certain RF channels then you should define some scan lists.
 
User avatar
Ca6ko
Member
Member
Posts: 498
Joined: Wed May 04, 2022 10:59 pm
Location: Kharkiv, Ukraine

Re: PtP link for 20+km

Wed Jul 27, 2022 11:42 am

Could you give me an idea if any of my settings might be causing conflict between them.
You can only tweak a little bit on this data.
antenna-gain=30 this parameter indicates how much you need to lower the output power of the device. Usually it is set to 0 and the signal level is adjusted directly with the transmitting power parameter (Tx power). The maximum allowable radiated power is regulated by the laws of the country.

band=5ghz-a/n/ac do not need standard a (1998) compatibility mode, here use band=5ghz-only-ac

channel-width=20/40/80mhz-eCee use XXXX then the device will be able to automatically change the position of the center channel depending on the interference.

hw-retries=3 number of repeats in case of unsuccessful transmission you can put 7 (maximum value 15)
nv2-downlink-ratio=60 if you don't know what it is, you should leave the default value of 50

The main problems should be sought in the radio airwaves. To do this, you need to show a scan of the air from each point and the Winbox/Wireless/Interface wlan1/Status tab from each point
 
Invulon
just joined
Topic Author
Posts: 14
Joined: Wed Jul 27, 2022 2:04 am

Re: PtP link for 20+km

Wed Jul 27, 2022 8:56 pm

Thank you for the feedback already. I will apply the recommendations and let you know the results :)
 
Invulon
just joined
Topic Author
Posts: 14
Joined: Wed Jul 27, 2022 2:04 am

Re: PtP link for 20+km

Thu Jul 28, 2022 2:00 am

Well some of the settings I was able to adapt but rest didnt work so well.

I changed the channel width to XXXX but it`s not letting me change to 5ghz-only-N
I am broadcasting now on 5680mhz and getting an error when i try to change to only N

I tried 802.11 mode but that did made me lose the signal quality for 15dbs which in overall was somehow slower.
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11967
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: PtP link for 20+km

Thu Jul 28, 2022 2:01 pm

@Invulon

post actual config of both of your devices using on terminal "/export show-sensitive"
remember to censore the serial numbers and private data, but do not remove anything, just censore.

And what are the antenna used on both side?
Are two QRT? I read RB911G-5HPacD on the export and can be anything....

After you do that, do not touch anything on the config until I reply
 
Invulon
just joined
Topic Author
Posts: 14
Joined: Wed Jul 27, 2022 2:04 am

Re: PtP link for 20+km

Thu Jul 28, 2022 7:30 pm

OFC, I used a premade package from a network partner in Turkey,

Setup is below identical set
2 x MTAD-5G-30D3-PA MANT 30 PA ( Antenna )
2 x NETBOX 5 ( AP / PTP Link Unit ) - Mikrotik RB911G-5HPacD-NB NetBox 5 5 Ghz , AC , PTP/PTMP ,L4


This is the AP
[admin@INVULBASE] > /export show-sensitive
# mar/29/1970 08:05:40 by RouterOS 7.4
# software id = TRJD-QWV4
#
# model = RB911G-5HPacD
# serial number = xxxxxxx
/interface bridge
add admin-mac=xxxxx auto-mac=no comment=defconf name=bridge
/interface wireless
set [ find default-name=wlan1 ] adaptive-noise-immunity=ap-and-client-mode \
    ampdu-priorities=0,1,2 amsdu-limit=3839 amsdu-threshold=3839 band=\
    5ghz-a/n/ac channel-width=20/40/80mhz-XXXX country=no_country_set disabled=\
    no frequency=5680 frequency-mode=superchannel mode=ap-bridge \
    nv2-cell-radius=23 nv2-preshared-key=1154 nv2-security=enabled rx-chains=\
    0,1 ssid=Invul_WIFI tx-chains=0,1 wireless-protocol=nv2
/interface wireless nstreme
set wlan1 disable-csma=yes enable-polling=no
/interface list
add name=WAN
add name=LAN
/interface lte apn
set [ find default=yes ] ip-type=ipv4 use-network-apn=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods="" \
    mode=dynamic-keys supplicant-identity=MikroTik wpa-pre-shared-key=\
    xxxxx wpa2-pre-shared-key=xxxxxx
/routing bgp template
set default disabled=no output.network=bgp-networks
/routing ospf instance
add disabled=no name=default-v2
/routing ospf area
add disabled=yes instance=default-v2 name=backbone-v2
/interface bridge port
add bridge=bridge comment=defconf ingress-filtering=no interface=ether1
add bridge=bridge comment=defconf ingress-filtering=no interface=wlan1
/ip settings
set max-neighbor-entries=8192
/ipv6 settings
set disable-ipv6=yes max-neighbor-entries=8192
/interface detect-internet
set detect-interface-list=all
/interface list member
add interface=ether1 list=WAN
add interface=wlan1 list=LAN
/interface ovpn-server server
set auth=sha1,md5
/interface wireless align
set filter-mac=xxxxxxx receive-all=yes ssid-all=yes
/ip address
add address=192.168.1.23 disabled=yes interface=wlan1 network=192.168.1.0
add address=192.168.1.221/24 interface=bridge network=192.168.1.0
/ip dhcp-client
add comment=defconf disabled=yes interface=bridge
/ip dns static
add address=159.148.172.226 name=upgrade.mikrotik.com
/ip route
add disabled=no dst-address=0.0.0.0/0 gateway=192.168.1.1
/system identity
set name=INVULBASE

and this is the CPE
# mar/21/1970 23:26:05 by RouterOS 7.4
# software id = S1KQ-ITYZ
#
# model = RB911G-5HPacD
# serial number = xxxxxxx
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] adaptive-noise-immunity=ap-and-client-mode \
    ampdu-priorities=0,1,2 amsdu-limit=3839 amsdu-threshold=3839 band=\
    5ghz-a/n/ac channel-width=20/40/80mhz-XXXX country=no_country_set disabled=\
    no frequency=5680 frequency-mode=superchannel mode=station-bridge \
    nv2-preshared-key=xxxx nv2-security=enabled rx-chains=0,1 ssid=Invul_WIFI \
    tx-chains=0,1 wireless-protocol=nv2
/interface list
add name=WAN
add name=LAN
/interface lte apn
set [ find default=yes ] ip-type=ipv4 use-network-apn=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods="" \
    group-ciphers=tkip,aes-ccm mode=dynamic-keys supplicant-identity=MikroTik \
    unicast-ciphers=tkip,aes-ccm wpa-pre-shared-key=xxxxx \
    wpa2-pre-shared-key=xxxxx
/routing bgp template
set default disabled=no output.network=bgp-networks
/interface bridge port
add bridge=bridge1 ingress-filtering=no interface=wlan1
add bridge=bridge1 ingress-filtering=no interface=ether1
/ip settings
set max-neighbor-entries=8192
/ipv6 settings
set disable-ipv6=yes max-neighbor-entries=8192
/interface detect-internet
set detect-interface-list=all
/interface list member
add interface=wlan1 list=WAN
add interface=ether1 list=LAN
/interface ovpn-server server
set auth=sha1,md5
/ip address
add address=192.168.1.222/24 interface=ether1 network=192.168.1.0
/ip dns static
add address=159.148.172.226 name=upgrade.mikrotik.com
/ip route
add disabled=no dst-address=0.0.0.0/0 gateway=192.168.1.1
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system identity
set name=client
[admin@client] > 
tx/rx ccq is around 80/80 in general
Signal to noise 45-46 dBm
Noise Floor : -103-105 dBm

AP is connected straight to my fiber modem with 1000mbps
CPE is receiving at best 40-60mbps.

I would be grateful if i can get above 100mbps since i saw this speed few times but as i kept trying to improve the settings i couldn't get back to it.
there is 650metre elevation and i aligned it as well as possible with nothing blocking in between.
20,1km exact distance
Only concern i have is there is one electric pole with cables in the same alignment. I don't know if it could be the issue

Due to my job i need a decent speed in middle of nowhere basically. So I'm the only one using this link.
I also checked a lot of channels and the one im using seems to be the one of the least used one

thank you
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11967
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: PtP link for 20+km

Thu Jul 28, 2022 9:24 pm

Give me the time to read both export and reply
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11967
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: PtP link for 20+km

Thu Jul 28, 2022 10:05 pm

You call the 2nd "CPE", is simply a station?...

Insctuction: paste on termial the script at your own risk, on the respective device.
If you do not know what you are doing, read each script until you do not understand each line.
Do not alter the scripts, is not supposed to enter anything on old wpa key, leave it alone.

Do not omit strting { and }

This is for the AP-bridge
{
/interface bridge
set [find] admin-mac=[/interface ethernet get ether1 mac-address] auto-mac=no name=bridge
/interface wireless nstreme
set wlan1 disable-csma=no enable-polling=yes
/interface list
remove [find]
/routing bgp template
remove [find]
/routing ospf instance
remove [find]
/routing ospf area
remove [find]
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods=passthrough wpa-pre-shared-key=""
/interface lte apn
set [ find default=yes ] ip-type=auto use-network-apn=yes
/interface bridge port
set [find] ingress-filtering=yes
/ip settings
set max-neighbor-entries=4096
/ipv6 settings
set max-neighbor-entries=2048
/interface detect-internet
set detect-interface-list=none
/interface list member
remove [find]
/interface ovpn-server server
set auth=sha1,md5,sha256,sha512
/interface wireless
set [ find default-name=wlan1 ] adaptive-noise-immunity=none ampdu-priorities=0 amsdu-limit=8192 amsdu-threshold=8192 \
    band=5ghz-onlyac installation=outdoor max-station-count=6 tdma-period-size=auto wps-mode=disabled
/ip service
set telnet disabled=yes
set ftp disabled=yes
set api disabled=yes
set api-ssl disabled=yes
}

And this is for the "CPE" station-bridge
{
/interface bridge
set [find] admin-mac=[/interface wireless get wlan1 mac-address] auto-mac=no name=bridge
/interface list
remove [find]
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods=passthrough wpa-pre-shared-key=""
/interface lte apn
set [ find default=yes ] ip-type=auto use-network-apn=yes
/routing bgp template
remove [find]
/interface list member
remove [find]
/interface ovpn-server server
set auth=sha1,md5,sha256,sha512
/ip address
set [find] interface=bridge
/interface bridge port
set [find] ingress-filtering=yes
/ip settings
set max-neighbor-entries=4096
/ipv6 settings
set max-neighbor-entries=2048
/interface detect-internet
set detect-interface-list=none
/interface wireless
set [ find default-name=wlan1 ] adaptive-noise-immunity=none ampdu-priorities=0 amsdu-limit=8192 amsdu-threshold=8192 \
    band=5ghz-onlyac installation=outdoor max-station-count=6 tdma-period-size=auto wps-mode=disabled
}
 
Invulon
just joined
Topic Author
Posts: 14
Joined: Wed Jul 27, 2022 2:04 am

Re: PtP link for 20+km

Thu Jul 28, 2022 11:03 pm

thank you, i will try to make it work. I tried to run both scripts however somehow my settings hasnt changed
trying to find out the source of the issue now
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11967
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: PtP link for 20+km

Fri Jul 29, 2022 12:58 am

my settings hasnt changed
What mean? The speed is the same or the script are not applied?
If the latter, test pasting one line at time except the first { and end } until you do not have some error,

if is the first, try to not use 80MHz, but only 20+20, with "Ce" and not "XX"
do a scan and see if some intervals are free, and test thats.

On crowed spectrum, often 40MHz 20+20 go faster than 80MHz 20+20+20+20
 
User avatar
Ca6ko
Member
Member
Posts: 498
Joined: Wed May 04, 2022 10:59 pm
Location: Kharkiv, Ukraine

Re: PtP link for 20+km

Fri Jul 29, 2022 8:43 am

I changed the channel width to XXXX but it`s not letting me change to 5ghz-only-N
Of course you can not work in standard N because it does not support a bandwidth of 80 (XXXX), but only supports a width of 40 (XX). You need to use 5ghz-only-ac
Apply the recommended settings . They will tidy up the general device settings.
The main problems should be sought in the radio airwaves. To do this, you need to show a scan of the air from each point and the Winbox/Wireless/Interface wlan1/Status tab from each point
And then show this data and we will help you fine tune the radio settings.
 
Invulon
just joined
Topic Author
Posts: 14
Joined: Wed Jul 27, 2022 2:04 am

Re: PtP link for 20+km

Fri Jul 29, 2022 7:38 pm

Thank you for the further support,

i did manage to mess up the whole network yesterday and had to go reset the settings and import the script after on both sides
I think script actually ran on both sides ok. Based on what i read i checked and settings seems up to date.

I was able to take a screenshot from the station bridge where i receive the connection.
It doesnt show so many channels being used but when i did it earlier in the city list was about 80-90 different users in the city.
I cant seem to scan from this location i think i need to be in the bridge location to do it tomorrow.

HomeNet_5G is my asus router that i use within the house.
Invul_WIFI is the bridge
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11967
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: PtP link for 20+km

Fri Jul 29, 2022 9:05 pm

Try 5680 20/40 eC on both sides, do not use XX

paste this on both devices:
/interface bridge
set [find] protocol-mode=none
 
Invulon
just joined
Topic Author
Posts: 14
Joined: Wed Jul 27, 2022 2:04 am

Re: PtP link for 20+km

Mon Aug 01, 2022 9:45 pm

I have been testing for few days but issue was still the same, stayed around 30-50mbps max limit
i also play some MMO`s on and off and i noticed some spike on the connection occasionally raising the ms significantly.

I did change few settings like previous recommendations to try nstreme and that seem to have improved the ping and speed is now up to 60-80mbps.

I still dont know what i mess up to lose my original speed.
I have a feeling that antenna alignment might be part of the issue my station bridge is aligned well but i think the bridge where i got the main connection needs to be micro adjusted.
I was hoping to receive up to 200mbps but i think only way to improve is with a better antenna?

thank you for all of the suggestion so far it has been very helpful
 
User avatar
Ca6ko
Member
Member
Posts: 498
Joined: Wed May 04, 2022 10:59 pm
Location: Kharkiv, Ukraine

Re: PtP link for 20+km

Tue Aug 02, 2022 10:04 pm

You did not provide the necessary data to help you set it up.
You must use the 802.11 wireless protocol to scan the air in the background.
...Background scan feature is working in such conditions:
Wireless interface should be enabled
For wireless interface in AP mode - when it is operating in 802.11 protocol mode and is on fixed channel (that is - channel selection and initial radar checking is over)
For wireless interface in Station mode - when it is connected to 802.11 protocol AP.

https://wiki.mikrotik.com/wiki/Manual:I ... eless#Scan
To analyze the scan of the air, you need to see not only the frequency of the neighboring point, but also the width of the band used
Screenshot_14.jpg
Full parameters with which the radio channel works can be seen in the registration table
Screenshot_16.jpg
You do not have the required permissions to view the files attached to this post.
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11967
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: PtP link for 20+km

Tue Aug 02, 2022 11:21 pm

For scan is not necessary at all to set the radio on 802.11 only, just scan list is used.

"Background scan" is another thing.
 
Invulon
just joined
Topic Author
Posts: 14
Joined: Wed Jul 27, 2022 2:04 am

Re: PtP link for 20+km

Thu Aug 04, 2022 12:13 am

thank you guys, i will do that tomorrow, i have been traveling last couple days so i didn't had any chance to do anything with it.
 
Invulon
just joined
Topic Author
Posts: 14
Joined: Wed Jul 27, 2022 2:04 am

Re: PtP link for 20+km

Fri Aug 05, 2022 4:03 pm

ok i was able to look at it today

This scan is from where i have the 1000mbps connection where im using as bridge.

a lot of people using the channels here its about 98 of them so its 2 pages

here is the one where i use as station bridge where i receive the connection directly.

Invul_WIFI is me, at 5660 it seems

I also updated the 3rd picture ^^
Last edited by Invulon on Fri Aug 05, 2022 5:54 pm, edited 1 time in total.
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11967
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: PtP link for 20+km

Fri Aug 05, 2022 4:06 pm

cropped "chan..." on the last screenshot do not help........


Try 5600-Ce
 
Invulon
just joined
Topic Author
Posts: 14
Joined: Wed Jul 27, 2022 2:04 am

Re: PtP link for 20+km

Fri Aug 05, 2022 5:55 pm

yeah just noticed now.
I updated the picture, it seems i moved to 5660 earlier
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11967
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: PtP link for 20+km

Fri Aug 05, 2022 6:08 pm

-59 on 5580 Ceee...
5600-Ce is useless....
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11967
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: PtP link for 20+km

Fri Aug 05, 2022 6:09 pm

Try, yes, only try, nothing is free....

5540 only 20MHz
 
Invulon
just joined
Topic Author
Posts: 14
Joined: Wed Jul 27, 2022 2:04 am

Re: PtP link for 20+km

Fri Aug 05, 2022 6:16 pm

Testing those, 5580 didnt work well.

5540 20 mhz is giving same speed results as 5660 so far.
actually it does give better CCQ so yes it has been improvement.

Image



Maybe i need to do more micro adjustments on antenna alignment?
my Rx rate is going to 6mbps and jumps back to 144mbps now, im not sure if i did something there for that

Image

My ISP is being difficult and i only got 20mbps upload but from my router i do get about 960mpbs from the bridge directly.
I would be still happy if i could get 140mbps as it shows
Last edited by Invulon on Fri Aug 05, 2022 6:23 pm, edited 1 time in total.
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11967
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: PtP link for 20+km

Fri Aug 05, 2022 6:19 pm

The problem is all those people who want to use 80MHz...
Basically everything is occupied by strong signals, if not in reception side, in transmission side.
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11967
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: PtP link for 20+km

Fri Aug 05, 2022 6:22 pm

On 20~25Km work better two DynaDish because have les gain and do not amplify also "the interferencies".

If you are ISP, is better you use licensed frequencies.
If you not are ISP, check if your law allow transmitting out of own property, passing over public or another property.
 
Invulon
just joined
Topic Author
Posts: 14
Joined: Wed Jul 27, 2022 2:04 am

Re: PtP link for 20+km

Fri Aug 05, 2022 6:28 pm

Transmitting from your property is allowed thats why there are so many people using this method.
Only thing is restricted is specific frequencies government reserve for themselves even though doesn't require license.

I looked at Dynadish 5 and 6 before but they recommended the manta so i went with this setup.
I will see if i can get my hands on it to test it
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11967
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: PtP link for 20+km

Fri Aug 05, 2022 6:48 pm

Transmitting from your property is allowed
I try to explain myself better.
In Italy (excluding the authorized WISPs, and those who have the licenses), I don't know from you,
you can put a point-to-point only if the transmitter and the receiver are both on your property (for example, of the same person, not mine and of a friend of mine)
and in the line between the two point-to-point, there must be exclusively your property,
you cannot cross other private or state funds, whether they give you the authorization or not.

Among other things, you must make sure that the signals coming out of your property do not exceed a certain threshold.
 
User avatar
chechito
Forum Guru
Forum Guru
Posts: 2989
Joined: Sun Aug 24, 2014 3:14 am
Location: Bogota Colombia
Contact:

Re: PtP link for 20+km

Fri Aug 05, 2022 7:11 pm

then it will be very tricky to be a WISP on Italy
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11967
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: PtP link for 20+km

Fri Aug 05, 2022 7:36 pm

In Italy (excluding the authorized WISPs, and those who have the licenses)...
I'm talking about private individuals ;)
 
User avatar
anav
Forum Guru
Forum Guru
Posts: 18958
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Re: PtP link for 20+km

Fri Aug 05, 2022 10:12 pm

Thats why I like starlink, I beam it up scotty, and I have no idea where my property boundary ends upwards LOL.
 
Invulon
just joined
Topic Author
Posts: 14
Joined: Wed Jul 27, 2022 2:04 am

Re: PtP link for 20+km

Fri Aug 05, 2022 11:22 pm

Yeah that was my backup option.
However for 1000mbps speed i only pay about 20-25EUR

So 90USD/month feels a bit steep upgrade for private home user.

I just spent a lot of time on wikipedia and i cant seem to find any law or restriction on broadcasting other than some blocked frequencies.
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11967
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: PtP link for 20+km

Sat Aug 06, 2022 12:21 am

Really is better that you see your local law than wikipedia...
On wikipedia [IT] are not present any local Italian regulamentation.
 
User avatar
Ca6ko
Member
Member
Posts: 498
Joined: Wed May 04, 2022 10:59 pm
Location: Kharkiv, Ukraine

Re: PtP link for 20+km

Sun Aug 07, 2022 11:10 am

On 20~25Km work better two DynaDish because have les gain and do not amplify also "the interferencies".
That's not exactly true. DuneDish has an antenna beam width of 8 degrees and mANT30 has a beam width of 5 degrees, respectively, and it will collect interference from a smaller area.
.
5540 only 20MHz
5560/20-eeeC/ac/DP -68 This means a busy range of frequencies from 4990 to 5570 as 5560 is C, then 5550-5570 is busy all the time, and the rest are used when possible.
Judging by the scan the best results can be tried to get at 5500Ce in this range the signal from the interfering stations does not exceed -81.
.
Maybe i need to do more micro adjustments on antenna alignment?
You do not specify anywhere with what power your points work, in the screenshot this information is cut off.
The signal level on such antennas at 20 dBm power at a distance of 20 km should be about -55dB in each channel. Of course in reality it may be a little less.
So it makes sense to try to tune the antenna, you should try to keep the difference between Ch0 and Ch1 as small as possible.
But I would try changing the polarization of the antennas from HV to X-polarization. This greatly attenuates interference from other stations as long as they are operating in HV. https://i.mt.lv/cdn/product_files/DPA-S ... 151045.pdf

To reduce interference from other stations you need to use https://mikrotik.com/product/Sleeve30 at least on a point that is in town.https://i.mt.lv/cdn/product_files/sleev ... 151249.pdf
.
my Rx rate is going to 6mbps and jumps back to 144mbps now, im not sure if i did something there for that
You see a base speed of 6 mbps on it the service information is transmitted and when you transmit data it increases.
You do not quite understand what these speeds mean. It's like transmissions in a car. In 1st gear you can go from 0 to 20 km/h in 2nd gear from 20 to 40 km/h, etc. 144 means that the transmission is in MSC 7 the real TCP data rate can be 0.3 to 0.7 of it.
You need to set the parameter Winbox/Wireless/Interface wlan1/HT -GuardInterval=long instead of any. After that you will not see 144.4 Mbps-20MHz /2S/SGI speed, but 130Mbps-20MHz/2S speed, but it will be more stable. (Or 270Mbps-40MHz/2S) The short guard interval is not recommended for outdoor use.

Transmission speed depends on signal strength. A table for which speed what signal level and what signal to noise ratio can be seen here https://higher-frequency.blogspot.com/2 ... d-snr.html
.
It is also recommended to switch the AP mode on the device where there are less neighbors. Try to swap the settings of AP and the station

PSAfter changing the settings, post the updated data
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11967
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: PtP link for 20+km

Mon Aug 08, 2022 2:09 am

On 20~25Km work better two DynaDish because have les gain and do not amplify also "the interferencies".
That's not exactly true. DuneDish has an antenna beam width of 8 degrees and mANT30 has a beam width of 5 degrees, respectively, and it will collect interference from a smaller area.

[...]
.
To reduce interference from other stations you need to use https://mikrotik.com/product/Sleeve30 at least on a point that is in town.https://i.mt.lv/cdn/product_files/sleev ... 151249.pdf
Ah, a 30dBi antenna totally deaf outside the 5°!!!
Its so deaf that you suggest a method that reduces the lateral interferences...
 
Invulon
just joined
Topic Author
Posts: 14
Joined: Wed Jul 27, 2022 2:04 am

Re: PtP link for 20+km

Fri Sep 02, 2022 10:18 pm

Hello again, I had to travel last couple weeks and just got back.

I did bought the Sleeve 30 and hooked it up today. I am not seeing any difference at all at the moment.
Tomorrow i will try to align the antenas a bit better, but i guess i might need to look into different channels with hoping there would be less infererence with the sleeve.

will keep you posted
 
User avatar
Jotne
Forum Guru
Forum Guru
Posts: 3279
Joined: Sat Dec 24, 2016 11:17 am
Location: Magrathean

Re: PtP link for 20+km

Sat Sep 03, 2022 8:44 am

@Invulon
Do NOT post link to image. Some of your post are already broken, see here:
viewtopic.php?p=949980#p949980

Under the post page, click Attachments and then Add files.
If you like the picture to show up in correct place, use Place inline after image is uploaded.

Who is online

Users browsing this forum: Scoox, sinisa, wojtag and 41 guests