Clone from: http://wiki.mikrotik.com/wiki/User:Mmv (just for case)
http://forum.mikrotik.com/viewtopic.php?f=9&t=59761
Notepad++ and vim
- Font fix - install ms core font package
- Set Full RGB font smoothing
Set GNOME default font to Droid Sans
previous fix stop working
- Set in wine registry
[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontSubstitutes] "MS Shell Dlg"="Droid Sans" "MS Shell Dlg 2"="Droid Sans"
Wireshark capture filter: udp port 37008
More strict version: udp port 37008 and (udp[8:2] = 0x0100)
http://wiki.wireshark.org/CaptureFilters#Examples
MNDP (Mikrotik Network Discovery Protocol)
Broadcast 5678/UDP
-A INPUT -m state --state NEW -m udp -p udp --sport 20561 -d 255.255.255.255 -j ACCEPT -m comment --comment "Mikrotik MAC Winbox"
MAC Winbox
- UDP
- source port: 20561
- destination address: 255.255.255.255
Sometimes script become cluttered in winbox
search: (?<!\\r)(\\[[:space:]]+\\n) replace: \\r\1