Community discussions

MikroTik App

Search found 18 matches

by brodie7838
Thu Dec 07, 2023 4:37 am
Forum: Scripting
Topic: Script works fine but won't run on startup
Replies: 2
Views: 2544

Re: Script works fine but won't run on startup

Thanks Rextended, that did the trick - got it down to 2s initial delay post-startup and now it runs as expected.
by brodie7838
Mon Dec 04, 2023 7:29 pm
Forum: Scripting
Topic: Script works fine but won't run on startup
Replies: 2
Views: 2544

Script works fine but won't run on startup

Device: LtAP LTE6 rOS: 7.12.1 I want to disable wlan1 on startup for a period of time. The script itself works perfectly when I run it manually: {/interface/set wlan1 disabled=yes :delay 30s; /interface/set wlan1 disabled=no} But on startup wlan1 is not disabled as expected. The script has read &...
by brodie7838
Mon Jan 02, 2023 1:11 am
Forum: General
Topic: SSTP Tunnel suddenly slow and losing packets
Replies: 0
Views: 414

SSTP Tunnel suddenly slow and losing packets

I have CHR set up on AWS as a SSTP server for several branch offices to tunnel back to for management & monitoring. Each branch office has a RB450Gx4 and everything including the CHR are running 7.6 Stable. This has operated flawlessly without any problem for months until today when one of the S...
by brodie7838
Tue Apr 20, 2021 7:20 am
Forum: The Dude
Topic: Can't get 'rounding' to work in The Dude [SOLVED]
Replies: 1
Views: 14886

Re: Can't get 'rounding' to work in The Dude [SOLVED]

Thanks to /u/Ardric on Reddit for solving this:
[round((oid("1.3.6.1.2.1.43.11.1.1.9.1.1"))/(oid("1.3.6.1.2.1.43.11.1.1.8.1.1"))*(100))]%
by brodie7838
Tue Apr 20, 2021 5:21 am
Forum: The Dude
Topic: Can't get 'rounding' to work in The Dude [SOLVED]
Replies: 1
Views: 14886

Can't get 'rounding' to work in The Dude [SOLVED]

I'm trying to monitor the toner levels in a HP JetDirect printer. There are two separate OID's needed per toner; one is the max level of the toner and the second is the current level. You're supposed to take the latter, divide it by the former, and multiply that by 100 to get the correct % value. I ...
by brodie7838
Wed Feb 04, 2015 5:56 pm
Forum: General
Topic: Mikrotik CDP isn't Listing Neighbors
Replies: 2
Views: 1566

Re: Mikrotik CDP isn't Listing Neighbors

And I forgot to add that the Mikrotik is directly (physically) connected to the ProCurve switches.
by brodie7838
Wed Feb 04, 2015 5:54 pm
Forum: General
Topic: Mikrotik CDP isn't Listing Neighbors
Replies: 2
Views: 1566

Mikrotik CDP isn't Listing Neighbors

My network has a combination of Mikrotik, HP ProCurve, & Ubiquiti. The ProCurves have no issues seeing each other, the UBNT radios, and the Mikrotiks via CDP. Interestingly, the Mikrotiks show up via both the show cdp neighbors and show lldp info remote-device commands. But when I view /ip neigh...
by brodie7838
Mon Oct 14, 2013 9:36 pm
Forum: The Dude
Topic: Looking for some feedback on deploying Dude at 100+ sites
Replies: 2
Views: 2077

Re: Looking for some feedback on deploying Dude at 100+ site

Thanks, that's exactly what I'm looking for. Firewall rules shouldn't be too big a deal either way. I'll have to play with the maps thing, that's the most tedious part of my plan; I kind of want to distribute the maps across each site's ZD, but I don't think it's possible to do the 'single pane' app...
by brodie7838
Sat Oct 12, 2013 6:25 pm
Forum: The Dude
Topic: Looking for some feedback on deploying Dude at 100+ sites
Replies: 2
Views: 2077

Looking for some feedback on deploying Dude at 100+ sites

Greetings, I've been using The Dude to monitor a couple of small networks for about a year now, and really love it. I currently manage about 100 larger networks all over the country that all have a Mikrotik at the heart of each network on which I'd like to monitor each respective network remotely wi...
by brodie7838
Mon Sep 02, 2013 4:45 pm
Forum: Scripting
Topic: Dynamic DNS: One script to rule them all
Replies: 29
Views: 21811

Re: Dynamic DNS: One script to rule them all

Patrick, I'm sure there's a more efficient way to do this in the existing script, but a method you could try would be to create two copies of the script, and set the second script up with your second DynDNS account information and set it to obtain by the appropriate Interface. You'll have to create ...
by brodie7838
Sat Aug 31, 2013 2:45 am
Forum: Scripting
Topic: Dynamic DNS: One script to rule them all
Replies: 29
Views: 21811

Re: Dynamic DNS: One script to rule them all

OpenDNS got back to me today. Basically, because the server is shared and the Mikrotik does not send a Host: in the header, the server sends a redirect to HTTPS (they do not allow updates via HTTP any longer), and another redirect to updates.opendns.com. The latter only updates your OpenDNS account,...
by brodie7838
Sat Aug 31, 2013 1:22 am
Forum: Scripting
Topic: Dynamic DNS: One script to rule them all
Replies: 29
Views: 21811

Re: Dynamic DNS: One script to rule them all

Yes, it works on 6.2
by brodie7838
Wed Aug 28, 2013 9:52 pm
Forum: General
Topic: RB450G High Temperature & CPU Utilization
Replies: 3
Views: 1926

Re: RB450G High Temperature & CPU Utilization

Thanks, I'll give that a try. RB1 is remote, so it might be awhile before I can get to it to swap the PSU.

And no, unfortunately not, I was referring to Celsius, temps were copied straight out of terminal /system health print
by brodie7838
Wed Aug 28, 2013 5:00 pm
Forum: General
Topic: RB450G High Temperature & CPU Utilization
Replies: 3
Views: 1926

Re: RB450G High Temperature & CPU Utilization

Bump, anyone?
by brodie7838
Thu Aug 22, 2013 7:22 am
Forum: General
Topic: RB450G High Temperature & CPU Utilization
Replies: 3
Views: 1926

RB450G High Temperature & CPU Utilization

I'm experiencing two issues, which I suspect are related. I have two RB450Gs as follows: RB450G 1: - V6.2, FW 3.0.7 - Standard aluminum case - Indoors in an air-conditioned room - Basic config: Masq, DHCP, firewall, no hotspot/connection tracking - ~10-20 users - 15Mbps or less of WAN traffic at any...
by brodie7838
Thu Aug 15, 2013 5:20 am
Forum: Scripting
Topic: Dynamic DNS: One script to rule them all
Replies: 29
Views: 21811

Re: Dynamic DNS: One script to rule them all

Figured I'd update my progress on this. I used Packet Sniffer to get a capture at the WAN to see what was going on. The DNS O Matic server is definately sending a 301 response, and redirects me to http://www.opendns.com/nic/update? Here's the GET Request from the Mikrotik: http://i.imgur.com/uYhoEyG...
by brodie7838
Sun Aug 11, 2013 3:50 am
Forum: Scripting
Topic: Dynamic DNS: One script to rule them all
Replies: 29
Views: 21811

Re: Dynamic DNS: One script to rule them all

DNS O Matic uses the exact same syntax as DynDNS: http://dnsomatic.com/wiki/api I added the following to the script: :if ($service = "dnsomatic") do={ /tool fetch user=$username password=$password mode=http address="updates.dnsomatic.com" \ src-path="/nic/update?hostname=$ho...
by brodie7838
Tue May 08, 2012 4:33 pm
Forum: General
Topic: Basic Bridge Commands Failing
Replies: 1
Views: 669

Basic Bridge Commands Failing

I have a USB modem attached to this Mikrotik RB411U. The 3G portion is working perfectly. I want to be able to connect a device to the Mikrotik, get DHCP locally, and have my Internet gateway be the 3G connection. In the past, this has worked with /interface bridge> add name=bridge1 /interface bridg...