mikrotik-routeros.com Open in urlscan Pro
104.21.7.249  Public Scan

Submitted URL: http://www.mikrotik-routeros.com/
Effective URL: https://mikrotik-routeros.com/
Submission: On May 19 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

GET https://mikrotik-routeros.com/

<form role="search" method="get" class="search-form" action="https://mikrotik-routeros.com/">
  <label>
    <span class="screen-reader-text">Search for:</span>
    <input type="search" class="search-field" placeholder="Search …" value="" name="s">
  </label>
  <input type="submit" class="search-submit" value="Search">
</form>

GET https://mikrotik-routeros.com/

<form role="search" method="get" class="search-form" action="https://mikrotik-routeros.com/">
  <label>
    <span class="screen-reader-text">Search for:</span>
    <input type="search" class="search-field" placeholder="Search …" value="" name="s">
  </label>
  <input type="submit" class="search-submit" value="Search">
</form>

<form id="jp-carousel-comment-form">
  <label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label>
  <textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field" placeholder="Write a Comment..."></textarea>
  <div id="jp-carousel-comment-form-submit-and-info-wrapper">
    <div id="jp-carousel-comment-form-commenting-as">
      <fieldset>
        <label for="jp-carousel-comment-form-email-field">Email (Required)</label>
        <input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field">
      </fieldset>
      <fieldset>
        <label for="jp-carousel-comment-form-author-field">Name (Required)</label>
        <input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field">
      </fieldset>
      <fieldset>
        <label for="jp-carousel-comment-form-url-field">Website</label>
        <input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field">
      </fieldset>
    </div>
    <input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Post Comment">
  </div>
</form>

Text Content

THE (UNOFFICIAL) MIKROTIK SITE


TIPS, TRICKS, SCRIPTS AND SUPPORT.

Menu Skip to content
 * Bugtracker
 * Cart
 * Checkout
 * My account
 * Password Recovery Tool
 * Shop
 * Who are we?

Search for:


THE BROTHERS WISP – NEW KWIKBIT 60GHZ RADIOS

October 15, 2020Uncategorizedthebrotherswisp



This **sponsored** podcast has us talking to Vladimir Kelman(CTO Kwikbit),
Travis Carter(CEO US Internet), and Justin Miller about Kwikbit’s new 60Ghz
radios!

This week we talk about:
This cast we talk about:
Outdoor – 90 horizontal/40 vertical beam
128 antenna elements
1500′ range
Adaptive resource allocation?
RSTP
Why RESTful API
Kwikbit tools?
k60x $499 2x 2.5Gb and 1Gb
k60 $299 2 Gb
LACP?



Indoor
k60i $209 3x 1Gb
500′ range at full throughput
64 antenna array

Kwikbit Edge GUI management/link planning
non-technical install
zero touch install
GUI design tool?
Certificate based management protection

Qualcom chipsets
Up to 8 clients
Single antenna tile
Mesh-like capabilities
Manufactured in USA
Full monitoring access via SNMP and API

Kwikbit.com for more info!

Here’s the video:(if you don’t see it, hit refresh)




--------------------------------------------------------------------------------

[Übersetzung]
Leave a comment


GREG TALKS 15 – TECHNICAL SALES, VULNERABILITY IN SELLING, SELLING TECHNIQUES

July 27, 2020Uncategorizedthebrotherswisp

Greg talks to Tony Owens a lifelong technical sales leader.

This week we talk about:
Technical sales
Consultitave selling
Learning to be a manager
Learning to be a leader
Age = respect
Pattern interrupt
Showing vulnerability in your job
People will rescue you, they want to save you
Upfront contracts
3 seconds of guts
Sandler training – seemed like you really liked it.
Sports and your relationship with them.
Sports is the only real thing on TV
Why do you drink so much water?



Join the patron only slack at http://patreon.com/thebrotherswisp

Here’s the video:(if you don’t see it, hit refresh)




--------------------------------------------------------------------------------

[Übersetzung]
Leave a comment


THE BROTHERS WISP 112 – UBNT PAYMENT GATEWAY, AUTOMATION LAYERING, MTK
NETPOWER16P

May 25, 2020Uncategorizedthebrotherswisp



This week Greg, Mike, Thomas, Tommy, and Andrew Cox talk for 2 HOURS about all
sorts of things.

This week we talk about:
**Cambium Deal Link**
Ole made a great first ansible playbook – it updates his unimus version!
Greg has ansible playbooks for updating catalyst switch IOSs
Greg has a playbook that connects to mikrotiks, does pings/traceroutes, then
aggregates the info.
Greg makes a tutorial on installing Hashicorp vault(using ansible) for the lab
and playbooks for working with it.
Always remember strain relief on your connections – Brock and others having
ethernet stability issues due to pressure on the connector.
Cox found a small 12V UPS for $25
Mikrotik 4011 mystery lockups – A few people report down clocking a troublesome
unit helps “system routerboard settings set cpu-frequency=1200”
Mikrotik netPower16P – 16 port AF/AT outdoor PoE switch
Ubiquiti Payment Gateway
40 Tb optical comb
VCSA 10/10 RCE
Zerodium stops accepting Apple exploits – there is too many
Unimus 2.0.0 release
Quickbooks “Pay Online” blocked my credit card due to no SCA – Thanks…
Canon beta webcam software
Greg will always remember a bag of pubes.

Here’s the video:(if you don’t see it, hit refresh)




--------------------------------------------------------------------------------

[Übersetzung]
Leave a comment


MAKING YOUR ROUTER TALK – MIKROTIK AND TELEGRAM BOT SCRIPTING

May 11, 2020integration, scripts, UncategorizedOmega-00

While there are existing ways (SNMP/SMS) to run scripts on RouterOS via external
means, I’ve been meaning to show off a system I built based around Telegram
Messenger – as it’s a relatively common one, and has a flexible API for
interfacing with.



I began this with the older MikroTik 4096 character variable limit in mind,
intending to process 1 or 2 messages at a time, but found half way through that
this no longer applies (yay) – so as many as 100 messages or more could be
pulled down at the same time and churned through the processing script.

Because we’re running this based around a single-threaded processing script it’s
not going to be the fastest implementation, but I’m hoping this is a good start
for anyone looking to expand on the functions I’ve added here.


Continue reading Making your router talk – MikroTik and Telegram Bot Scripting →

--------------------------------------------------------------------------------

[Übersetzung]
View all 3 comments


GREG TALKS 11 – HOLLYWOOD DREAMS, POST-COVID HANDSHAKE, MEDIA

April 1, 2020podcastthebrotherswisp

Greg talks to Justin Burdine.

This week we talk about:
IT in Hollywood
New post Covid handshakes.
Working from home tips: have a dedicated space, follow normal routine, dress for
work, voip phone, vpn via router, take some laps. If you need noise try music or
podcasts, videos are pretty distracting.
The Last Leg on Channel4 in the UK.
Friday night dinner new season on the 27th.
Man I still really like Seinfeld. I can still watch and really enjoy it.
Great British pottery throw down…it’s alright.
Sales engineering is baller.
I got corrugated plastic, like in signs, to make some PB paddle cases for travel
– not that I’ll be doing that anytime soon.

Join the patron only slack at http://patreon.com/thebrotherswisp

Here’s the video:(if you don’t see it, hit refresh)




--------------------------------------------------------------------------------

[Übersetzung]
Leave a comment



POSTS NAVIGATION

← Older posts


BLOGROLL

 * Bright WiFi
 * Mikrotik – The one and only!
 * Mikrotik Forums
 * MikroTik Subreddit
 * Mikrotik Wiki


MIKROTIK

 * 3db Wireless Blog
 * Greg Sowell Consulting
 * Justin Miller's Blog
 * MTIN ISP Blog
 * MyPort MikroTik
 * TheBrothersWISP Podcast
 * WISP Tutorials by Butch Evans


WIRELESS

 * TheBrothersWISP Podcast
 * Wireless Connect

Search for:


RECENT POSTS

 * The Brothers WISP – NEW Kwikbit 60Ghz Radios
 * Greg Talks 15 – Technical Sales, Vulnerability In Selling, Selling Techniques
 * The Brothers WISP 112 – UBNT Payment Gateway, Automation Layering, MTK
   netPower16P
 * Making your router talk – MikroTik and Telegram Bot Scripting
 * Greg Talks 11 – Hollywood Dreams, Post-Covid Handshake, Media


CATEGORIES

 * aprilfools
 * azure
 * hardware
 * integration
 * ipv6
 * mum
 * podcast
 * real-life
 * review
 * scripts
 * software
 * Uncategorized
 * vmware


BLOGROLL

 * Bright WiFi
 * Mikrotik – The one and only!
 * Mikrotik Forums
 * MikroTik Subreddit
 * Mikrotik Wiki


MIKROTIK

 * 3db Wireless Blog
 * Greg Sowell Consulting
 * Justin Miller's Blog
 * MTIN ISP Blog
 * MyPort MikroTik
 * TheBrothersWISP Podcast
 * WISP Tutorials by Butch Evans


WIRELESS

 * TheBrothersWISP Podcast
 * Wireless Connect


TAG CLOUD

 * 2011
 * address-list
 * australia
 * bandwidth limit
 * bug
 * CCR
 * config
 * configuration
 * error
 * Ethernet
 * failover
 * Fibre
 * firewall
 * forums
 * gigabit
 * hardware
 * hotspot
 * ip
 * ipv6
 * mangling
 * mikrotik
 * mum
 * network
 * podcast
 * pool
 * pppoe
 * queue tree
 * RB1000
 * rb1100
 * review
 * ROS
 * Router
 * routerboard
 * routeros
 * router OS
 * routing
 * script
 * scripting
 * setup
 * SFP
 * thebrotherswisp
 * troubleshooting
 * usa
 * v4.10
 * wireless

Proudly powered by WordPress

 

Loading Comments...

 

Write a Comment...
Email (Required) Name (Required) Website


powered by