winbox
winbox copied to clipboard
Snap package with winbox from MikroTik (https://mikrotik.com)
Winbox
Snap package with winbox
Additional terms of use for users from Russia and Belarus
By using the code provided in these repositories you agree with the following:
- Russia has illegally annexed Crimea in 2014 and brought the war in Donbas followed by full-scale invasion of Ukraine in 2022.
- Russia has brought sorrow and devastations to millions of Ukrainians, killed hundreds of innocent people, damaged thousands of buildings, and forced several million people to flee.
- Putin khuylo!
Glory to Ukraine! πΊπ¦
Installation
Run in terminal sudo snap install winbox
Details about installing on various distributions that do not come with snapd out of the box can be found at the bottom of https://snapcraft.io/winbox
Bug reporting
Please create issue on GitHub https://github.com/panaceya/winbox/issues/new
Building
To build the snap yourself, clone this github repo and run snapcraft in the top of the source tree:
sudo snap install snapcraft --classic
git clone https://github.com/panaceya/winbox.git
cd winbox
snapcraft
Fixing neighbors discovery
UFW
sudo ufw allow 5678/udp
Fix found on https://forum.mikrotik.com/viewtopic.php?t=175420#p941967
Firewalld
sudo firewall-cmd --permanent --new-service=winbox-neighbors
sudo firewall-cmd --permanent --service=winbox-neighbors --add-port=5678/udp
sudo firewall-cmd --zone=trusted --add-service=winbox-neighbors --permanent
sudo firewall-cmd --reload
Other firewall
allow UDP 5678
NOTE: NOT ALLOW THIS PORT WHEN USING GLOBAL NETWORK ACCESS