Community discussions

MikroTik App

Search found 45 matches

by prozak
Thu Jan 26, 2023 9:42 pm
Forum: Scripting
Topic: Advanced NetWatch
Replies: 1
Views: 1456

Advanced NetWatch

Hello. I came across an issue in our country where mobile internet access went down for a couple of hours and some of my Chateaus did not re-register on carrier and they needed LTE restart. I wanted a method to check at least 3 hosts before issuing LTE restart, so i created and share this handy scri...
by prozak
Fri Jul 01, 2022 11:05 pm
Forum: General
Topic: slow upload speed on ethernet
Replies: 7
Views: 3301

Re: slow upload speed on ethernet

So... It was windows MTU issue.
Setting
netsh interface ipv4 set subinterface “Ethernet“ mtu=1380 store=persistent
did the job.
by prozak
Fri Jul 01, 2022 10:41 pm
Forum: General
Topic: slow upload speed on ethernet
Replies: 7
Views: 3301

Re: slow upload speed on ethernet

Well i haven't actually.
This is it after a clean reset config and updated as well to latest rOS 7.3 ( to see if any better)
by prozak
Fri Jul 01, 2022 6:11 pm
Forum: General
Topic: slow upload speed on ethernet
Replies: 7
Views: 3301

Re: slow upload speed on ethernet

so it appears is a known windows bug?!?!

https://docs.microsoft.com/answers/ques ... dware.html
by prozak
Fri Jul 01, 2022 5:00 pm
Forum: General
Topic: slow upload speed on ethernet
Replies: 7
Views: 3301

Re: slow upload speed on ethernet

/interface bridge add name=Local_Bridge add name=PUB_Bridge /ip pool add name=hs-pool-12 ranges=192.168.100.101-192.168.100.254 add name=hs-pool-13 ranges=192.168.1.151-192.168.1.254 /ip dhcp-server add address-pool=hs-pool-12 interface=PUB_Bridge lease-time=1h name=dhcp1 add address-pool=hs-pool-1...
by prozak
Fri Jul 01, 2022 12:30 pm
Forum: General
Topic: slow upload speed on ethernet
Replies: 7
Views: 3301

Re: slow upload speed on ethernet

bump! anyone?
by prozak
Fri Jul 01, 2022 12:54 am
Forum: General
Topic: slow upload speed on ethernet
Replies: 7
Views: 3301

slow upload speed on ethernet

Hello all. Im facing a very weird problem. Im having a 5G internet connection with average 350mbps down / 120up. My router is a RB3011. Thing is wheneven i try to speedtest through wired on my computers, i get capped upload on around 3-5Mbps, while speedtesting on my phone through an AP connected to...
by prozak
Mon Sep 20, 2021 10:22 pm
Forum: Scripting
Topic: Fetch json
Replies: 7
Views: 3508

Re: Fetch json

Its not an issue of ip / pool address. i hit the dsl router's webpage through mikrotik gateway normally.
still same failed result with extra src-address
by prozak
Mon Sep 20, 2021 8:33 pm
Forum: Scripting
Topic: Fetch json
Replies: 7
Views: 3508

Re: Fetch json

I know that the command in terminal should produce output.
And yes router does not need auth to display this info :lol: its by design so you can get DSL rates without having logging in.
Call it ease of access.
thing is I still dont understand whats missing and it breaks
by prozak
Mon Sep 20, 2021 8:21 pm
Forum: Scripting
Topic: Fetch json
Replies: 7
Views: 3508

Re: Fetch json

While i included the user agent, it still produces the same error.
Does the webserver of the router require more http headers?
by prozak
Mon Sep 20, 2021 7:56 pm
Forum: Scripting
Topic: Fetch json
Replies: 7
Views: 3508

Fetch json

Hello. Im trying to fetch from a DSL router the downstream/upstream values in order to dynamically set queues in case of line degradations/variations in speed/profile. If i hit in my browser http://192.168.0.1/data/Status.json i get the array of the values. Thing is when i try to fetch it with /tool...
by prozak
Mon Sep 06, 2021 10:33 pm
Forum: General
Topic: mynetname.net is suspended
Replies: 80
Views: 45164

Re: mynetname.net is suspended

Question is how could this ever happen? When a domain is about to expire u receive TONS of freaking warning emails .
I simply dont get it how lazy handling that was...
by prozak
Tue Mar 02, 2021 6:52 pm
Forum: General
Topic: OpenVPN server and duplicate packets
Replies: 42
Views: 87018

Re: OpenVPN server and duplicate packets

let me put some light from my own experience.... I was creating certificates before router had correct clock. So they where invalid as routers default clock is set to year 1970 and after getting ntp time, they became instantly expired... Make sure you create certs with correct date/time. Hope this h...
by prozak
Sat Jan 23, 2021 7:40 pm
Forum: Scripting
Topic: Firewall script
Replies: 0
Views: 908

Firewall script

Hello. Ive been noticing for quite some time pptp brute force attempts. Thing is attackers use a bot subnet so they dont get tracked by consecutive firewall logs, so each attempt appears to be a different host. ex. 213.108.134.181 213.108.134.182 213.108.134.183 So is there any easy way to get live ...
by prozak
Mon Jul 06, 2020 8:06 pm
Forum: General
Topic: Weird perfomance! [SOLVED]
Replies: 8
Views: 3023

Re: Weird perfomance! [SOLVED]

It turns out Interference was indeed the issue. Run 2 simultaneous tests between 2 links and when the 2nd kicked off i saw the performance drop on the 1st.
by prozak
Sun Jul 05, 2020 8:07 pm
Forum: General
Topic: Weird perfomance! [SOLVED]
Replies: 8
Views: 3023

Re: Weird perfomance! [SOLVED]

No offense but I think you havent clearly understood the real issue here. Links are directed to different direction and different altitude (on a 40m Tower). First link is as i said 802.11 and second is nv2. The connective nodes at the tower are both LHG XL AC and connected to a CRS in a simple bridg...
by prozak
Sun Jul 05, 2020 5:31 pm
Forum: General
Topic: Weird perfomance! [SOLVED]
Replies: 8
Views: 3023

Re: Weird perfomance! [SOLVED]

The problem is the speed at endpoints from (7) to (1) is = ~74Mbps Rx , 44Mbps Tx. As i descibed in the original post the concept is to achieve as much as possible. I got confusing metrics between endpoints that make no sense. Isnt that enough? Protocol between 1st link devices (2) and (3) is 802.11...
by prozak
Sun Jul 05, 2020 9:53 am
Forum: General
Topic: Weird perfomance! [SOLVED]
Replies: 8
Views: 3023

Re: Weird perfomance! [SOLVED]

bump
by prozak
Sat Jul 04, 2020 11:07 am
Forum: General
Topic: Weird perfomance! [SOLVED]
Replies: 8
Views: 3023

Weird perfomance! [SOLVED]

Hello. I want to share a weird issue in my topology. I’m providing internet access to a remote location through a mountain node. Current topology with IDs for later explanation. (1)RBHEX(ISP 200Mbps Down / 20 Up ) --->(2)DynaDish5<--->(3)LHG-XL-AC<---(4)CRS125---->(5)LHG-XL-AC<---(6)DynaDish5---->(7...
by prozak
Wed Nov 13, 2019 3:27 pm
Forum: Wireless Networking
Topic: LHG 60G experience
Replies: 608
Views: 192025

Re: LHG 60G experience

Which part of my post showed that i was unaware of what I'm doing?
clear los 400m excellent signal/aim.
device has to be reliable without disconnects on light /medium rain.
I don't get the defence over this product by you?
by prozak
Wed Nov 13, 2019 2:01 pm
Forum: Wireless Networking
Topic: LHG 60G experience
Replies: 608
Views: 192025

Re: LHG 60G experience

Hello all. Pretty dissapointed after first rains here. 400m link between to LHG60ad's and cant seem to keep connection alive. Keeps reconnecting almost every minute. Tried 5 frequencies and lock tx-sector but with no success. During rain Signal goes up and down from 80 down to 20 and then disconnect...
by prozak
Wed Jun 12, 2019 6:48 pm
Forum: Scripting
Topic: Simplified DSCP/QoS Setup Script
Replies: 14
Views: 11573

Re: Simplified DSCP/QoS Setup Script

Hello. I have a Question, Does this script really honor and prioritizes VoIP instead of bulk traffic like web downloads? Isn't there any need to set limit-at to guarantee critical dscp tagging enough bandwidth? I mean in case there's a link saturation by bulk traffic so to avoid any VoIP jitters? Al...
by prozak
Mon Jul 23, 2018 12:55 am
Forum: General
Topic: new vulnerability? [SOLVED]
Replies: 5
Views: 4622

new vulnerability? [SOLVED]

Hello all. Ive noticed on several routers i have that theres a new vulnerability affecting versions 6.41.3 mostly, im not sure before 6.42.6 though. The attack involves a creation of a schedule and a script fetching a /mikrotik.php every 30secs under this ip :95.154.216.160 Has anyone noticed the sa...
by prozak
Tue Jun 19, 2018 11:04 am
Forum: General
Topic: PPPoE or modem?
Replies: 5
Views: 1704

Re: PPPoE or modem?

Thing is i have already set up QoS queues etc, but the problem is not the traffic it self.Intranetworking bandwidth usage is low. The annoying thing is that i need just 300kbps/300kbps for that sip trunk and it has so much voice loss. by the way i changed for testing purposes the pppoe and let the I...
by prozak
Tue Jun 19, 2018 10:29 am
Forum: General
Topic: PPPoE or modem?
Replies: 5
Views: 1704

Re: PPPoE or modem?

thanks for replying. As far as it's been online through the link there have been no PPPoE drops.Meaning its running for 5 months now. They main issue is a problem i have with sip trunking communications to my pbx. Ive been struggling to deal with some voice loss every ~10 minutes. While the wireless...
by prozak
Mon Jun 18, 2018 10:13 am
Forum: General
Topic: PPPoE or modem?
Replies: 5
Views: 1704

PPPoE or modem?

Hi all. I want to ask a general question about PPPoE usage. Is it generally better when you have xDSL and handle the connection through mikrotik with PPPoE? Does it add any additional load? Also, another thing. In my setup, i have my main connection that goes through 2 wifi nodes that ends up to the...
by prozak
Tue Jun 05, 2018 12:27 pm
Forum: General
Topic: LHGG 60
Replies: 3
Views: 1216

Re: LHGG 60

Thanks for replying normis.
But as u could guess my selection of 60GHz is a bit mandatory because of saturated 5GHz band.
Is the link going to be stable?
by prozak
Tue Jun 05, 2018 11:19 am
Forum: General
Topic: LHGG 60
Replies: 3
Views: 1216

LHGG 60

Hello. I would like to ask a general question about LHGG60. Device specs say that its up to 1500m theoretical distance for max speed. IS there any known estimation about max distance even with speed decrease? Im interested in using it in ~4-5km distance with at least a decent at min 30Mbit link spee...
by prozak
Tue Jul 21, 2015 8:11 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 170928

Re: 941-2nd speed problem?

Hi. I recently got myself a RB941-2nD (rOS 6.29.1) and i noticed the following. I run a PPPoE interface dialing my aDsL connection from my ISP router. After 2-3 days of uptime router starts perfomance degradation in internet. While link is 15down/1up it turns into an unstable 2mbit max down and 0.2...
by prozak
Sat Jul 18, 2015 9:25 pm
Forum: General
Topic: Packet Reordering
Replies: 6
Views: 2722

Re: Packet Reordering

Hello again.
I think that setting correctly my upload speed to ~90% solved the issue.
Was playing CS:GO with 20ms ping and tried to upload a video on facebook and everything was fine just a minor increase in ping up to 40ms. Is that normal?
by prozak
Thu Jul 16, 2015 7:05 pm
Forum: General
Topic: Packet Reordering
Replies: 6
Views: 2722

Re: Packet Reordering

With your current setup, do you see the traffic going through the queues at all? Do the statistics go up? Do you see the bandwidth counters when you watch the tree? If not that means the traffic is not being processed by the queue. When I first started to play around with QoS I found trying to do m...
by prozak
Wed Jul 15, 2015 7:15 pm
Forum: General
Topic: Packet Reordering
Replies: 6
Views: 2722

Re: Packet Reordering

Any info guys? :)
by prozak
Tue Jul 14, 2015 9:21 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 170928

Re: 941-2nd speed problem?

Probably you need to set up some basic firewall http://wiki.mikrotik.com/wiki/Securing_your_router If you have no filters at all and you have configured the DNS server of Mikrotik to 'Allow remote requests' then it's probably being used by bots and stuff filling up your gateway bandwidth and/or cau...
by prozak
Tue Jul 14, 2015 8:50 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 170928

941-2nd speed problem?

Hi. I recently got myself a RB941-2nD (rOS 6.29.1) and i noticed the following. I run a PPPoE interface dialing my aDsL connection from my ISP router. After 2-3 days of uptime router starts perfomance degradation in internet. While link is 15down/1up it turns into an unstable 2mbit max down and 0.2u...
by prozak
Thu Jul 09, 2015 8:59 pm
Forum: General
Topic: Packet Reordering
Replies: 6
Views: 2722

Re: Packet Reordering

bump :shock:
by prozak
Mon Jul 06, 2015 9:25 pm
Forum: General
Topic: Packet Reordering
Replies: 6
Views: 2722

Packet Reordering

Hello all. Im struggling to make a queue that reorders packets with priority to online gaming. But to begin with....Is it possible? Im trying to have sharp lag-free connectiong when a user plays CS:GO for example. I tried using Queue tree but still when i upload for example a video on facebook still...
by prozak
Tue Feb 10, 2015 12:26 am
Forum: General
Topic: 2 WAN Load balance
Replies: 1
Views: 1052

2 WAN Load balance

Hi all. I would like to solve a mystery in a load balance script cause i really cant understand. according to this The mangle rule set for distributing the traffic evenly to both links /ip firewall mangle add chain=input in-interface=WAN1 action=mark-connection new-connection-mark=WAN1_mark add chai...
by prozak
Thu Jul 19, 2012 8:31 pm
Forum: Scripting
Topic: Script to export total hotspot users and send it to email.
Replies: 0
Views: 895

Script to export total hotspot users and send it to email.

Hi all.
I want help to create a Script that exports total number hotspot users and send it to email.

Thanks
by prozak
Fri Jan 20, 2012 2:47 am
Forum: Scripting
Topic: Signal check script
Replies: 1
Views: 1680

Signal check script

Hi all. I saw a previous post about a signal check script. :local signal; :foreach i in=[ /int wir reg find ap=no] do={ :set signal [int wir reg get $i signal-strength]; :set signal [ :pick $signal 0 [:find $signal "dBm"]] :if ($signal < -73) do={ :log info "Signal Strength low" ...
by prozak
Wed Jan 18, 2012 9:01 pm
Forum: General
Topic: WAN hotspot system.
Replies: 0
Views: 606

WAN hotspot system.

Hi all. I wanted to ask your opinion in the following setup. I wanna deploy a metropolitan free wifi hotspot and i wanna know whats best setup from the following. it will be a low client network(about 200) setup 1. Set the hotspot proxy in the office, connected to mikrotik with 2x5Ghz wlans to secto...
by prozak
Wed Nov 30, 2011 11:26 pm
Forum: General
Topic: Hotspot Advertise.........
Replies: 0
Views: 732

Hotspot Advertise.........

Hi. New to this forum. I seem to face the same problem along with other users. Hotspot advertise does not work at all.... Im using RoS 5.8 no matter what it wont work. resetted html still the same. 1.jpg 2.jpg 3.jpg Please help me resolve this issue. I cant believe it cant be fixed. this problems de...
by prozak
Wed Nov 30, 2011 10:46 pm
Forum: General
Topic: Sample Installations - Sticky Please
Replies: 225
Views: 159353

Some of our installations

Enjoy
by prozak
Wed Nov 30, 2011 10:34 pm
Forum: General
Topic: NOT TO DO. Weird instalations?
Replies: 385
Views: 277963

Re: NOT TO DO. Weird instalations?

ITs good to see that even worse "Specialists" exist in the rest of the world.
cause i thought such retardness only existed in Greece.
Omg... such ignorance....
by prozak
Mon Jan 18, 2010 5:58 pm
Forum: Beginner Basics
Topic: PCC Balancing with specific gateways for http traffic
Replies: 1
Views: 912

Re: PCC Balancing with specific gateways for http traffic

and btw, is this suitable for gaming enviroment?
by prozak
Sat Jan 16, 2010 10:27 pm
Forum: Beginner Basics
Topic: PCC Balancing with specific gateways for http traffic
Replies: 1
Views: 912

PCC Balancing with specific gateways for http traffic

Hi all I would like some help in this PCC balancing. The setup is wlan1,wlan2 for all traffic wlan3,wlan4 for gaming(so whenever a webpage/download occurs a new connection is made through the main gateways 1 or 2) Im attaching the commands and i want to know if there are any errors in lines marked w...