Community discussions

MikroTik App

Search found 425 matches

  • 1
  • 2
by Bomber67
Wed May 21, 2025 9:10 am
Forum: MikroTik hardware questions
Topic: Default password Frustration
Replies: 127
Views: 27073

Re: Default password Frustration

Laser engraving is "cool" if only the size is proper ... can you imagine laser embossed light gray letters of the size 3pt? Yeah, like the Google mesh boxes. Struggled with one of these, the auth code I had was wrong. Turned out that the code was supposed to be found engraved in the matte...
by Bomber67
Tue Apr 29, 2025 1:24 pm
Forum: Containers
Topic: Mosquitto - 401 when trying to install from docker
Replies: 9
Views: 4807

Re: Mosquitto - 401 when trying to install from docker

What reallly confuses me is that upon every reboot, the disk I created on the USB stick changes between "usb1" and "usb2" so I have to change the settings ... Why isn't the name persistent? That issue may be connected to the USB storage device you are using, as an example some S...
by Bomber67
Tue Apr 29, 2025 8:35 am
Forum: Containers
Topic: Mosquitto - 401 when trying to install from docker
Replies: 9
Views: 4807

Re: Mosquitto - 401 when trying to install from docker

While this was not always true (see docs)... if docker-1.docker.io is registry, you need to use "library/eclipse-mosquitto:latest". 7.18 made some changes... so new default is https://lscr.io and they also support using a "fully-qualified" remote-image that include the "hub...
by Bomber67
Tue Apr 29, 2025 7:25 am
Forum: Containers
Topic: Mosquitto - 401 when trying to install from docker
Replies: 9
Views: 4807

Re: Mosquitto - 401 when trying to install from docker

What URL are you using for the registry-url in /container/settings? Sometimes using the fully qualified name (or sometimes not, i.e. without :latest) helps in remote-image= . Also make sure your running the latest stable version, since various past versions have had bugs in this area. It's in the c...
by Bomber67
Mon Apr 28, 2025 7:20 am
Forum: Containers
Topic: Mosquitto - 401 when trying to install from docker
Replies: 9
Views: 4807

Re: Mosquitto - 401 when trying to install from docker

Nobody tried this?
by Bomber67
Tue Apr 22, 2025 11:16 am
Forum: Containers
Topic: Mosquitto - 401 when trying to install from docker
Replies: 9
Views: 4807

Mosquitto - 401 when trying to install from docker

Hi all, Get an error message when trying to install the Mosquitto container. Earlier I succeeded in installing the HA container on same RB, but on this one I'm stumped. Config: # 2025-04-22 10:03:44 by RouterOS 7.18.2 # software id = * # # model = RB5009UPr+S+ # serial number = * /container mounts a...
by Bomber67
Mon Mar 31, 2025 10:15 am
Forum: Wireless Networking
Topic: Capsman - provisioning of local interfaces
Replies: 4
Views: 1786

Re: Capsman - provisioning of local interfaces

Can you please share your current config of the CAPsMAN? /export file=anynameyoulike Remove serial and any other private info, post between code tags by using the </> button. Afraid that in my desperation I threw away that particular cfg when factory-resetting and moving to a dedicated controller, ...
by Bomber67
Mon Mar 31, 2025 9:30 am
Forum: Wireless Networking
Topic: Capsman - provisioning of local interfaces
Replies: 4
Views: 1786

Re: Capsman - provisioning of local interfaces

CAPsMAN is indeed intended as central management. Yes I know, and what I intend to achieve is exactly that. If your only problem is frequencies, you could either make a configuration per radio (with a fixed frequency) or start using releselect-interval. The latter will (background) scan if the freq...
by Bomber67
Fri Mar 28, 2025 9:13 am
Forum: Wireless Networking
Topic: Capsman - provisioning of local interfaces
Replies: 4
Views: 1786

Capsman - provisioning of local interfaces

I am a little puzzled by the way local wifi interfaces are treated with CapsMan in ROS7 With CapsMan in ROS6 I used localhost 127.0.0.1 for referring to Capsman controller on same RB, and local interfaces were treated just like remote. In ROS7 I find the combination of settings a little confusing. I...
by Bomber67
Wed Jan 22, 2025 7:38 am
Forum: Containers
Topic: Home Assistant container on RouterOS - fails to extract and start
Replies: 14
Views: 10355

Re: Home Assistant container on RouterOS - fails to extract and start

and to be clear seeming using "remote-image=homeassistant/home-assistant" does NOT work, the tag must be specified (and match a valid tag on DockerHub), thus the ":latest" at the end. Here I don't understand you....appearently a "branch" (or what you call it) named &qu...
by Bomber67
Tue Jan 21, 2025 1:14 pm
Forum: Containers
Topic: Home Assistant container on RouterOS - fails to extract and start
Replies: 14
Views: 10355

Re: Home Assistant container on RouterOS - fails to extract and start

MT Support suggested Netinstall to clean things up. No way I could get the RB3011 visible in Netinstall, despite “ether boot” in display.. so I moved to an RB5009. Netinstalled 7.17 on it, installed Container package. Based on at tip in from Amm0 I changed HA from branch “stable” to “latest”, instal...
by Bomber67
Tue Jan 21, 2025 1:11 pm
Forum: Containers
Topic: Home Assistant container - success stories?
Replies: 5
Views: 6811

Re: Home Assistant container - success stories?

Did you try using the fully qualified remote-image, i.e. including :latest. This worked to create HA on a RB1100AHx4, which 32-bit too. # SSD is at "raid1/" and layer-dir= and tmpdir= explicitly use the "real" disk /container/config set layer-dir=raid1/layers registry-url=https:...
by Bomber67
Mon Jan 20, 2025 6:01 pm
Forum: Containers
Topic: Home Assistant container - success stories?
Replies: 5
Views: 6811

Re: Home Assistant container - success stories?

Have you tried that? https://forum.mikrotik.com/search.php?keywords=home+assistant+container Yes of course I have searched the forum. And I have followed the guide in the MT Docs. The problem is that there is almost no error messages or log entries generated enabling me to trace down the error. The...
by Bomber67
Mon Jan 20, 2025 3:41 pm
Forum: Containers
Topic: Home Assistant container - success stories?
Replies: 5
Views: 6811

Home Assistant container - success stories?

Lately I've been pulling my hair trying to install and start the Home Assistant container on a RB3011, but no success (described in another thread) So instead of trying to bury myself even deeper into the problems I think I'll rather raise my head, turn around, and ask you guys: Those of you that ha...
by Bomber67
Thu Jan 16, 2025 1:08 pm
Forum: Containers
Topic: Home Assistant container on RouterOS - fails to extract and start
Replies: 14
Views: 10355

Re: Home Assistant container on RouterOS - fails to extract and start

Have you tried to run without "layer-dir: usb1/layers"? Yes, that's what I tried until Amm0 suggested to specify it yesterday. As it is only visible in cli, not in Winbox, and also not mentioned in the docs, I was not aware of it until then. Do you have any idea why no extracted files sho...
by Bomber67
Thu Jan 16, 2025 12:28 pm
Forum: Containers
Topic: Home Assistant container on RouterOS - fails to extract and start
Replies: 14
Views: 10355

Re: Home Assistant container on RouterOS - fails to extract and start

I can see that an autosupout was created at the time the process halted..should I send it to MT for investigation? Perhaps a case at support@mikrotik.com. The path and layer-dir= is about the only knobs I know to try here... Make sure to generate a new supout.rif with the current state and include ...
by Bomber67
Wed Jan 15, 2025 6:21 pm
Forum: Containers
Topic: Home Assistant container on RouterOS - fails to extract and start
Replies: 14
Views: 10355

Re: Home Assistant container on RouterOS - fails to extract and start

Hmm. Can you also change tmpdir=usb1/pull in /container/config (settings), to remove that slash too? If that does not work, you could try to the the "layer-dir" in container settings this specifies where the layers are stored: /container config set layer-dir=usb1/layers Changed paths as p...
by Bomber67
Wed Jan 15, 2025 12:01 pm
Forum: Containers
Topic: Home Assistant container on RouterOS - fails to extract and start
Replies: 14
Views: 10355

Re: Home Assistant container on RouterOS - fails to extract and start

Try using root-dir=usb1/ha (without the leading /). RouterOS file paths do not start with a /, and while some item (like /container/mount) will ignore a leading slash /... root-dir= is very picky. Thank you for your reply :D Tried without the leading "/" but still no cigar. Extraction sto...
by Bomber67
Wed Jan 15, 2025 9:21 am
Forum: Containers
Topic: Home Assistant container on RouterOS - fails to extract and start
Replies: 14
Views: 10355

Re: Home Assistant container on RouterOS - fails to extract and start

This is my config: # 2025-01-13 09:29:23 by RouterOS 7.16.2 # software id = ****-**** # # model = RB3011UiAS # serial number = ************ /container mounts add dst=/config name=ha_config src=/usb1/ha_config /disk set usb1 media-interface=none media-sharing=no /interface bridge add name=bridge-ha /...
by Bomber67
Mon Jan 13, 2025 11:09 am
Forum: Containers
Topic: Home Assistant container on RouterOS - fails to extract and start
Replies: 14
Views: 10355

Home Assistant container on RouterOS - fails to extract and start

Complete rookie when it comes to containers, Docker and DoH, but slowly trying to explore this somewhat blurry terrain... HW used is RB3011 with ROS 16.2, Sandisk 16GB USB3 stick. Basically I have followed the guide at https://help.mikrotik.com/docs/spaces/ROS/pages/204341276/Container+-+HomeAssista...
by Bomber67
Fri Jan 03, 2025 7:54 am
Forum: Announcements
Topic: Newsletter #122 | December 2024
Replies: 88
Views: 93723

Re: Newsletter #122 | December 2024

First of all, happy holidays! Watch the accompanying video first: https://youtu.be/sRLWcddMxIk Read our latest newsletter and learn more about: - cAP LTE12 ax - GPeRx4 - CSS318-16G-2S+IN - FTC21 - IoT updates - Return of the RB912: D.I.Y. Bestseller - New YouTube videos, and so much more! http://mt...
by Bomber67
Fri Jan 03, 2025 7:52 am
Forum: Announcements
Topic: Newsletter #122 | December 2024
Replies: 88
Views: 93723

Re: Newsletter #122 | December 2024

Return of the 912 device and who is it for? for a couple of individuals? Yes there are in fact interesting products here but I had to look at the calendar to be sure MT is not doing April fool...RB912 with an "n" radio, who on this planet needs this in 2025 when you can use RB922 or L11UG...
by Bomber67
Mon Dec 16, 2024 7:31 am
Forum: Wireless Networking
Topic: L11UG "stalls" at basic rates in PtMP (ROS 7.16)
Replies: 4
Views: 4801

Re: L11UG "stalls" at basic rates in PtMP (ROS 7.16)

Hi Bomber. I’ve been trying for a few months to find feedback on new AX devices for use in a WISP setup, but I haven’t been able to find much information until now. Your post is like a beacon in the desert to me! I wanted to ask, what APs do you use, and what antenna do you pair with your L11UGs? D...
by Bomber67
Wed Dec 11, 2024 1:08 pm
Forum: MikroTik hardware questions
Topic: Outdoor 5G?
Replies: 17
Views: 14736

Re: Outdoor 5G?

what is the maximum speed of rbm33g with RM502Q?
From what I've read there is some hw restriction related to MiniPCIe or m.2 or something, 400 Mbps?
by Bomber67
Wed Dec 11, 2024 1:06 pm
Forum: Wireless Networking
Topic: L11UG "stalls" at basic rates in PtMP (ROS 7.16)
Replies: 4
Views: 4801

Re: L11UG "stalls" at basic rates in PtMP (ROS 7.16)

Interesting, I still don't know of any success stories using the L11UG in WISP or long-distance environments. Could someone shed some light on this topic and help us configure it to replace our old AC access points? Yes this is an interesting topic. My impression is that ax performs better than ac,...
by Bomber67
Mon Dec 09, 2024 8:04 am
Forum: Wireless Networking
Topic: L11UG "stalls" at basic rates in PtMP (ROS 7.16)
Replies: 4
Views: 4801

L11UG "stalls" at basic rates in PtMP (ROS 7.16)

At a couple of occasions I have been notified by customers of poor wireless performance, and the reason turned out to be the AP being stuck at 6 or 7.3 Mbps. It looks like it does when configuration.distance is omitted for longer links, rates do not start "climbing" when pulling traffic. T...
by Bomber67
Wed Dec 04, 2024 6:55 am
Forum: Forwarding Protocols
Topic: Dual WAN with BGP - Load balancing and ultimately failover
Replies: 2
Views: 5130

Re: Dual WAN with BGP - Load balancing and ultimately failover

hello, can you give us some examples output? just 1 line sample could be enough. Interface and ip address print, for the pppoe server and client. ip route, from the server to pppoe clients and where did you put your pppoe client Interface? on separate interface each - or in a broadcast bridge? Than...
by Bomber67
Mon Nov 11, 2024 8:00 am
Forum: Wireless Networking
Topic: configuration.distance in wifi-qcom package
Replies: 5
Views: 5590

Re: configuration.distance in wifi-qcom package

For sectors with clients at 1-1.5km distance I have left the configuration.distance untouched. This morning I got complaints about speed and found that quite a few of the clients were stuck at 7.3 Mbps in one direction - some on uplink and some on downlink. APs (L11UG) has ran for some weeks now. Th...
by Bomber67
Sun Oct 27, 2024 9:56 am
Forum: Forwarding Protocols
Topic: Dual WAN with BGP - Load balancing and ultimately failover
Replies: 2
Views: 5130

Dual WAN with BGP - Load balancing and ultimately failover

I have 2 ISPs connected on WAN1 and WAN2. Next I have a /22 IP block that I can announce like /24 blocks on any of the ISP connections, that works fine. Internally I have PPPoE customers that are assigned addresses from these blocks, each of them then gets a /32 route in the main routing table. Earl...
by Bomber67
Fri Sep 06, 2024 10:31 am
Forum: MikroTik hardware questions
Topic: Outdoor 5G?
Replies: 17
Views: 14736

Re: Outdoor 5G?

Not really. ATL is closest you get, but only in Europe. The ATL is an interesting piece, but sadly the gain is rather poor in the lower bands, while it is good on 1800 and 2600. A little strange, since what you have chance to pick up in the outback is 800 and 900 MHz. In cities where the higher ban...
by Bomber67
Mon Aug 26, 2024 8:04 am
Forum: MikroTik hardware questions
Topic: Default password Frustration
Replies: 127
Views: 27073

Re: Default password Frustration

It still is a stupid thing to do, "Password after reset that is printed on the device." Excactly. That should have been the only fix to the password problem, by making the change mandatory if the current password is empty or "admin" or some other common value. Excactly. To me, i...
by Bomber67
Thu Aug 22, 2024 9:09 am
Forum: Wireless Networking
Topic: configuration.distance in wifi-qcom package
Replies: 5
Views: 5590

Re: configuration.distance in wifi-qcom package

In PtMP setups you can have different values on different nodes: The value should reflect the distance to the AP or station that is furthest from the device. So on hub node (PtMP AP) you need to have e.g. 3km, on station nodes whatever needed (on the farthest node 3km, on nearer nodes something low...
by Bomber67
Wed Aug 21, 2024 2:40 pm
Forum: Wireless Networking
Topic: configuration.distance in wifi-qcom package
Replies: 5
Views: 5590

configuration.distance in wifi-qcom package

Yesterday I pulled my hair trying to get a 3 km link to work. RFE UD-24 and L11UG at both ends, 7.15.3. Rates were stuck at 6/7.3 Mbps, -45 to -50. Saw other devices on opposite side in /ip neighbor but no traffic or mac telnet. Replaced RB and Twistport adapter on both sides but to no avail. Then I...
by Bomber67
Wed Aug 21, 2024 11:20 am
Forum: MikroTik hardware questions
Topic: Default password Frustration
Replies: 127
Views: 27073

Re: Default password Frustration

Well, if some fella is sloppy… That's the thing: it isn't "some fella." There were around 250k compromised MT boxes in the 2021 Meris attack alone , creating enough traffic to nearly double Cloudflare's normal load . This isn't a problem for "some fella," it's a problem for ever...
by Bomber67
Tue Aug 20, 2024 11:21 pm
Forum: MikroTik hardware questions
Topic: Default password Frustration
Replies: 127
Views: 27073

Re: Default password Frustration

The thing is, we tried that for a few decades, and the data are now in: there are millions of easily broken-into MT boxes out there. Unless your argument is that you should have to present a Practicing Engineer’s license at purchase time, I don’t accept your alternative as solving the problem. Well...
by Bomber67
Tue Aug 20, 2024 2:09 pm
Forum: MikroTik hardware questions
Topic: Default password Frustration
Replies: 127
Views: 27073

Re: Default password Frustration

1) Yes, there were ambiguous character in the first batches, now new products are manufactured without chars that can be mixed up 2) Yes, initial stickers were low print quality, that has been improved 3) You can always get the password from the distributor or mikrotik, as the default password is k...
by Bomber67
Thu Aug 08, 2024 8:16 am
Forum: Wireless Networking
Topic: nRay - RX/TX "opening angle"?
Replies: 3
Views: 2441

Re: nRay - RX/TX "opening angle"?

But where is CubeG-5ac60ay-SA and CubeG-5ac60ay?
Actually it is here: https://help.mikrotik.com/docs/display/ROS/W60G :D
by Bomber67
Thu Aug 08, 2024 8:11 am
Forum: Wireless Networking
Topic: nRay - RX/TX "opening angle"?
Replies: 3
Views: 2441

Re: nRay - RX/TX "opening angle"?

The data is hidden where very few people would look for it. In the w60g manual: Thanks! Don't know why I am not aware of this one. Particularly interesting is that angle is given for both "single pattern" and "full span" But where is CubeG-5ac60ay-SA and CubeG-5ac60ay? Actually ...
by Bomber67
Wed Aug 07, 2024 11:43 am
Forum: Wireless Networking
Topic: nRay - RX/TX "opening angle"?
Replies: 3
Views: 2441

nRay - RX/TX "opening angle"?

I have successfully rebuilt parts of my WISP network using CubeG-5ac60ay-SA for APs and CubeG-5ac60ay for clients, all within 500m range. Some of the clients are 26 degrees off while still maintaining 2.3 Gbps rate, confirming the SAs are really 60 degrees. For another site due for upgrade I have 15...
by Bomber67
Fri Apr 05, 2024 8:07 am
Forum: MikroTik hardware questions
Topic: RBM33G + 5G
Replies: 69
Views: 35911

Re: RBM33G + 5G

https://es.aliexpress.com/item/10050030 ... pt=glo2esp

This is the adapter?

Thanks and regards.
Looks very similar.
Actually I bought this: https://www.ebay.com/itm/264926721377
Guess as long as it is M.2 B key to MiniPCI-e with sim slot(s) you will be happy
by Bomber67
Thu Apr 04, 2024 5:08 pm
Forum: MikroTik hardware questions
Topic: RBM33G + 5G
Replies: 69
Views: 35911

Re: RBM33G + 5G

Can you guys post some photos of your setups with the RBM33G with 5G :) ? It would be interessting to see how you built it. Here are pictures of my device: -RBM33G -MiniPCIe to M.2 B key adapter -Quectel RM502Q-AE M.2 card -4x MHF4 (?) to RP-SMA pigtails (very tiny little brother of u.fl.) -4x RP-S...
by Bomber67
Thu Mar 14, 2024 9:14 am
Forum: The Dude
Topic: Read-only Dude access - how?
Replies: 8
Views: 8035

Read-only Dude access - how?

I am managing the network for a customer of mine. Technican of this company (and myself) uses Dude for monitoring the network. Now one employee needs read only access to Dude, specifically for simple monitoring one part of the network (devices up/down, traffic flow on interfaces) I have set up a use...
by Bomber67
Tue Feb 27, 2024 7:46 pm
Forum: MikroTik hardware questions
Topic: Disc Lite5 ac is EOL......so what do we do?
Replies: 18
Views: 6932

Re: Disc Lite5 ac is EOL......so what do we do?

sure, I would argue against the use of 'trust' though, that implies they are untrustworthy and I wouldn't want that to be the implication. A lot of users/operators don't report certain things when there are other solutions. I'm not in here complaining about snow buildup on LHG because I have altern...
by Bomber67
Mon Feb 19, 2024 7:34 am
Forum: MikroTik hardware questions
Topic: Disc Lite5 ac is EOL......so what do we do?
Replies: 18
Views: 6932

Re: Disc Lite5 ac is EOL......so what do we do?

I would not go so far as to say it undermines trust... people have to say what they want and articulate it for vendors to understand. Just to make my point clear, we wont deploy LHGs. We will deploy discs and sxtsq. I hope we don't get put in the position where LHGs are the only option because that...
by Bomber67
Mon Jan 29, 2024 7:32 am
Forum: MikroTik hardware questions
Topic: Disc Lite5 ac is EOL......so what do we do?
Replies: 18
Views: 6932

Re: Disc Lite5 ac is EOL......so what do we do?

The arguments against LHG are unfounded. They are fully capable in strong wind and cold weather, actually more capable than DISC I really have to argue this because I've had them rip right off their mount in high winds and they fill up with snow really easily. I've not lost a single disc to wind an...
by Bomber67
Mon Jan 29, 2024 7:26 am
Forum: MikroTik hardware questions
Topic: Disc Lite5 ac is EOL......so what do we do?
Replies: 18
Views: 6932

Re: Disc Lite5 ac is EOL......so what do we do?

But do you get a radome cover for LHG XL?
https://www.lasershield.com.br/MLB-1522 ... shield-_JM
Thanks.
It will probably work well. But as we are talking about CPE, the price tag renders such a solution way out of scope.
by Bomber67
Tue Jan 02, 2024 9:06 am
Forum: MikroTik hardware questions
Topic: Disc Lite5 ac is EOL......so what do we do?
Replies: 18
Views: 6932

Re: Disc Lite5 ac is EOL......so what do we do?

Disc AX is on the way. There is AP (ax) viewtopic.php?t=202449
Have you got a clear indication of this?
Where?
by Bomber67
Tue Jan 02, 2024 8:47 am
Forum: MikroTik hardware questions
Topic: Disc Lite5 ac is EOL......so what do we do?
Replies: 18
Views: 6932

Re: Disc Lite5 ac is EOL......so what do we do?

The arguments against LHG are unfounded. They are fully capable in strong wind and cold weather, actually more capable than DISC Thank you for answering Normis, But do you get a radome cover for LHG XL? I cannot risk ice and snow buildup on the mesh of the LHG, that would render it unusable. IMHO I...
by Bomber67
Sun Dec 31, 2023 4:12 pm
Forum: MikroTik hardware questions
Topic: Disc Lite5 ac is EOL......so what do we do?
Replies: 18
Views: 6932

Re: Disc Lite5 ac is EOL......so what do we do?

Currently 4-address implementation in wave2/wifi and wireless drivers are incompatible. And I don't see them getting compatible (it would likely break compatibility with early versions of wifi), I guess they would be compatible from the get go if that was an option. One thing is how future ax produ...
by Bomber67
Fri Dec 29, 2023 1:14 pm
Forum: MikroTik hardware questions
Topic: Disc Lite5 ac is EOL......so what do we do?
Replies: 18
Views: 6932

Disc Lite5 ac is EOL......so what do we do?

Via a friend (and my distributor) it has come to my attention that Mikrotik has EOLed the Disc Lite5 ac…. :shock: Replacement items are listed to be RBSXTsqG-5acD, and RBLHGG-5acD-XL larger distances. The two said devices are by no means good replacements for the Disc Lite5 ac. :( The SXTsq can do f...
by Bomber67
Fri Dec 29, 2023 8:24 am
Forum: General
Topic: What is going on with Mikrotik?
Replies: 10
Views: 3119

Re: What is going on with Mikrotik?

like said above, ask the distributors. we have stock for a while now, since summer at least. most likely distributor through nobody wants those devices and did not order Normis, It has come to my attention that the Disc Lite5 ac is EOL...and stores are already emptied for it. This has been my versa...
by Bomber67
Wed Dec 13, 2023 8:56 am
Forum: General
Topic: CRS3** - switch chip shaping - how?
Replies: 0
Views: 2289

CRS3** - switch chip shaping - how?

Sorry for my ignorance! I am using bridge vlans on the CRS3** series and it works perfectly well - everything done in hardware and no CPU load. Until now I have not touched anything under /interface ethernet switch Now I would like to shape the trunk port of a switch, and according to the docs: http...
by Bomber67
Fri Sep 01, 2023 8:33 am
Forum: The Dude
Topic: /dude menu missing in CLI on ARM devices on 6.49.8?
Replies: 0
Views: 8167

/dude menu missing in CLI on ARM devices on 6.49.8?

Today I upgraded 3 different Dude servers to 6.49.8, one on RBM33G and two on RB1100AHx4 Dude ed. After upgrade and install of Dude package, Dude client works fine against all 3, and I can access dude config using /dude in CLI on the RBM33G, but on the RB1100AHx4 routers it is missing. Before upgrad...
by Bomber67
Thu Aug 31, 2023 12:52 pm
Forum: MikroTik hardware questions
Topic: RBM33G + 5G
Replies: 69
Views: 35911

Re: RBM33G + 5G

It sits in my cabin, so I cannot take a picture right here, but will do next time on site. The setup comprises: -RBM33G -MiniPCIe to M.2 B key adapter -Quectel RM502Q-AE M.2 card -4x MHF4 (?) to RP-SMA pigtails (very tiny little brother of u.fl.) -4x RP-SMA "blade" antennas -Oldschool RB43...
by Bomber67
Fri May 05, 2023 9:51 am
Forum: General
Topic: MUM plans for 2023?
Replies: 52
Views: 11543

Re: MUM plans for 2023?

Suggest waiting until a certain war is over, out of respect.......... Kinda hard to be partying in Europe at the moment....... I think also, we are in the middle of flu+covid which doesnt help planning. Also until MT produces a zero trust cloudfare tunnel package, not much to talk about ;-) Its fin...
by Bomber67
Tue May 02, 2023 9:32 am
Forum: General
Topic: MUM plans for 2023?
Replies: 52
Views: 11543

Re: MUM plans for 2023?

You make yourself worse, it seems to me... I don't know Serbian, but I had perfectly understood what was written without translate.... What's technical about being excited to have it done in own country? Well, I can see it says something about Serbia and MUM, maybe one could have guessed the messag...
by Bomber67
Fri Apr 28, 2023 11:07 am
Forum: General
Topic: MUM plans for 2023?
Replies: 52
Views: 11543

Re: MUM plans for 2023?

Pardon my french, but isn't this an english speaking forum? Che palle... This is a forum for discussing Mikrotik, and the topic is about the possibility for MUMs, not a training session for Google translate. So please don't contaminate the forum with all kinds of messages in rare languages....
by Bomber67
Fri Apr 28, 2023 8:35 am
Forum: General
Topic: MUM plans for 2023?
Replies: 52
Views: 11543

Re: MUM plans for 2023?

Će li bude mum 2023 in SERBIA :D makar da se vidimo
Pardon my french, but isn't this an english speaking forum?
by Bomber67
Sun Feb 19, 2023 9:48 pm
Forum: General
Topic: Failover - RSTP bridge or bonding - which is better?
Replies: 0
Views: 630

Failover - RSTP bridge or bonding - which is better?

Trying to make a link with failover. In each end there is a Powerbox Pro, to which I have connected an nRay to ether2 and an SXT ac to ether3 RSTP bridge in each end works fine, bridge priority to 4000 makes the bridge of the "Master" powerbox root bridge. On master (AP) end, ether2 has pr...
by Bomber67
Mon Feb 06, 2023 3:28 pm
Forum: Scripting
Topic: GNSS tracking based on KNOT - PHP-script fails?
Replies: 1
Views: 1499

Re: GNSS tracking based on KNOT - PHP-script fails?

Temporarily downgrading to PHP 7.4 made it work :D
Any thoughts on what must be done to the script to be compliant with PHP 8.2 ?
by Bomber67
Mon Feb 06, 2023 2:15 pm
Forum: Scripting
Topic: GNSS tracking based on KNOT - PHP-script fails?
Replies: 1
Views: 1499

GNSS tracking based on KNOT - PHP-script fails?

Exploring NB-IOT and GNSS tracking I have a setup based on the following Wiki article: https://wiki.mikrotik.com/wiki/Manual:GPS-tracking Basically, the KNOT runs a script that obtains LAT/LON/ELE from the BG77 and posts it via http to a web server running the PHP part of the script in the article. ...
by Bomber67
Thu Jan 26, 2023 6:32 pm
Forum: General
Topic: MUM plans for 2023?
Replies: 52
Views: 11543

Re: MUM plans for 2023?

+1 MUM@Kyïv The MUM can't be done until there is something really new to show. With this shortage of chips, what do you expect us to show? Already in the bucket there are wireless components from 6 years ago... I guess everyone has their own reasons for attending the MUMs. New hardware is one possi...
by Bomber67
Thu Jan 26, 2023 3:45 pm
Forum: General
Topic: MUM plans for 2023?
Replies: 52
Views: 11543

Re: MUM plans for 2023?

Suggest waiting until a certain war is over, out of respect.......... Kinda hard to be partying in Europe at the moment....... I think also, we are in the middle of flu+covid which doesnt help planning. Also until MT produces a zero trust cloudfare tunnel package, not much to talk about ;-) Yes I u...
by Bomber67
Thu Jan 26, 2023 10:48 am
Forum: General
Topic: MUM plans for 2023?
Replies: 52
Views: 11543

MUM plans for 2023?

Soon 4 years since last Europe Mum - are there any plans for 2023?
Haven't seen any announcement from MT on this.
by Bomber67
Wed Jan 11, 2023 7:39 pm
Forum: Wireless Networking
Topic: Capsman performance degradation due to many clients?
Replies: 10
Views: 2231

Re: Capsman performance degradation due to many clients?

From practice, the optimal load is up to 15 active clients per radio interface.
Apart from placing the APs so that roughly 1/3 of the chromebooks will connect to each automatically, how can I go about to restrict the number of clients on one cap? Or maybe "move" them to another one?
by Bomber67
Wed Jan 11, 2023 7:07 pm
Forum: Wireless Networking
Topic: Capsman performance degradation due to many clients?
Replies: 10
Views: 2231

Re: Capsman performance degradation due to many clients?

tx-power= 26 Mikrotik does not release WiFi access points that can operate at this power without reducing the transmission speed. Noted, have reduced Tx power to 20 for 2.4, making 17 dBm show at the AP. The reason for cranking it up was that customer complained about "medium signal strength&q...
by Bomber67
Wed Jan 11, 2023 7:59 am
Forum: Wireless Networking
Topic: Capsman performance degradation due to many clients?
Replies: 10
Views: 2231

Re: Capsman performance degradation due to many clients?

Can you share your config? /export file=anynameyoulike (and remove any personal information). Thank you! Here is my config anonymized (any comments are appreciated): Controller: # jan/11/2023 06:24:32 by RouterOS 6.49.7 # software id = ****-**** # # model = RBM33G # serial number = F0EB0***** /caps...
by Bomber67
Wed Jan 11, 2023 7:56 am
Forum: Wireless Networking
Topic: Capsman performance degradation due to many clients?
Replies: 10
Views: 2231

Re: Capsman performance degradation due to many clients?

I don't think there is much you can do. Ensure multicast helper and keepalive is disabled, try setting basic rates to 6+12+24 instead of 6 only. If none of this helps: Go for another vendor. Thank you for your tips! Tried to explicitly disable multicast helper and keepalive now (instead of default ...
by Bomber67
Tue Jan 10, 2023 7:57 am
Forum: Wireless Networking
Topic: Capsman performance degradation due to many clients?
Replies: 10
Views: 2231

Capsman performance degradation due to many clients?

Hi all! For a customer I have set up Capsman using ROS 6.49.7, RBM33G as controller and 3x cAP ac as caps, 2.4 and 5 GHz (40 Mhz), clear channel. Local forwarding. He is hooking up approx 40 pcs Chromebooks at a time to do some updates/SSD erasing and complains that in between wireless is slow, for ...
by Bomber67
Thu Oct 20, 2022 9:55 am
Forum: MikroTik hardware questions
Topic: KNOT Power consumption - power saving possible?
Replies: 10
Views: 2478

Re: KNOT Power consumption - power saving possible?

i found very difficult to get a device like KNOT which is a Fully Functional Router / Gateway with a Power consumption below the 2 Watts you confirmed to us Exactly. And that leads me to think that it is primarily intended to be some kind of IOT hub and not an IOT device itself - like you suggest. ...
by Bomber67
Wed Oct 19, 2022 8:58 am
Forum: MikroTik hardware questions
Topic: KNOT Power consumption - power saving possible?
Replies: 10
Views: 2478

Re: KNOT Power consumption - power saving possible?

...strange that Mikrotik haven't paid more attention to power consumption on an IoT device. i think KNOT is not a IoT device itself, is a Gateway for other IoT devices, it is expected to be available for the IoT devices to connect to it, in fact you are confirming KNOT has a very low Power usage i ...
by Bomber67
Wed Oct 19, 2022 8:43 am
Forum: MikroTik hardware questions
Topic: KNOT Power consumption - power saving possible?
Replies: 10
Views: 2478

Re: KNOT Power consumption - power saving possible?

Energy saving and IoT are just the opposite. It is absurd to think of saving energy by using the IoT, as there are even more devices to power than before. Yuo can't use LoRaWAN for your needs? Yes, of course will more added sensors require more power. But this is not about that, what I'm considerin...
by Bomber67
Mon Oct 17, 2022 10:19 pm
Forum: MikroTik hardware questions
Topic: KNOT Power consumption - power saving possible?
Replies: 10
Views: 2478

Re: KNOT Power consumption - power saving possible?

Thank you for your tips chechito and mada3k :-) Of course running the entire application on an Arduino would be an option, but you know I love Mikrotik and RouterOS...strange that Mikrotik haven't paid more attention to power consumption on an IoT device. I could very well have traded CPU performanc...
by Bomber67
Mon Oct 17, 2022 1:53 pm
Forum: MikroTik hardware questions
Topic: KNOT Power consumption - power saving possible?
Replies: 10
Views: 2478

KNOT Power consumption - power saving possible?

I am developing an application based on the KNOT, using GNSS and NB-IOT data transmission. It is supposed to stay idle for a period, then send a very small amount of data to a server and revert to "idle". The BG77 chip contains features for saving power, for instance flight mode and Power ...
by Bomber67
Tue Oct 11, 2022 8:40 am
Forum: Wireless Networking
Topic: Trouble with PPP connection on Knot (CAT-M/NB-IOT)
Replies: 1
Views: 2294

Re: Trouble with PPP connection on Knot (CAT-M/NB-IOT)

Armed with vast amounts of black coffee I attacked this problem once again this morning at 0600 hrs. :D It turned out that for some reason my SIM-card won't connect properly using access technology = pure NB-IOT Replacing the init string with AT+QCFG="iotopmode",0,1 (Cat-M) or AT+QCFG=&quo...
by Bomber67
Tue Oct 11, 2022 7:42 am
Forum: Wireless Networking
Topic: CubeSA 60Pro ac: 60Ghz clients flapping
Replies: 121
Views: 38437

Re: CubeSA 60Pro ac: 60Ghz clients flapping

Not directly related to your problem: I see that your config includes bonding of the 60G interface itself, I didn't know I could do it that way? In the default setup for the preconfigured Cube 60 kit the station interface is included as both primary and slave in the bonding. As station interfaces a...
by Bomber67
Tue Oct 11, 2022 7:16 am
Forum: Wireless Networking
Topic: CubeSA 60Pro ac: 60Ghz clients flapping
Replies: 121
Views: 38437

Re: CubeSA 60Pro ac: 60Ghz clients flapping

AP 60ghz config: /interface w60g set [ find ] disabled=no frequency=66960 isolate-stations=no name=AP-60Ghz put-stations-in-bridge=bridge region=usa ssid=myap /interface bonding add mode=active-backup name=bond1 primary=AP-60Ghz slaves=AP-60Ghz,AP-5Ghz Client 60ghz config: /interface w60g set [ fin...
by Bomber67
Mon Oct 10, 2022 10:12 pm
Forum: Wireless Networking
Topic: Trouble with PPP connection on Knot (CAT-M/NB-IOT)
Replies: 1
Views: 2294

Trouble with PPP connection on Knot (CAT-M/NB-IOT)

Good evening guys, When I finally got hold of a coupe of IOT enabled SIM cards (without PIN), this morning I started to explore PPP connection over NB-IOT/CAT-M using the Knot (Quectel BG77). Operator is Norwegian Telenor. ROS version is 7.5. First it wouldn't connect but then after some fiddling I ...
by Bomber67
Fri Jun 17, 2022 12:39 pm
Forum: MikroTik hardware questions
Topic: RBM33G + 5G
Replies: 69
Views: 35911

Re: RBM33G + 5G

Finally I got all hardware puzzled together and managed to fire up my RBM33G with the Quectel RM502Q-EA in an M.2 B Key to MiniPCI-e adapter. :-) When dealing with 2.4 and 5GHz Wifi I never leave an antenna connector open when powering up, just to not risk damage to the RF module. But what about 4G ...
by Bomber67
Fri May 13, 2022 8:02 am
Forum: MikroTik hardware questions
Topic: RBM33G + 5G
Replies: 69
Views: 35911

Re: RBM33G + 5G

Hello! I am planning to switch from LTE to 5G. Right now i got a RBM33G with a USB3 Adapter and a Sierra EM7565 LTE modem on it - all together with a XPOL-2-5G 2x2 Mimo Antenna. I read in your posts about the Quectel RM500Q-AE working on the RBM33G and started to plan to buy this Modem as it is ava...
by Bomber67
Wed May 11, 2022 8:34 am
Forum: MikroTik hardware questions
Topic: RBM33G + 5G
Replies: 69
Views: 35911

Re: RBM33G + 5G

You will definitely need to use a PCIe to M.2 B-Key adapter. Cell modems are all B key, M-key is only useful for storage as far as I know. Can you provide info on your pigtails for the cell antennas? I'm trying to get The RM500Q-GL working in an RB of some sort (wanted to use a wAP-G, but there isn...
by Bomber67
Tue May 10, 2022 2:30 pm
Forum: MikroTik hardware questions
Topic: RBM33G + 5G
Replies: 69
Views: 35911

Re: RBM33G + 5G

M11G and M33G with m.2 adapter can run a Quectel RM50x series of 5G cards. Signal is depend from antenna you use, and how you connect the antennas in order. To watch a signals I recommend script from https://confusedbird.com/thread-123.html called: MIMO Layer Signal Readings I apologize for my shee...
by Bomber67
Wed Mar 30, 2022 6:07 pm
Forum: MikroTik hardware questions
Topic: Mikrotik hardware shortage - official statement?
Replies: 36
Views: 9774

Re: Mikrotik hardware shortage - official statement?

MikroTik has been posting about this for weeks on their social media channels.
https://twitter.com/mikrotik_com/status ... 3wvtED_xSA
Since when is Twitter their official channel of information?
by Bomber67
Wed Mar 30, 2022 2:55 pm
Forum: MikroTik hardware questions
Topic: Mikrotik hardware shortage - official statement?
Replies: 36
Views: 9774

Re: Mikrotik hardware shortage - official statement?

Because MT can create good PR. But it is much more likely to create bad PR! When MikroTik write here "we have only 1000 chips of type X in stock and the next delivery will be in november", what do you think the reaction would be? "hey thank you for that info!"? I don't think so....
by Bomber67
Wed Mar 30, 2022 7:19 am
Forum: MikroTik hardware questions
Topic: Mikrotik hardware shortage - official statement?
Replies: 36
Views: 9774

Re: Mikrotik hardware shortage - official statement?

I do not see any "ridiculing" on what @IPANetEngineer has wrote Well, as I read it he is criticising mk47 because he is trying to get hold of a home router and kind of calls for empathy and guilt because that conflicts with MT donating gear to Ucraine.. I believe everybody supports MTs ac...
by Bomber67
Tue Mar 29, 2022 9:19 am
Forum: MikroTik hardware questions
Topic: Mikrotik hardware shortage - official statement?
Replies: 36
Views: 9774

Re: Mikrotik hardware shortage - official statement?

The fact that MIkroTik is shipping *anything* that does routing and switching puts them ahead of most every other network vendor on the planet. There's also a war on Lativa's doorstep. MikroTik donated hundreds of thousands of euros worth of equipment to help restore connectivity in Ukraine and sur...
by Bomber67
Mon Mar 28, 2022 3:11 pm
Forum: MikroTik hardware questions
Topic: Mikrotik hardware shortage - official statement?
Replies: 36
Views: 9774

Re: Mikrotik hardware shortage - official statement?

So it's their decision.
Damn straight.
by Bomber67
Mon Mar 28, 2022 3:07 pm
Forum: MikroTik hardware questions
Topic: Mikrotik hardware shortage - official statement?
Replies: 36
Views: 9774

Re: Mikrotik hardware shortage - official statement?

China has everyone [mfgs & vendors] by the short hairs ... geopolitics is causing a very significant realignment so until that is sorted out China will use all of its commercial weapons' to gain the upper hand. Since EVERYONE in this game relied on the very cheap labour that China offered and d...
by Bomber67
Mon Mar 28, 2022 9:21 am
Forum: MikroTik hardware questions
Topic: Mikrotik hardware shortage - official statement?
Replies: 36
Views: 9774

Re: Mikrotik hardware shortage - official statement?

As you say: the big boys don't, why would the smaller ones do it ? For what purpose ? To put the spotlights on themselves and take the heat ? Bad marketing... I completely understand why they do NOT mention anything. Ok, to me transparency vs customers is a good thing. But of course I respect your ...
by Bomber67
Mon Mar 21, 2022 4:34 pm
Forum: MikroTik hardware questions
Topic: Mikrotik hardware shortage - official statement?
Replies: 36
Views: 9774

Re: Mikrotik hardware shortage - official statement?

mbovenka, holvoetn, pe1chl: For sure, misunderstanding other people's positions and intentions is easy.... :roll: Just to clarify: -Yes I have read quite a bit about it already -No, I don't blame Mikrotik for the problem -No, I dont think this is specific to Mikrotik, I am struggling with availabili...
by Bomber67
Mon Mar 21, 2022 8:02 am
Forum: MikroTik hardware questions
Topic: Mikrotik hardware shortage - official statement?
Replies: 36
Views: 9774

Re: Mikrotik hardware shortage - official statement?

For context, some of the clients we work for that use Cisco and Juniper have an average of more than 1-year lead time for most equipment and some are even getting close to a 2-year lead time. So the fact that we can still buy MikroTik inventory at all is pretty amazing compared to the rest of the n...
by Bomber67
Sat Mar 19, 2022 9:50 am
Forum: MikroTik hardware questions
Topic: Mikrotik hardware shortage - official statement?
Replies: 36
Views: 9774

Mikrotik hardware shortage - official statement?

I guess everybody now are facing problems related to hardware availability. 12-18 months ago we were struggling with the Disc Lite ac - lead times up to 6 months, then things appeared to improve a tad, but now we have the worst situation I've seen throughout my 15 years as a Mikrotik user. Especiall...
by Bomber67
Fri Feb 25, 2022 9:08 am
Forum: MikroTik hardware questions
Topic: CCR1072 recovered after NAND failure - good as new?
Replies: 6
Views: 2362

Re: CCR1072 recovered after NAND failure - good as new?

NAND memory does have some unused blocks for repairing/replacing failed sectors. This happens on write, when attempting to write bad block, it will be redirected to reserved memory and replaced with good block instead. And everything will work just fine, as long as the corruption is not widespread ...
by Bomber67
Fri Feb 25, 2022 9:05 am
Forum: MikroTik hardware questions
Topic: CCR1072 recovered after NAND failure - good as new?
Replies: 6
Views: 2362

Re: CCR1072 recovered after NAND failure - good as new?

beware of bad ideas punishing the storage like running the dude or ludicrous logging or scripts constantly creating files

those are specially bad for this small 128mb storage
Just firewalling/shaping and PPPoE concentrator.
Dude runs on RB1100AHX2 Dude Ed. with MSata
by Bomber67
Thu Feb 24, 2022 7:26 pm
Forum: MikroTik hardware questions
Topic: CCR1072 recovered after NAND failure - good as new?
Replies: 6
Views: 2362

Re: CCR1072 recovered after NAND failure - good as new?

First thing first, connect via console cable and look at it before netinstall. I suspect from ram instead of nand. Ok, but file system is in NAND/NVRAM, right? Doesn't that point towards problems there? RAM is purely (volatile) working memory and as long as it ran (for 12 days since reboot) it func...
by Bomber67
Thu Feb 24, 2022 10:00 am
Forum: MikroTik hardware questions
Topic: CCR1072 recovered after NAND failure - good as new?
Replies: 6
Views: 2362

CCR1072 recovered after NAND failure - good as new?

Couple of weeks ago my main router CCR1072 rebooted without any known reason and sent me an autosupout file - which I did not took any notice from (probably bad "descision"). Yesterday I discovered that somehow the admin password was cleared, made me fear it had been compromised somehow. I...
by Bomber67
Tue Jan 25, 2022 9:06 am
Forum: Wireless Networking
Topic: Mikrotik PtP perfomance - any hope?
Replies: 4
Views: 2867

Re: Mikrotik PtP perfomance - any hope?

no. No hope in mikrotik wisp wireres....
:-(
But do you know what is the barrier?
Both MT and their customers would benefit from competetive wireless solutions!!
by Bomber67
Fri Jan 21, 2022 8:20 am
Forum: Wireless Networking
Topic: Mikrotik PtP perfomance - any hope?
Replies: 4
Views: 2867

Re: Mikrotik PtP perfomance - any hope?

Nobody?
Uldis?
by Bomber67
Wed Jan 19, 2022 8:26 am
Forum: Wireless Networking
Topic: Mikrotik PtP perfomance - any hope?
Replies: 4
Views: 2867

Mikrotik PtP perfomance - any hope?

First of all: I am a big Mikrotik fan since 2006, and running a small WISP I use MT gear for almost everything. I love the versatility and the possibility to do whatever you desire. And yet it is simple to use, and of course affordable. But when it comes to PtP links (backhaul) I must admit that a f...
by Bomber67
Fri Feb 26, 2021 9:21 am
Forum: MikroTik hardware questions
Topic: PWR-LINE PRO - any indication of link quality??
Replies: 0
Views: 1313

PWR-LINE PRO - any indication of link quality??

While the Pwr-line AP PL7411-2nD has an indication of link quality, there is apparently no such indication in the Pwr-Line PRO. A Pwr-line AP is a good idea for extending a WLAN but in several ways PL7411-2nD falls short: -Only 802.11n -Low output power -Prone to failure: I have had several of these...
by Bomber67
Wed Aug 12, 2020 8:26 am
Forum: MikroTik hardware questions
Topic: RB5011
Replies: 40
Views: 25927

Re: RB5011

We have much improved disk read/write speeds in the new v7 beta that will be coming out soon. Thank you Normis, You expect that it will be possible to run Dude DB on MicroSDHC or USB3 under ROS7? Has this been tested and confirmed? That said, after swapping the MSata SSD that came with my RB1100AHx...
by Bomber67
Wed Aug 12, 2020 7:58 am
Forum: MikroTik hardware questions
Topic: RB5011
Replies: 40
Views: 25927

Re: RB5011

3) Ditch the RB1100. For a Dude Edition people can use an USB stick in a RB4011v2 I have been experimenting with Dude server on various routerboards, both MicroSDHC (fastest type) and very fast USB3 sticks, and it does not work. Bottleneck appears to be read/write to Dude DB, performance is terribl...
by Bomber67
Tue May 05, 2020 9:17 am
Forum: MikroTik hardware questions
Topic: Disc Lite5 ac - now also with a second 2.4 radio?
Replies: 0
Views: 1313

Disc Lite5 ac - now also with a second 2.4 radio?

Yesterday I configured yet another Disc Lite5 ac (with a 74:4D:28: MAC) , and discovered for the first time that this item also has a 2.4GHz radio , just like the SXT Lite5 ac used to have... Has this change in hardware been announced somewhere? I cannot find it. Not that it bothers me,I have never ...
by Bomber67
Wed Apr 15, 2020 11:01 am
Forum: MikroTik hardware questions
Topic: CCR1072 - unstable SFP+ ports
Replies: 1
Views: 2117

CCR1072 - unstable SFP+ ports

I am running a CCR1072 equipped with 2x S31DLC20D for WANs, 1x S+31DLC10D for VLAN trunk to rooftop PoE switch, and 3x S-RJ01 for internal connections. Lately I have seen strange beaviour, probably triggered by power outages on connected devices or maybe power disturbances. When connected devices go...
by Bomber67
Mon Mar 16, 2020 3:51 pm
Forum: Announcements
Topic: MUM EUROPE AND OTHER UPCOMING EVENTS - POSTPONED!
Replies: 59
Views: 255465

Re: MUM EUROPE AND OTHER UPCOMING EVENTS - POSTPONED!

I hate people who can't understand why events are postponed/canceled. Good look to you and lets hope, that this will pass as soon as it can!

Best wishes
Is there anybody who doesn't understand the MUM postponings?
Let me hear!
by Bomber67
Wed Mar 11, 2020 12:33 pm
Forum: Announcements
Topic: MUM EUROPE AND OTHER UPCOMING EVENTS - POSTPONED!
Replies: 59
Views: 255465

Re: MUM EUROPE AND OTHER UPCOMING EVENTS - POSTPONED!

Would be indeed great to have a live stream with new products announcements on the 26th of March!
For now I keep the 26th free it in my calendar! ;-)
Nah, I'd rather go to Prague for a real MUM once the virus has retired ;-)
by Bomber67
Wed Mar 11, 2020 8:02 am
Forum: Announcements
Topic: MikroTik newsletter March 2020 (#94)
Replies: 40
Views: 52593

Re: MikroTik newsletter March 2020 (#94)

• CRS354-48P-4S+2Q+RM – a 48 port PoE+ switch for 40 Gbps setups
Nice! Finally it's here :-)

Just one wonder, why is this powered by a 650 MHz MIPSBE CPU?
Not that it's going to be used for CPU consuming task, but that looks like a step down from 800 MHz ARM in the CRS328?
by Bomber67
Thu Feb 06, 2020 2:19 pm
Forum: MikroTik hardware questions
Topic: CCR1072 fan control - how?
Replies: 2
Views: 3884

Re: CCR1072 fan control - how?

What SFP + modules are used, what is their temperature?
So far no modules added, but will use std MT 10G modules.
Will temp readings from modules be evaluated by RB/ROS for fan control?
by Bomber67
Thu Feb 06, 2020 11:23 am
Forum: MikroTik hardware questions
Topic: CCR1072 fan control - how?
Replies: 2
Views: 3884

CCR1072 fan control - how?

About to install a CCR1072 and I see (and hear) that all 4 fans run at about 4500-5000 rpm, even at 39°C CPU temperature. In /system health in Winbox no buttons/settings available. In CLI I tried to change fan-control to Auto, but it does not change. I remember same behavior on some CRS device, fans...
by Bomber67
Fri Jan 24, 2020 3:35 pm
Forum: Announcements
Topic: v6.46.2 [stable] is released!
Replies: 120
Views: 72359

Re: v6.46.2 [stable] is released!

Have you not read the above answers to your questions? Since I see repetition of the same flawed arguments. 1. looking at files is not verification 2. RouterOS does internal verification that is much better than looking with your eyes 3. if you want to do some advanced checksum operations, you stil...
by Bomber67
Fri Jan 24, 2020 7:49 am
Forum: Announcements
Topic: v6.46.2 [stable] is released!
Replies: 120
Views: 72359

Re: v6.46.2 [stable] is released!

"Our" problem is that the subset of users who gather here on the forum is only a small subset of users to which MikroTik sell equipment. Of course they are the tech savvy users who get MikroTik to get things done the cannot get done on equipment from other manufacturers in the same market...
by Bomber67
Thu Jan 23, 2020 9:13 am
Forum: Announcements
Topic: v6.46.2 [stable] is released!
Replies: 120
Views: 72359

Re: v6.46.2 [stable] is released!

Why packages are downloaded in a different directory? - If there are other .npk files under the "Files" menu, then upgrade will fail What to do, if I want to cancel upgrade? - Use "/system package update cancel" feature What to do if I want to verify packages after download? - F...
by Bomber67
Thu Jan 23, 2020 7:42 am
Forum: The Dude
Topic: CLI access to /dude in RouterOS - badly missing
Replies: 0
Views: 3828

CLI access to /dude in RouterOS - badly missing

The topic has been raised before, but with little response. In Winbox we have access to virtually everything in /dude, so it is there already, but using CLI only a few params are available. It would be very convenient to be able to use scripting to access the data. I would like to use it both ways, ...
by Bomber67
Wed Jan 22, 2020 8:34 pm
Forum: Announcements
Topic: v6.46.2 [stable] is released!
Replies: 120
Views: 72359

Re: v6.46.2 [stable] is released!

We are not office secretaries, we are techs, and we want to see what we are actually doing!
Going this way, you'll soon start asking to remove Quick Set from default package :D
Quickset doesn't bother me at all, what bothers me is not being able to see what I need to see :?
by Bomber67
Wed Jan 22, 2020 6:56 pm
Forum: Announcements
Topic: v6.46.2 [stable] is released!
Replies: 120
Views: 72359

Re: v6.46.2 [stable] is released!

Can anyone post reasonable reason why it's important? Verification that file is downloaded is plain strange. If you don't trust the auto-upgrade mechanism, use Fetch, or use other more reliable ways. I'll turn the question around, could you provide a good reason why they should to be hidden? I'm no...
by Bomber67
Sat Dec 07, 2019 11:31 am
Forum: The Dude
Topic: Dude v6/v7 - Feature request list
Replies: 111
Views: 197635

Re: Dude v6 - Feature request list

Maybe I should have cleaned my glasses, but I cannot find "Full CLI access to /dude in RouterOS" on the list? This has been addressed on the forum before, and I am surprised that it is not yet implemented, as everything is in Winbox already.... I am planning to configure the Dude as a more...
by Bomber67
Wed Dec 04, 2019 8:56 am
Forum: The Dude
Topic: Mass pass change from dude at maps device/generap/password
Replies: 2
Views: 5085

Re: Mass pass change from dude at maps device/generap/password

i want to do mass password change at rb devices from dude map but after execute scripts that change password at all devices. The old password will be still at dude maps in devices properities and i must change it at all devices placed at maps manually... how i can fix it? Did you find a solution to...
by Bomber67
Wed Nov 27, 2019 8:43 am
Forum: Announcements
Topic: Newsletter 92
Replies: 39
Views: 47387

Re: Newsletter 92

ivicask: This is something that puzzles me as well: MT try to save dimes by adding Fast Ethernet NICs instead of GB, use plastic RJ45 sockets that break in the cold (RB711 and indeed a long time ago, eventually they realized the failure but still....), failed to add buzzers to many of their RBs, fai...
by Bomber67
Tue Nov 26, 2019 1:45 pm
Forum: Announcements
Topic: Newsletter 92
Replies: 39
Views: 47387

Re: Newsletter 92

I know you don't sponsor. But for most (all?) of the MUMs I have attended, you have negotiated special rates that we got using a registration code. A number of rooms were reserved, not booked. Booking was made indiviually by the attendants on a first come, first serve basis. However, I will look at ...
by Bomber67
Tue Nov 26, 2019 1:25 pm
Forum: Announcements
Topic: Newsletter 92
Replies: 39
Views: 47387

Re: Newsletter 92

Thank you Normis, I will look.
However, considering the number of attendants, I assume that Mikrotik has the power to negotiate a good price in one ore more hotels..?
Also convenient to stay close to where other attendants are.
by Bomber67
Tue Nov 26, 2019 1:10 pm
Forum: Announcements
Topic: Newsletter 92
Replies: 39
Views: 47387

Re: Newsletter 92

Normis, have you negotiated a special rate for accomodation during the Prague MUM? Where?
As far as I can see the hotel part of O2 will not open until 2021.
by Bomber67
Thu Aug 08, 2019 8:54 am
Forum: Announcements
Topic: Newsletter #90
Replies: 55
Views: 51217

Re: Newsletter #90

Normis: When will the CRS356 finally hit the surface? It was presented as upcoming already at the Berlin MUM some 17 months ago ;-) never, CRS356 never even exist.... however crs354 should be available around q4 this year Yes, I wrote wrong name, corrected my post, sorry. Somehow I believed that na...
by Bomber67
Wed Aug 07, 2019 7:53 pm
Forum: Announcements
Topic: Newsletter #90
Replies: 55
Views: 51217

Re: Newsletter #90

Normis: When will the CRS354 finally hit the surface?
It was presented as upcoming already at the Berlin MUM some 17 months ago ;-)
by Bomber67
Tue Mar 12, 2019 8:57 am
Forum: MikroTik hardware questions
Topic: M33G M.2 Sata Support
Replies: 12
Views: 10221

Re: M33G M.2 Sata Support

provided the boards hardware is capable of that https://www.mediatek.com/products/homeNetworking/mt7621n-a the sheet for the SoC doesn't say it has SATA controller - and for msata (regardless whether mpcie or m.2 for factor) ssds this is a must. pcie ssds can be supported if the mmips train has nvm...
by Bomber67
Thu Aug 23, 2018 11:20 am
Forum: MikroTik hardware questions
Topic: SXT sq - Mikrotik forgot to add a decent bracket!
Replies: 4
Views: 2245

Re: SXT sq - Mikrotik forgot to add a decent bracket!

Thanks a lot Kliwer! 3D printer ordered! :D
by Bomber67
Fri Aug 10, 2018 11:41 am
Forum: MikroTik hardware questions
Topic: SXT sq - Mikrotik forgot to add a decent bracket!
Replies: 4
Views: 2245

SXT sq - Mikrotik forgot to add a decent bracket!

For quite a while I have had a stack of unused SXT sq's sitting in my shelf..mostly because of the pre 6.42 nv2 issues that has been going on. One of the first things i saw when looking at this model is that unfortunately it lacks a decent bracket compatible with the round shaped SXT. Now that it ha...
by Bomber67
Fri Apr 13, 2018 7:43 am
Forum: SwOS
Topic: Where did SwOS for the old RB260GS/GSP go?
Replies: 2
Views: 3648

Where did SwOS for the old RB260GS/GSP go?

On the download page https://mikrotik.com/download only version 2.7 for the CSS switches are available.
There are still lots of old 260GS/GSP around, where is download for these (1.17)?
by Bomber67
Tue Dec 12, 2017 8:14 am
Forum: General
Topic: Possible to avoid loops using 6.41rc?
Replies: 3
Views: 1796

Re: Possible to avoid loops using 6.41rc?

This really puzzles me... -All switches interconnected are CRS-106 with 6.41rc56 -All have the same config as posted above (only IP and name differs) -Multiple connections directly between same two switches and multiple "paths" via other switches -No equipment connected for the time being ...
by Bomber67
Mon Dec 11, 2017 8:26 pm
Forum: General
Topic: Possible to avoid loops using 6.41rc?
Replies: 3
Views: 1796

Re: Possible to avoid loops using 6.41rc?

Seems you're mixing old "switch configs" and "bridge" configs. The regular STP (RSTP) or new MSTP implementation works fine for me w/6.41rc based switches connected to Cisco switching. The Cisco switching is running MSTP on some and RSTP on others to try and highlight compatibil...
by Bomber67
Mon Dec 11, 2017 7:35 pm
Forum: General
Topic: Possible to avoid loops using 6.41rc?
Replies: 3
Views: 1796

Possible to avoid loops using 6.41rc?

In this post I describe what is my problem: https://forum.mikrotik.com/viewtopic.php?f=2&t=127500&p=626795#p626795 Long story short, I have got advise from support to try 6.41rc with the new bridge concept and hardware offloading. Support says that maybe the problem was due to broadcasts bot...
by Bomber67
Tue Nov 07, 2017 8:32 pm
Forum: General
Topic: CRS106 – RSTP loop protection unreliable – broadcast storm using 6.39.3
Replies: 0
Views: 1369

CRS106 – RSTP loop protection unreliable – broadcast storm using 6.39.3

Good afternoon guys, hope you can help me on this: Description: In a project I am deploying a number of CRS-106-1C-5S using a fiber ring topology for redundancy. There are a number of “outer rings” with junction switches connected via SFP3 and SFP4. In addition, between these there are “subrings” co...
by Bomber67
Sat Nov 04, 2017 10:24 am
Forum: MikroTik hardware questions
Topic: mUPS max output current...way too low
Replies: 5
Views: 2398

Re: mUPS max output current...way too low

The mUPS is a great idea: small, simple and affordable, and you can use batteries of your own choice. The running time of course depends on the size of the batteries, you decide. On most sites I don't really need 2A.. But I think MT did not quite make it there when the mUPS is unable to supply a RB2...
by Bomber67
Tue Oct 31, 2017 10:04 pm
Forum: MikroTik hardware questions
Topic: MMCX connector for RP-SMA ? [SOLVED]
Replies: 4
Views: 2310

Re: MMCX connector for RP-SMA ? [SOLVED]

OK, so it was correct, that home use devices do not have any way of attaching a external antenna unless you do modifications. And the type of connector in these devices are just test points ? I know about the other equipment, I just feel that most of the new hardware that MikroTik has on offer is t...
by Bomber67
Tue Oct 31, 2017 9:45 pm
Forum: MikroTik hardware questions
Topic: mUPS max output current...way too low
Replies: 5
Views: 2398

mUPS max output current...way too low

Disappointing that the mUPS is unable to deliver more than 0,7A at 24V. Thougt it to be the ideal device for implementing custimized backup power for my stations, and mounted one this morning while upgrading one of them. Easy to leave a big 12v lead battery, achieving many hours operation during uti...
by Bomber67
Wed Aug 30, 2017 3:05 pm
Forum: General
Topic: CRS-106 - loop protection when using switch chip - or is bridging only solution?
Replies: 5
Views: 3092

Re: CRS-106 - loop protection when using switch chip - or is bridging only solution?

becs,

Have you got the time to comment on my last post please?
by Bomber67
Wed Aug 30, 2017 8:14 am
Forum: General
Topic: Games reporting "Strict NAT" - what does it acutally mean
Replies: 5
Views: 4557

Re: Games reporting "Strict NAT" - what does it acutally mean

Thank you Zerobyte.

I am running CapsMan on the site in question, with separate networks for employees and users (children).
Is it possible to configure UPnP using CapsMan? I mean add the capsman bridge as internal interface?
by Bomber67
Tue Aug 29, 2017 2:33 pm
Forum: General
Topic: Games reporting "Strict NAT" - what does it acutally mean
Replies: 5
Views: 4557

Re: Games reporting "Strict NAT" - what does it acutally mean

Thank you BartoszP, Firstly, I got a little scared that your account was hacked and the link was a virus, but opened on phone, all ok :-) From the article: "To make the firewall/router from strict to open, actually Microsoft′s devices looking for three UDP ports to be properly routed. If you ca...
by Bomber67
Tue Aug 29, 2017 1:18 pm
Forum: General
Topic: Games reporting "Strict NAT" - what does it acutally mean
Replies: 5
Views: 4557

Games reporting "Strict NAT" - what does it acutally mean

Client complains he is unable to play online, message he gets is something about "Strict NAT" But what does this actually mean? Certain ports being blocked? If memory serves, games in question are COD and Rainbow 6. Maybe this brings us into another related topic, about "opening ports...
by Bomber67
Fri Aug 25, 2017 8:53 am
Forum: General
Topic: CRS-106 - loop protection when using switch chip - or is bridging only solution?
Replies: 5
Views: 3092

Re: CRS-106 - loop protection when using switch chip - or is bridging only solution?

becs, I tried this yesterday, but I can't get it to work quite as expected. Using vlans from /interface vlan and plain bridges I achieved full failover. Pulling any fiber only caused the connection to halt for a few seconds, then it was back on track using another one. Using the switch chip with the...
by Bomber67
Thu Aug 24, 2017 10:20 am
Forum: General
Topic: CRS-106 - loop protection when using switch chip - or is bridging only solution?
Replies: 5
Views: 3092

Re: CRS-106 - loop protection when using switch chip - or is bridging only solution?

Thank you becs, perfect!
I'll give it a shot right away :-)
by Bomber67
Tue Aug 22, 2017 10:19 am
Forum: General
Topic: CRS-106 - loop protection when using switch chip - or is bridging only solution?
Replies: 5
Views: 3092

Re: CRS-106 - loop protection when using switch chip - or is bridging only solution?

RSTP on the bridges works so smoothly...I can pull out and replug any fiber and it always re-establishes the connection....however it is more elegant to use the switch chips, and it removes CPU load.

So guys: How to achieve loop protection using the switch chip???? :shock:
by Bomber67
Mon Aug 21, 2017 12:26 pm
Forum: General
Topic: CRS-106 - loop protection when using switch chip - or is bridging only solution?
Replies: 5
Views: 3092

CRS-106 - loop protection when using switch chip - or is bridging only solution?

I am deploying a number of CRS-106-1C-5S using a fiber ring topology for redundancy. Each end of the ring is connected to the sfp ports of a CRS212-1G-10S-1S+. I have set up VLANs using the switch chip in the switches (Both CRS106 and CRS112). However I'm experiencing loops, bringing the loop/broadc...
by Bomber67
Wed Aug 02, 2017 11:50 pm
Forum: The Dude
Topic: TOOL/WINBOX Disappeared from LIST
Replies: 16
Views: 10455

Re: TOOL/WINBOX Disappeared from LIST

How is this "pain" exactly? Goes without saying Normis... Having to configure the Dude to load Windows from a local location is very inconvenient. We are running Dude clients on several machines connecting to a Dude server on an RB1100AHX4 Dude ed. When we create a global Tool in the Dude...
by Bomber67
Tue Jul 04, 2017 12:18 pm
Forum: General
Topic: Mangle rule order for minimizing CPU load?
Replies: 1
Views: 2316

Mangle rule order for minimizing CPU load?

I am using Mangle and Queue trees for shaping my customers. As traffic is increasing I have got a feeling that throughput is somehow restricted at some point. I can see that the %CPU is rising, and the vast of it is consumed by the firewall. Therefore I am thinking of optimizing my mangle rules and ...
by Bomber67
Fri Jun 30, 2017 1:50 pm
Forum: The Dude
Topic: TOOL/WINBOX Disappeared from LIST
Replies: 16
Views: 10455

Re: TOOL/WINBOX Disappeared from LIST

Removed - Since default Winbox used in the Dude wasn't fully compatible with all RouterOS devices, we removed i completely. I've previously asked this in another thread here but I'll continue in this thread instead. My question to MT is then: If the Winbox included in the Dude wasn't compatible and...
by Bomber67
Fri Jun 30, 2017 1:42 pm
Forum: The Dude
Topic: What happened to the built-in Winbox in The Dude 6.39.2?
Replies: 5
Views: 3496

Re: What happened to the built-in Winbox in The Dude 6.39.2?

Thank you Alex, I'll join in there :-)
by Bomber67
Thu Jun 29, 2017 9:23 am
Forum: General
Topic: Time based firewall rules stay inactive
Replies: 9
Views: 6981

Re: Time based firewall rules stay inactive

To my surprise this bug was still around in 6.37.5, but after upgrading to 6.38.7 it finally works as expected :-)
Strange that such a bug remains unsolved for so long :shock:
Either way, thank you MT! :D
by Bomber67
Fri Jun 23, 2017 3:47 pm
Forum: The Dude
Topic: What happened to the built-in Winbox in The Dude 6.39.2?
Replies: 5
Views: 3496

Re: What happened to the built-in Winbox in The Dude 6.39.2?

Thank you guys,

So no chance to have the Winbox instances behave as Dude processes?
Sometimes it is convenient to right-click on the Dude symbol, select "Close all windows" and let all the timed-out Winbox-windows follow the Dude down the drain, without having to click each.. :-)
by Bomber67
Wed Jun 21, 2017 8:28 pm
Forum: The Dude
Topic: What happened to the built-in Winbox in The Dude 6.39.2?
Replies: 5
Views: 3496

What happened to the built-in Winbox in The Dude 6.39.2?

Just got my hands on the RB1100AHX4 Dude Ed and installed current 6.39.2 on it. Configured The Dude and imported my DB, looks like everything runs smoothly :-) Finally I think I have found my platform...unlike everything else I have tried the M.2 disks are able to swallow away all the data written b...
by Bomber67
Tue Mar 28, 2017 4:47 pm
Forum: General
Topic: Speed issues, Fastpath appears to be employed in only one direction
Replies: 12
Views: 4320

Re: Speed issues, Fastpath appears to be employed in only one direction

I gave the AFs a shot and found that the link was easily able to handle 400+ Mbps. So maybe I was fooled by something regarding the BW test in Winbox? Any idea? Either way I am now running AFs for my main link ifperf is nothing that I know of, haven't tested. Here is the output of the interface stat...
by Bomber67
Fri Mar 24, 2017 6:32 pm
Forum: General
Topic: Speed issues, Fastpath appears to be employed in only one direction
Replies: 12
Views: 4320

Re: Speed issues, Fastpath appears to be employed in only one direction

Thinking loud.... :? ..Am I right when I assume that the link can be considered as one homogenous, transparent L2 connection...straight from the vlan in the CCR1036 to the Ether11 on the CCR1016? A kind of "virtual cable"? And then, what can possibly slow it down in one direction, but not ...
by Bomber67
Fri Mar 24, 2017 5:40 pm
Forum: General
Topic: Speed issues, Fastpath appears to be employed in only one direction
Replies: 12
Views: 4320

Re: Speed issues, Fastpath appears to be employed in only one direction

Both directions stick at highest modulation, 6X (64QAM MIMO) with estimated throughput of 775 Mbps. Downlink (towards my CCR1016) is even a few dBs better than the opposite, 63/61 vs 65/66 dBm. So I still suspect this to be about Fastpath vs Slowpath. For info, I see the same thing on a second licen...
by Bomber67
Fri Mar 24, 2017 5:20 pm
Forum: General
Topic: Speed issues, Fastpath appears to be employed in only one direction
Replies: 12
Views: 4320

Re: Speed issues, Fastpath appears to be employed in only one direction

I tried to add a rule to the output chain, marking traffic on the actual vlan for Fasttracking.
Counters are updated, but still no joy.

CPU still at a few % on CCR1016, not even one single core running full.

So anyone?
by Bomber67
Fri Mar 24, 2017 4:52 pm
Forum: General
Topic: Speed issues, Fastpath appears to be employed in only one direction
Replies: 12
Views: 4320

Re: Speed issues, Fastpath appears to be employed in only one direction

Thank you Zerobyte, Well I guess I cannot disagree with you on your views on BW test methods. But I believe CPU consumption should not be the real issue here, as when traffic is generated by the less powerful CCR1016, I get a speed close to the theoretical maximum of the AFs. I guess I need some enl...
by Bomber67
Fri Mar 24, 2017 4:17 pm
Forum: General
Topic: Speed issues, Fastpath appears to be employed in only one direction
Replies: 12
Views: 4320

Speed issues, Fastpath appears to be employed in only one direction

For a main link I have the following setup: Setup.jpg Main router with internet connection is a CCR-1036, from this one I run fiber as VLAN trunk carrying numerous VLANS to a CRS-125 on the rooftop. CRS: /interface vlan add comment="Link Airfiber" interface=sfp-sfpplus2 name=\ vlan-LinkAir...
by Bomber67
Thu Mar 23, 2017 11:05 pm
Forum: Wireless Networking
Topic: wAP ac and CapsMan - how to use both radios with predefined channels?
Replies: 5
Views: 3213

Re: wAP ac and CapsMan - how to use both radios with predefined channels?

Ok, so I'm not allowed to throw the same bucket of channels to all Caps and tell each of them to pick the clearest channel among them?
by Bomber67
Tue Mar 21, 2017 10:12 am
Forum: Wireless Networking
Topic: wAP ac and CapsMan - how to use both radios with predefined channels?
Replies: 5
Views: 3213

Re: wAP ac and CapsMan - how to use both radios with predefined channels?

How can I add more than one predefined channel to the CapsMan configuration???
The dropdown list does not allow for this (6.36.4)
by Bomber67
Mon Mar 20, 2017 2:15 pm
Forum: Wireless Networking
Topic: Capsman - poor wireless speed on one specific Cap
Replies: 3
Views: 2037

Re: Capsman - poor wireless speed on one specific Cap

Thank you Pukkita, I'll give 6.37.5 a shot when I have the time. Yes I have scanned, there is a fair amount of other APs around, but Capsman selects the "cleanest" channel individually for each cap, right? Being a WISP in the area I am kinda reluctant to deploying 5GHz APs...more than enou...
by Bomber67
Sun Mar 19, 2017 10:21 pm
Forum: Wireless Networking
Topic: Capsman - poor wireless speed on one specific Cap
Replies: 3
Views: 2037

Capsman - poor wireless speed on one specific Cap

At a customer I have a Capsman Installation consisting of a controller running on an RB850x2, and 5 caps spread around his residence/office. A mix of RB751, RB951, wAP ac and hAP ac. As can be seen from below I have deployed 2 networks on each radio, one Master for business and one slave for residen...
by Bomber67
Thu Mar 02, 2017 9:51 am
Forum: Wireless Networking
Topic: wAP ac and CapsMan - how to use both radios with predefined channels?
Replies: 5
Views: 3213

Re: wAP ac and CapsMan - how to use both radios with predefined channels?

Thank you Coylh, I'll give it a shot when I get the time :-)
by Bomber67
Tue Jan 17, 2017 9:51 pm
Forum: Wireless Networking
Topic: wAP ac and CapsMan - how to use both radios with predefined channels?
Replies: 5
Views: 3213

wAP ac and CapsMan - how to use both radios with predefined channels?

Hello folks, I am struggling with CapsMan and the wAP ac If I omit the Channel setting in CapsMan Configuration, both radios on each wAP is employed, but with auto channel, and maximum channel width, i.e. 80MHz for 5GHz. I would like to predefine which channels to use, and channel width. If I try to...
by Bomber67
Wed Dec 21, 2016 8:30 am
Forum: General
Topic: Fighting DDOS and SYN flooding - optimal settings?
Replies: 4
Views: 9754

Re: Fighting DDOS and SYN flooding - optimal settings?

Thank you for the tip, maybe I'll give one of them a chance.

But do you have answers to my questions? For the time being these numbers are pure guessing for me.
by Bomber67
Wed Dec 21, 2016 7:51 am
Forum: General
Topic: Fighting DDOS and SYN flooding - optimal settings?
Replies: 4
Views: 9754

Re: Fighting DDOS and SYN flooding - optimal settings?

Thanks Murmaider, Actually tonight I stumbled across the last forum post you link to. I have now swapped the drop rule for a blackhole route. But I still have to detect src/dst addresses for the attacks and mangle the packets, that will have a CPU impact as well? I have played a little bit more arou...
by Bomber67
Tue Dec 20, 2016 9:07 pm
Forum: General
Topic: PPPoE disconnects - why?
Replies: 3
Views: 9310

Re: PPPoE disconnects - why?

Spoke too soon guys...this weekend the problems returned.
For those interested I decided to open another thread covering what I believe is the solution: http://forum.mikrotik.com/viewtopic.php ... 26#p573712
by Bomber67
Tue Dec 20, 2016 9:05 pm
Forum: General
Topic: Fighting DDOS and SYN flooding - optimal settings?
Replies: 4
Views: 9754

Fighting DDOS and SYN flooding - optimal settings?

Like I described in This thread I have been struggling with sudden PPPoE disconnects for about half of my customers. Message in log is "..peer not responding". It has been kinda hard to see a pattern in what happened, disconnects occured at very irregular intervals, suddenly everything was...
by Bomber67
Mon Dec 12, 2016 10:59 pm
Forum: The Dude
Topic: Dude on hEX - unsuitable for 500+ devices?
Replies: 1
Views: 1893

Dude on hEX - unsuitable for 500+ devices?

Until now I have been running on a PC and it works fine. Monitoring 500 routerboards, SNMP probes for system name, ROS version, firmware, uptime, CPU/memory/disk, along with ping. Today I installed ROS 6.37.3 with Dude server on a hEX with 16 GB MicroSD. Sandisk HC I. Uninstalled old Dude client and...
by Bomber67
Mon Dec 12, 2016 9:47 am
Forum: General
Topic: PPPoE disconnects - why?
Replies: 3
Views: 9310

Re: PPPoE disconnects - why?

Ape: Thanks for your reply and sorry for late reply from me. Somehow a reboot of various routerboard in the "path" solved the problem, now the PPPoE connections are rock solid :-) Yes I use conntracker, but only static routing. Regarding using LDP and VPLS, I have tried this toghether with...
by Bomber67
Tue Dec 06, 2016 12:07 am
Forum: General
Topic: PPPoE disconnects - why?
Replies: 3
Views: 9310

PPPoE disconnects - why?

I run a network with nearly 350 clients connected via PPPoE over EOIP. I run a fully routed underlying network with a bunch of EOIP tunnels, one to each AP These tunnels are bridged to the customer wireless interfaces on the APs, and on the server side they are bridged together in groups based on ar...
by Bomber67
Thu Nov 17, 2016 8:30 am
Forum: General
Topic: Time based firewall rules stay inactive
Replies: 9
Views: 6981

Re: Time based firewall rules stay inactive

Unfortunately, this bug is still around...
Now on 6.34.6, I have a few time based rules for another customer, and when time reaches the time window that one of the rules should block, the rule stays red instead of being employed.
Any chance that this can be fixed soon?
by Bomber67
Tue Nov 15, 2016 1:58 pm
Forum: Scripting
Topic: How to verify result of fetch upload to FTP server?
Replies: 4
Views: 5919

Re: How to verify result of fetch upload to FTP server?

Come on guys, I know some of you are doing fetch upload to ftp!
So how do you perform an integrity check?
by Bomber67
Mon Nov 14, 2016 10:31 am
Forum: Scripting
Topic: How to verify result of fetch upload to FTP server?
Replies: 4
Views: 5919

How to verify result of fetch upload to FTP server?

Hi all, I run a couple of scheduled scripts on my routers. Script 1 runs at 0200 hrs and makes a backup file and an export file Script 2 runs every hour throughout the day (0230, 0330 etc). It checks for backup files and export files and upload them to an FTP server (NAS) using fetch, before deletin...
by Bomber67
Tue Jun 21, 2016 12:27 pm
Forum: MikroTik hardware questions
Topic: LTE with Mikrotik
Replies: 2
Views: 2585

Re: LTE with Mikrotik

Haven't seen multiband antenna with a pouch yet.
Go for the poynting XPOL, and the RB in a weathertight box.
Sierra MC7710 (discontinued) can be found on Ebay at an affordable price, and covers most of the bands. I use it in the RB912.
by Bomber67
Tue Jun 21, 2016 12:22 pm
Forum: MikroTik hardware questions
Topic: RB951Ui PoE out blinks red after power outage
Replies: 1
Views: 1300

Re: RB951Ui PoE out blinks red after power outage

*bump*

This is still a problem.
Typically after a power outage, the RB951Ui can't detect the PoE load properly (detects short?) and blinks red.

What can be done to overcome it?
by Bomber67
Tue Jun 21, 2016 12:19 pm
Forum: Wireless Networking
Topic: tx power under 0dBm
Replies: 6
Views: 5054

Re: tx power under 0dBm

That said, lowering TX power too much may introduce unwanted effects. In order to stay legal on a short link with 24dBi dishes, I went for 0dB TXPwr, but the wireless performance was poor, although I were in the low 50s. Uldis then told me that the chipsets are optimized to perform in the high end o...
by Bomber67
Tue Jun 21, 2016 8:46 am
Forum: General
Topic: Time based firewall rules stay inactive
Replies: 9
Views: 6981

Re: Time based firewall rules stay inactive

Tried to export, remove and add via CLI, no use. Looks like at any time the rule should be employed - but isn't, it comes into effect by disabling/enabling it. For a workaround I added a script that is scheduled to run every 5 minutes. It iterates through the rules, and for every rule that is enable...
by Bomber67
Mon Jun 20, 2016 9:39 am
Forum: General
Topic: Time based firewall rules stay inactive
Replies: 9
Views: 6981

Re: Time based firewall rules stay inactive

No, standalone ethernet, no switch, no bridge.
by Bomber67
Mon Jun 20, 2016 8:57 am
Forum: General
Topic: Time based firewall rules stay inactive
Replies: 9
Views: 6981

Re: Time based firewall rules stay inactive

Still the same here too... Applied the following for another customer: /ip firewall filter add action=drop chain=forward comment="Drop 0000-0800 all days" dst-address=\     !*.*.86.2 in-interface=ether1 log=yes log-prefix=\     "DROP 0000-0800 ALL DAYS" src-address=!192.168.2.99 ...
by Bomber67
Wed May 11, 2016 8:24 am
Forum: General
Topic: XBox One - Strict NAT - how to solve?
Replies: 4
Views: 2681

Re:

Maybe upnp would do the trick if there is not multiple nat... Otherwise you need to get the correct port list to open. Thought I had the correct port list...however last time I tried it for another customer it complained about Strict NAT...Anyone that can confirm the port list? In this post: http:/...
by Bomber67
Mon May 09, 2016 12:10 pm
Forum: General
Topic: XBox One - Strict NAT - how to solve?
Replies: 4
Views: 2681

XBox One - Strict NAT - how to solve?

Good morning all,
A customer is complaining he gets the message "Strict NAT" on his XBox one.
I have preiviously tried to solve the same problem for another customer by forwarding all the necessary incoming ports to his XBox, but no luck.

So what's the secret?
by Bomber67
Mon May 02, 2016 11:25 am
Forum: MikroTik hardware questions
Topic: RB951Ui PoE out blinks red after power outage
Replies: 1
Views: 1300

RB951Ui PoE out blinks red after power outage

For simplicity I normally feed the CPE (Sextant with RB911 or similar) with PoE out from the customer's router RB951Ui. However, sometimes (typically after a power outage) the RB951Ui stops detecting the PoE load properly and just blinks red. Looks like it detects a short? The solution has usually b...
by Bomber67
Wed Apr 06, 2016 6:11 pm
Forum: Wireless Networking
Topic: Dynadish - no 802.11?
Replies: 6
Views: 2385

Re: Dynadish - no 802.11?

Please post you wireless log. I using 802.11 on DynDish for now almost five moths without any problem. Here are my logs, taken right after a disconnect this afternoon: AP: 15:07:05 wireless,debug 4C:5E:0C:**:**:**: on 5760 AP: no SSID ***** caps 0x0 rates 0xOFDM:6-54 BW:1x-2x SGI:1x-2x HT:0-7 VHTMC...
by Bomber67
Wed Apr 06, 2016 12:23 pm
Forum: Wireless Networking
Topic: Dynadish - no 802.11?
Replies: 6
Views: 2385

Re: Dynadish - no 802.11?

Please post you wireless log.

I using 802.11 on DynDish for now almost five moths without any problem.
Will do later on.

Uldis: Can you please comment on my other points?
by Bomber67
Wed Apr 06, 2016 10:21 am
Forum: Wireless Networking
Topic: Dynadish - no 802.11?
Replies: 6
Views: 2385

Re: Dynadish - no 802.11?

Nv2 Nstreme 802 on client, still it refuses to connect to AP on 802!
by Bomber67
Wed Apr 06, 2016 9:59 am
Forum: Wireless Networking
Topic: Dynadish - no 802.11?
Replies: 6
Views: 2385

Dynadish - no 802.11?

Struggling with a backhaul link. 1) On rather high load I experience "Control Frame Timeout" using nv2 and thought I'd try old 802.11 for reference. However, the client won't connect, just reports uses regular 802.11, skip What does this mean? Just nv2 on the Dynadish??? :shock: 2) I'm als...
by Bomber67
Tue Mar 08, 2016 8:15 am
Forum: General
Topic: Time based firewall rules stay inactive
Replies: 9
Views: 6981

Time based firewall rules stay inactive

In order to ensure some gamer kid will get some sleep I have employed a couple of time based FW rules: /ip firewall filter add action=drop chain=forward comment="Drop 0000-0730 all days" in-interface=\ ether2 log=yes log-prefix="DROP 0000-0800 ALL DAYS" time=\ 0s-8h,sun,mon,tue,w...
by Bomber67
Tue Feb 09, 2016 2:00 am
Forum: General
Topic: Winbox losing MAC connection to RB850Gx2
Replies: 46
Views: 21498

Re: Winbox losing MAC connection to RB850Gx2

I have this problem too. Tested with my two RB850 with different versions of ROS. MAC connection fails every time. I have also problems with handling small DNS (UDP) packets. In my opinion RB850 is crappy platform. I cannot fully agree with you in that...have had one in production since june 2015, ...
by Bomber67
Thu Jan 28, 2016 9:47 am
Forum: General
Topic: Winbox losing MAC connection to RB850Gx2
Replies: 46
Views: 21498

Re: Winbox losing MAC connection to RB850Gx2

Yes, it would indeed be interesting with a chime-in from MT on this.
They know what the problem is, we would like to know.
by Bomber67
Mon Jan 04, 2016 1:38 pm
Forum: Announcements
Topic: Newsletter 69
Replies: 17
Views: 19580

Re: Newsletter 69

Normis

Any chance of a version of RB SXT LTE for 3.5 and 3.6GHz spectrum? We could shift a lot of these....
Slightly OT, I'd say.
by Bomber67
Wed Dec 30, 2015 1:18 pm
Forum: Announcements
Topic: Newsletter 69
Replies: 17
Views: 19580

Re: Newsletter 69

I wonder what happens to the newsletter notification e-mails. I have subscribed for years, and have received the vast of them I think, but suddenly they stop coming for one or more newsletters. Then, without re-subscribing, they start coming again. No trace of the missing e-mails (like the one for t...
by Bomber67
Thu Jul 02, 2015 3:47 pm
Forum: General
Topic: Problem with subnetting from /27 to /29
Replies: 5
Views: 1919

Re: Problem with subnetting from /27 to /29

Thank you doneware! Ok, I think I understand Having my ISP to do what you suggest will take weeks I guess, so I have to do it another way. Then plain routing simply won't work I guess? Let me try to understand If I assign the addresses of my controllers to ether1 there will be a dynamic route for .1...
by Bomber67
Thu Jul 02, 2015 7:31 am
Forum: General
Topic: Problem with subnetting from /27 to /29
Replies: 5
Views: 1919

Re: Problem with subnetting from /27 to /29

Nobody?
I simply cannot get this to work..... :(

Thought all packets destined for A.B.C.128/27 at least would arrive at router1's ether1 interface, but no trace...
by Bomber67
Wed Jul 01, 2015 11:25 pm
Forum: General
Topic: Problem with subnetting from /27 to /29
Replies: 5
Views: 1919

Problem with subnetting from /27 to /29

Guys, I have the following setup on one location: IMG2.jpg From ISP I am assigned a /27 network, namely A.B.C.128/27 Address to reach router 1 (main router), A.B.C.130/27 is setup on WAN interface ether1, default GW is set to A.B.C.129. No other static routes. Fiber to second router, on this fiber I...
by Bomber67
Wed Apr 15, 2015 12:41 pm
Forum: The Dude
Topic: The Dude is dead. Move on.
Replies: 105
Views: 50154

Re: The Dude is dead. Move on.

Talked to the MT guys in Prague and I understood that the Dude programmer is no longer around and they are somewhat reluctant to dig into the code...
According to John they are still considering to make another version, so I don't think all hope is out. :)
by Bomber67
Mon Feb 23, 2015 11:10 am
Forum: The Dude
Topic: The Dude is dead. Move on.
Replies: 105
Views: 50154

Re: The Dude is dead. Move on.

Like I said, Mikrotik is pretty close to something, but for some unknown reason they just dropped it as an incomplete product years ago. Why not at least strip off the bugs in the existing version? I hereby invite Normis to give some quality information on this. The situation now is that we are all ...
by Bomber67
Wed Jan 21, 2015 9:37 pm
Forum: General
Topic: Winbox losing MAC connection to RB850Gx2
Replies: 46
Views: 21498

Re: Winbox losing MAC connection to RB850Gx2

Bomber67, No doubt there's an issue with the MAC telnet connection to the RB850Gx2. I've read some of the replies from other users here but this is specific to this model. No it's not normal, contrary to what the other people are saying. I've upgrade up to 6.25 and the problem is still clear. Once ...
by Bomber67
Tue Dec 09, 2014 9:16 am
Forum: General
Topic: Winbox losing MAC connection to RB850Gx2
Replies: 46
Views: 21498

Re: Winbox losing MAC connection to RB850Gx2

Another issue I encounter with the 850 is that they appear to be difficult to run via PoE in from an RB260GSP. First time I tried none of them powered up. Then I forced PoE output of the 260GSP and board #1 powered up. After playing around for a while I suddenly made the 260GSP detect the board and ...
by Bomber67
Tue Dec 09, 2014 7:39 am
Forum: General
Topic: Winbox losing MAC connection to RB850Gx2
Replies: 46
Views: 21498

Re: Winbox losing MAC connection to RB850Gx2

The MAC based connection would make initial connection then act as though it was disconnected and quit updating but never actually disconnects. How much time went by between when you made the connection and when you noticed it had stopped updating? Long enough for the initial window to populate. Th...
by Bomber67
Tue Dec 09, 2014 7:25 am
Forum: General
Topic: Winbox losing MAC connection to RB850Gx2
Replies: 46
Views: 21498

Re: Winbox losing MAC connection to RB850Gx2

I never had a problem with MAC winbox connection with any routerboard either except for the 850Gx2. And I've had plenty of problems with MAC Winbox to other RouterBoards, but not to this 850Gx2 that I have sitting on my desk right this second. So what's your point? I have been MAC Winbox'd to it fo...
by Bomber67
Tue Dec 09, 2014 12:48 am
Forum: General
Topic: Winbox losing MAC connection to RB850Gx2
Replies: 46
Views: 21498

Re: Winbox losing MAC connection to RB850Gx2

The only thing this is "normal" to is the RB850Gx2 and it definately should not be like that. This is not true, and if you have never encountered this before, then you are a lucky man indeed. In my experience, the MAC telnet/Winbox protocol can be unstable, and its stability seems to be l...
by Bomber67
Mon Dec 08, 2014 11:11 pm
Forum: General
Topic: Winbox losing MAC connection to RB850Gx2
Replies: 46
Views: 21498

Re: Winbox losing MAC connection to RB850Gx2

This is a normal situation. The MAC connection is not stable. Use IP connections whenever possible. Normal situation? For what? The only thing this is "normal" to is the RB850Gx2 and it definetely should not be like that. Configuring hundreds of RB's from the RB112 up till now I have neve...
by Bomber67
Tue Dec 02, 2014 8:49 am
Forum: Forwarding Protocols
Topic: PPPoE over EOIP - better switch to VPLS?
Replies: 20
Views: 12123

Re: PPPoE over EOIP - better switch to VPLS?

Some progress is made, this is my latest config, employing OSPF instead of static routes: Router1: /interface ethernet set [ find default-name=ether2 ] mtu=1584 /interface bridge add name=bridge-loopback /interface vpls add advertised-l2mtu=1508 name=R1toR3 disabled=no\ remote-peer=9.9.9.3 vpls-id=1...
by Bomber67
Mon Dec 01, 2014 1:22 pm
Forum: Forwarding Protocols
Topic: PPPoE over EOIP - better switch to VPLS?
Replies: 20
Views: 12123

Re: PPPoE over EOIP - better switch to VPLS?

In my test setup I'm playing with MTUs, but I never get more than 1478 bytes packet size over PPPoE. I have raised MTU of ethernet interfaces to 1584 and they seem to let me through all fine with 1584 bytes. Next is MPLS interface MTU which is currently set to 1550. On VPLS interface I now tried Adv...
by Bomber67
Thu Nov 27, 2014 10:24 pm
Forum: Forwarding Protocols
Topic: PPPoE over EOIP - better switch to VPLS?
Replies: 20
Views: 12123

Re: PPPoE over EOIP - better switch to VPLS?

Yes Tomas, I've watched it and read through the pdf several times, and I've tried to implement my setup according to what's mentioned there and in Janis' presentation. But as you understand I still have some problems getting the whole picture, and I cannot just point on which setting has to be chang...
by Bomber67
Thu Nov 27, 2014 10:00 am
Forum: Forwarding Protocols
Topic: PPPoE over EOIP - better switch to VPLS?
Replies: 20
Views: 12123

Re: PPPoE over EOIP - better switch to VPLS?

Thank you once again ste for spending time on this. I have now tried to implement the setup according to the presentations made by Janis and Kirnak. Setup: Router1: /interface bridge add name=bridge-loopback /interface vpls add advertised-l2mtu=1508 name=R1toR3 disabled=no\ remote-peer=9.9.9.3 vpls-...
by Bomber67
Wed Nov 26, 2014 4:51 pm
Forum: Forwarding Protocols
Topic: PPPoE over EOIP - better switch to VPLS?
Replies: 20
Views: 12123

Re: PPPoE over EOIP - better switch to VPLS?

Thank you ste, You are talking about MPLS and VPLS together so I'm still a little confused. The MTU I shall set on the VPLS interface, right? What has this got to do with MPLS? Will the PPPoE be able to carry 1500 bytes? Sorry for my ignorance, but as you understand this is new stuff to me.... Can y...
by Bomber67
Wed Nov 26, 2014 4:33 pm
Forum: Forwarding Protocols
Topic: PPPoE over EOIP - better switch to VPLS?
Replies: 20
Views: 12123

Re: PPPoE over EOIP - better switch to VPLS?

Actually, adding the routes for the loopback IPs did the trick, thank you. For testing purposes I set up a PPPoE server on the VPLS interface on Router1, and a PPPoE client on the other end at Router3, and it establishes like a charm. But I am still confused about the settings for MRRU, MTU and MRU....
by Bomber67
Wed Nov 26, 2014 12:07 pm
Forum: Forwarding Protocols
Topic: PPPoE over EOIP - better switch to VPLS?
Replies: 20
Views: 12123

Re: PPPoE over EOIP - better switch to VPLS?

Ok so routes for the loopback interfaces must be present as well? I didn't know that.

Then how can some of the dynamic neighbors show anyway?
by Bomber67
Wed Nov 26, 2014 11:09 am
Forum: Forwarding Protocols
Topic: PPPoE over EOIP - better switch to VPLS?
Replies: 20
Views: 12123

Re: PPPoE over EOIP - better switch to VPLS?

Thank you for your help so far ste and tomaskir. I am struggling trying to get LDP to work. Appears like it's arbitrary which routers appear as dynamic neighbors. To sort out anything that might disturb I threw up 3x RB750GL and made a simple setup. ROS 6.22, started with /system reset-configuration...
by Bomber67
Mon Nov 17, 2014 3:20 pm
Forum: Forwarding Protocols
Topic: PPPoE over EOIP - better switch to VPLS?
Replies: 20
Views: 12123

Re: PPPoE over EOIP - better switch to VPLS?

Thank you for your reply ste. Yes there is something in there that is slowing me down. First I thought it was my central router that could not cope with it all, so I upgraded from RB1100AH to CCR-1036 Then I suspected the load of simple queues not being distributed to all cores, so I went for queue ...
by Bomber67
Mon Nov 17, 2014 2:18 pm
Forum: Forwarding Protocols
Topic: PPPoE over EOIP - better switch to VPLS?
Replies: 20
Views: 12123

Re: PPPoE over EOIP - better switch to VPLS?

*BUMP*

Nobody out there with experience with VPLS??
by Bomber67
Fri Nov 14, 2014 10:28 am
Forum: Forwarding Protocols
Topic: PPPoE over EOIP - better switch to VPLS?
Replies: 20
Views: 12123

PPPoE over EOIP - better switch to VPLS?

Guys, I need your advice. Situation: Small WISP with about 150 customers on wireless. Fully routed network on 5.x GHz Every AP has EOIP tunnel to central router. EOIP tunnes bridged together and PPPoE server running on bridge. At APs the interfaces connecting customers are bridged with the EOIP tunn...
by Bomber67
Sat Oct 11, 2014 12:50 pm
Forum: MikroTik hardware questions
Topic: Sierra Wireless MC7710 LTE - which DL speed do you get?
Replies: 12
Views: 6944

Re: Sierra Wireless MC7710 LTE - which DL speed do you get?

Wolfeyes: I think you've got it in here already, but from below list I believe it should be 12 instead of 11 as 0x0C = 12 in decimal (CDMA and LTE). Kind of interesting discussion although we have moved a little OT. I have done quite a bit of testing with the 7710 on moving veichles, and I see that ...
by Bomber67
Mon Sep 15, 2014 10:26 am
Forum: Wireless Networking
Topic: RB922UAGS-5HPacT - stable at very low output power?
Replies: 0
Views: 939

RB922UAGS-5HPacT - stable at very low output power?

Quite a while ago I was struggling with a 1km link with 24 dBi dishes and RB411AH/R52nM. To try to restrict signal to 45ish I was cranking down the outpout power of the cards to 0dBm but experienced instability and fluctuating readings. Uldis then advised me to set a fixed output power of for instan...
by Bomber67
Wed Aug 20, 2014 7:53 am
Forum: MikroTik hardware questions
Topic: Sierra Wireless MC7710 LTE - which DL speed do you get?
Replies: 12
Views: 6944

Re: Sierra Wireless MC7710 LTE - which DL speed do you get?

Don't think I have a laptop that will accept the 7710...seems that each PC BIOS is made to work against only a small number of specific cards. If I get the time I'll try it with the RB14eU in a desktop computer. Made another enquiry against my operator yesterday, they will have their techs look at i...
by Bomber67
Tue Aug 19, 2014 1:14 pm
Forum: MikroTik hardware questions
Topic: Sierra Wireless MC7710 LTE - which DL speed do you get?
Replies: 12
Views: 6944

Re: Sierra Wireless MC7710 LTE - which DL speed do you get?

Interesting.
Then I know that there is nothing about the hardware or RouterOS that will restrict me.
by Bomber67
Tue Aug 19, 2014 10:19 am
Forum: MikroTik hardware questions
Topic: Sierra Wireless MC7710 LTE - which DL speed do you get?
Replies: 12
Views: 6944

Sierra Wireless MC7710 LTE - which DL speed do you get?

Hi all, I am running tests with the MC7710 in an RB912. I pay my operator an extra monthly fee to obtain highest possible LTE speed available in the network, they promise at least 40 Mbps. Running with a Pointing dualpol antenna capable of both 800,1800 and 2600 with Rx signal in the 60s, I never ge...
by Bomber67
Thu Jul 17, 2014 1:28 pm
Forum: The Dude
Topic: The Dude is dead. Move on.
Replies: 105
Views: 50154

Re: The Dude is dead. Move on.

Many people have offered Mikrotik money for The Dude as a supported products they provide. They declined. The Dude has and always will be an unsupported product from Mikrotik. If you need a proper NMS you should look elsewhere. The last time The Dude was updated (which is still a beta release) was ...
by Bomber67
Thu Jul 17, 2014 12:00 pm
Forum: The Dude
Topic: The Dude is dead. Move on.
Replies: 105
Views: 50154

Re: The Dude is dead. Move on.

i dont' think so Why not? Mikrotik says the Dude is a "besides"-project that they work on when they have time and which they cannot prioritize. It is obvious they won't get any time either, and therefore cannot do this in favour of other revenue-generating activity. If they could have an ...
by Bomber67
Wed Jul 09, 2014 4:05 pm
Forum: The Dude
Topic: The Dude is dead. Move on.
Replies: 105
Views: 50154

Re: The Dude is dead. Move on.

Bringing in CapsMan here is kinda sidetrack...what we have been waiting for for years is development of the Dude. Strange things happen, i.e. probes stops working, labels for links show only Rx[Interface.InbitRate]...no need to say more. I would pay for the Dude if I could get it up and running as a...
by Bomber67
Fri Apr 04, 2014 8:03 am
Forum: General
Topic: CCR 1036 pppoe server
Replies: 15
Views: 11230

Re: CCR 1036 pppoe server

also check that pppoe packets inside the eoip are not fragmented (play with MTUs) Chupaka, in your opinion, what would be the best MTU settings for this lineup: WIRED/WIRELESS |=======ROUTED NETWORK=======| PPPoE client -> WLAN |--bridge--| EOIP...................................EOIP |--bridge--| P...
by Bomber67
Thu Apr 03, 2014 9:01 am
Forum: MikroTik hardware questions
Topic: CCR1036 - still restricting queue tree performance?
Replies: 0
Views: 2072

CCR1036 - still restricting queue tree performance?

Before I have described my challenges when using dynamic simple queues auto-generated with PPPoE: http://forum.mikrotik.com/viewtopic.php?p=413321#p413321 At any time the CPU of one single core (not the same all the time) skyrocketed, and I was suspecting this to be limiting my total throughput. The...
by Bomber67
Thu Mar 27, 2014 11:17 am
Forum: General
Topic: Simple queues bottleneck on CCR-1036? Only 1 core employed?
Replies: 1
Views: 2476

Simple queues bottleneck on CCR-1036? Only 1 core employed?

In a previous thread I discussed my challenges with dynamic simple queues: http://forum.mikrotik.com/viewtopic.php?p=413321#p413321 As I wrote, when I changed from queue type default-small to default, performance rose and it appeared as my setup with PPPoE over EOIP and dynamic simple queues did not...
by Bomber67
Fri Mar 07, 2014 12:08 pm
Forum: General
Topic: CCR 1036 pppoe server
Replies: 15
Views: 11230

Re: CCR 1036 pppoe server

You are spot on Chupaka :-) After my previous post this morning I tried to create a static queue, also with 100M/100M and the performance was equally poor. Spoke to my distributor's technician and he recommended me to try queue type default, this works much better. Now I get same speed over PPPoE/EO...
by Bomber67
Fri Mar 07, 2014 8:41 am
Forum: General
Topic: CCR 1036 pppoe server
Replies: 15
Views: 11230

Re: CCR 1036 pppoe server

Update: This morning I ran a few tests from my office. -Added address 10.0.100.1/30 on the bridge in the CCR (The one where all EOIP tunnels are joined) -Added 10.0.100.2/30 to the EOIP tunnel in my CPE -Set 10.0.100.1 as default gateway This gave a download speed about twice as high as when running...
by Bomber67
Thu Mar 06, 2014 11:19 pm
Forum: General
Topic: CCR 1036 pppoe server
Replies: 15
Views: 11230

Re: CCR 1036 pppoe server

Here is my tools/profile: CCR_Profile.jpg Tried some speedtests now from my office. Total traffic was about 60-70 Mbps before test. When running through PPPoE over EOIP I got no more than 7 Mbps. When running directly over purely routed network I got over 20 Mbps. (Speed is restricted by poor antenn...
by Bomber67
Thu Mar 06, 2014 10:00 pm
Forum: General
Topic: CCR 1036 pppoe server
Replies: 15
Views: 11230

Re: CCR 1036 pppoe server

6.10 (updated my previous post)
Profile says 4% on mgmt, rest is lower.
I will post screenshot later tonight.
by Bomber67
Thu Mar 06, 2014 4:31 pm
Forum: General
Topic: CCR 1036 pppoe server
Replies: 15
Views: 11230

Re: CCR 1036 pppoe server

Waking up this thread as I have similar issues... My network Topology is as follows: Approx 50 APs in a fully routed network Every customer sector wlan interface is bridged with a separate EOIP tunnel to the CCR1036 edge router, ROS 6.10. In the CCR all the EOIP tunnels are bridged together, PPPoE s...
by Bomber67
Tue Feb 11, 2014 1:46 pm
Forum: General
Topic: Problems with DNS Cache on CCR1036, ROS 6
Replies: 0
Views: 1175

Problems with DNS Cache on CCR1036, ROS 6

Small WISP with customers connecting to CCR edge router (gateway) using PPPoE. Before the CCR I used RB1100AH. In the PPP Profiles I have used the internal address of the gateway as DNS address, and this has worked well. Static DNS settings in "IP DNS" in the CCR and "Allow remote req...
by Bomber67
Tue Nov 19, 2013 8:09 pm
Forum: General
Topic: L2TP Ipsec - several connections from/to same IP addres
Replies: 3
Views: 4503

Re: L2TP Ipsec - several connections from/to same IP addres

Ok...they say that talking to yourself is the first sign of.....something... ;-) Anyway, trying to find a workaround for this, some ideas came across my mind: 1. Order more public IPs on the client side and establish 1:1 NAT for the users in question 2. Order more public IPs on the server side and l...
by Bomber67
Mon Nov 18, 2013 10:41 pm
Forum: General
Topic: PCQ implementation - what is wrong?
Replies: 4
Views: 2375

Re: PCQ implementation - what is wrong?

Will simply this do the trick?: /queue type add kind=pcq name=PCQ_download pcq-classifier=dst-address add kind=pcq name=PCQ_upload pcq-classifier=src-address /queue tree add name=Queue_download packet-mark=packet_client_download parent=global queue=\ PCQ_download add name=Queue_upload packet-mark=pa...
by Bomber67
Mon Nov 18, 2013 10:06 pm
Forum: General
Topic: PCQ implementation - what is wrong?
Replies: 4
Views: 2375

Re: PCQ implementation - what is wrong?

Thank you for your reply derr, I think my mangling is ok, it's something about the queues... I must admit I don't quite understand your setup, but basically you are shaping each user at 3/1 Mbps and then prioritizing traffic in the queue trees based on priority, right? So simple queues and queue tre...
by Bomber67
Sun Nov 17, 2013 9:15 pm
Forum: General
Topic: PCQ implementation - what is wrong?
Replies: 4
Views: 2375

PCQ implementation - what is wrong?

Hello, I am trying to employ a "fair" sharing of bandwith between users at a customers location. All users (unknown number) are NATed and on DHCP, total bandwidth for customer is 8000/2000 kbps. What I'm looking for is a scheme where all users are granted a minimum of bandwith at any time,...
by Bomber67
Wed Nov 13, 2013 11:20 pm
Forum: General
Topic: L2TP Ipsec - several connections from/to same IP addres
Replies: 3
Views: 4503

L2TP Ipsec - several connections from/to same IP addres

Hi all, I have established an L2TP server using an RB750GL, with Windows users connecting from their locations, and they are successfully added to the LAN bridge, enabling them to access LAN resources. Users have separate secrets, but use same PPP profile. Server IP is resolved from a changeip.net d...
by Bomber67
Tue Sep 24, 2013 10:39 pm
Forum: MikroTik hardware questions
Topic: Sierra Wireless MC8775 - how to upgrade firmware?
Replies: 9
Views: 7811

Re: Sierra Wireless MC8775 - how to upgrade firmware?

Thank you Timmay2. But first of all I need to find a laptop with MiniPCIe slot that detects the card, right? My experience, although somewhat limited, is that many laptops/BIOSes are very picky when it comes to MiniPCIe....often only one specific brand/model is supported. Or am I wrong? How about tr...
by Bomber67
Mon Sep 23, 2013 11:13 pm
Forum: MikroTik hardware questions
Topic: Sierra Wireless MC8775 - how to upgrade firmware?
Replies: 9
Views: 7811

Re: Sierra Wireless MC8775 - how to upgrade firmware?

Come on guys, nobody of you that ever had the need to upgrade the FW of these cards???
by Bomber67
Mon Aug 26, 2013 10:26 am
Forum: MikroTik hardware questions
Topic: Sierra Wireless MC8775 - how to upgrade firmware?
Replies: 9
Views: 7811

Re: Sierra Wireless MC8775 - how to upgrade firmware?

Ok Uldis. Now I've got my hands on a couple of the the MC7710, going to test LTE. But rumors have it this won't work in RouterOS unless the FW is up to the last, and my test confirmed this. No reply from card in serial-terminal. I have signed in at Sierra and downloaded the latest FW: SWI9200M_3.5-R...
by Bomber67
Wed Aug 14, 2013 5:35 pm
Forum: MikroTik hardware questions
Topic: Sierra Wireless MC8775 - how to upgrade firmware?
Replies: 9
Views: 7811

Re: Sierra Wireless MC8775 - how to upgrade firmware?

Thank you Uldis!

So which cards can be upgraded from RouterOS?
And where's the documentation for this procdure?
by Bomber67
Wed Aug 14, 2013 5:30 pm
Forum: MikroTik hardware questions
Topic: Sierra Wireless MC8775 - how to upgrade firmware?
Replies: 9
Views: 7811

Sierra Wireless MC8775 - how to upgrade firmware?

Purchased a couple of MC8775 on Ebay quite a while ago. Mounted each of them in an RB411U. One of them connects and establishes a 3G connection ok, but the other is stuck in state "Link established" showing a lot of "ConfReq" and "ConfNAK" messages with increasing IDs i...
by Bomber67
Wed Aug 14, 2013 2:18 pm
Forum: MikroTik hardware questions
Topic: Trouble with fiber link - pair of RB260GS and S-3553LC20D
Replies: 3
Views: 2174

Re: Trouble with fiber link - pair of RB260GS and S-3553LC20

Sorry for late reply, and thank you for your reply! Finally got in touch with a guy working for a company in the fiber optic business, and hired them to fusion splice the fiber. According to him mechanical splices are useless for the thin singlemode firbers, what do you think? Another mistake I had ...
by Bomber67
Fri Aug 09, 2013 1:29 am
Forum: MikroTik hardware questions
Topic: Trouble with fiber link - pair of RB260GS and S-3553LC20D
Replies: 3
Views: 2174

Trouble with fiber link - pair of RB260GS and S-3553LC20D

I'm pretty new to fiber, and now I'm struggling to get a connection up and running. Like subject says, I'm using RB260GS equipped with a pair of MT SFP-modules, named S-3553LC20D. BTW, what's the difference between these, one yellow and the other blue? ant what is the difference between these and th...
by Bomber67
Tue Feb 07, 2012 1:24 pm
Forum: MikroTik hardware questions
Topic: RB Sextant
Replies: 64
Views: 22197

Re: RB Sextant

I guess you guys at MT surely have an impact on how products evolve! It is obvious that the designers of the Sextant did have the RB433 with MiniPCIs in mind when designing it, because the trunk is big enough for one. They also made knockouts for NF Bhd, :) but for some reason they picked the 10cm p...
by Bomber67
Mon Feb 06, 2012 12:46 pm
Forum: MikroTik hardware questions
Topic: RB Sextant
Replies: 64
Views: 22197

Re: RB Sextant

Pigtail is a short and not reach the miniPCI Exactly. The Sextant would be a nice and affordable basis for a small base station with backhaul via integrated panel antenna and 2 sectors. As can be seen there are 2 knockouts for N-F Bhd connectors in the case. But this is of no use as the pigtails ca...
by Bomber67
Mon Dec 05, 2011 8:50 am
Forum: General
Topic: Next Europe MuM?
Replies: 3
Views: 1323

Re: Next Europe MuM?

Got the message on friday that the MUM will be held in Warsaw march 15-16.
Every year later in the spring....
I understand that you are concerned about avoiding collision with the preparations for CEBit, but why not early february or even january like Krakow '07?
by Bomber67
Wed Sep 07, 2011 8:00 am
Forum: Wireless Networking
Topic: Insane HT signal strengths running Station Bridge - ROS 5.6
Replies: 2
Views: 1802

Re: Insane HT signal strengths running Station Bridge - ROS

This morning I did like you suggested Uldis - changed to nv2 - and smack! :-) Signal strengths went normal, rates jumped to 130/130 and BTest immediately gave 60-70Mbps TCP in one direction, some 40-50Mbps TCP duplex, without doing any further tuning. Actually, the RBs providing the test data (RB433...
by Bomber67
Tue Sep 06, 2011 2:09 pm
Forum: Wireless Networking
Topic: Insane HT signal strengths running Station Bridge - ROS 5.6
Replies: 2
Views: 1802

Insane HT signal strengths running Station Bridge - ROS 5.6

I have a 1km link consisting of RB411AH/R52nM with 24dBi Jirous Dual pols on each side. One is set to Bridge and the other to Station bridge. wlan1 and ether1 is bridged on both RBs, this way I have a bridged network all the way through. Radios are set to 5GHz n-only, 2x2MIMO, power is set to fixed ...
by Bomber67
Mon May 23, 2011 2:30 pm
Forum: MikroTik hardware questions
Topic: RouterBOARD SXT 5HnD
Replies: 191
Views: 76714

Re: RouterBOARD SXT 5HnD

Yes, we need another bracket, but only to make it tilt up or down! That's it, no more talk about 90 degree turn or so. Just tilt up and down and the unit is perfect.
Exactly!
by Bomber67
Mon May 23, 2011 10:45 am
Forum: MikroTik hardware questions
Topic: RouterBOARD SXT 5HnD
Replies: 191
Views: 76714

Re: RouterBOARD SXT 5HnD

We are working on new brackets.
Normis, you SHOULD make a tilt bracket for this one!
  • 1
  • 2