Mikrotik 3g backup rugdosás

Sok helyen használunk 3G backupot.
Ezek gyakran leszakadnak a RB-kről(CRS125).
Ehhez írtam egy franyákos scriptet:

/interface ppp-client monitor ppp-client once do={:if ($status = "connected") do= {:log warning "Mobilnet Link Up, Do Nothing";}}
/interface ppp-client monitor ppp-client once do={:if ($status != "connected") do= {:log warning "Mobilnet Link Down, USBPowerReset"; /system routerboard usb power-reset duration=5}}

Ez annyit csinál hogy megnézni hogy a ppp-client interfész connected-e. Ha igen logol egy "Mobilnet Link Up, Do Nothing" sort, ha nem akkor logol egy "Mobilnet Link Down, USBPowerReset" sort, illetve nyom egy 5mp-es usb-powerresetet. Ha minden franyákos akkor vissza mászik a stick és redialozik.

Ezt még berakod egy schedulerel, mondjuk hogy 10 percenként fusson le. <<scriptnév>> cuccot egyértelműen cserélni.

Outlook 2013 kifagy, ha domain vezérelt gépen fiókot próbálsz hozzáadni

Outlook 2013 kifagy, ha domain vezérelt gépen fiókot próbálsz hozzáadni az azé van, mert a microsoft bal*sz. Töröld le a KB3000850es és a KB2992611es updatet és csilli-villi lesz minden. :W

Mikrotik ROS 6.29

Kijött a hathuszonkkilenc ma 11:19kor. Vártunk már.

Changelog:

*) ssh server - use custom generated DH primes when possible;
*) ipsec - allow to specify custom IP address for my_id parameter;
*) ovpn server - use subnet topology in ip mode if netmask is provided (makes android & ios
clients work);
*) console - allow '-' characters in unknown command argument names;
*) snmp - fix rare bug when some OIDs where skipped;
*) ssh - added aes-ctr cipher support;
*) mesh - fixed kernel crash;
*) ipv4 fasttrack fastpath - accelerates connection tracking and nat for marked
connections (more than 5x performance improvement compared to regular slow
path conntrack/nat) - currently limited to TCP/UDP only;
*) added ~fasttrack-connection~ firewall action in filter/mangle tables for marking
connections as fasttrack;
*) added fastpath support for bridge interfaces - packets received and transmitted
on bridge interface can go fastpath (previously only bridge forwarded packets
could go fastpath);
*) packets now can go half-fastpath - if input interface supports fastpath and
packet gets forwarded in fastpath but output interface does not support fastpath
or has interface queue other than only-hw-queue packet gets converted
to slow path only at the dst interface transmit time;
*) trafflow: add natted addrs/ports to ipv4 flow info;
*) queue tree: some queues would stop working after some configuration changes;
*) tilegx: enable autoneg for sfp ports in netinstall;
*) health - fix voltage on some RB4xx;
*) romon - fix 100% CPU usage;
*) romon - moved under tools menu in console;
*) email - store hostname for consistency;
*) vrrp - do not reset interface when no interesting config changes;
*) fixed async. ppp server;
*) sstp - fixed router lockup.
*) queue tree: some queues would stop working after some configuration changes;
*) fixed CRS226 10G ports could lose link (introduced in 6.28);
*) fixed FREAK vulnerability in SSL & TLS;
*) improved support for new hEX lite;