Mikrotik RouterBoard High Speed Capacity

Posted by Admin Tuesday, October 11, 2011 0 comments
Previous product line MikroBits has issued a series MikroBits Celoica 8101 Core 2 Quad, and now latest series MikroBits Celoica 8101 Quad Xeon (available ROS Level 4, 5 and 6), MikroBits Celoica rackmount solutions for the needs of large-capacity router, with an Intel ® Xeon ® Processor X3380 (12M Cache, 3.16 GHz, 1333 MHz FSB), 2 GB of RAM, and 10 gigabit ethernet ports. Fastest among other products.

Specification :

  • Processor : Intel® Xeon® Processor X3380 (12M Cache, 3.16 GHz, 1333 MHz FSB)
  • RAM : 2 x 667MHz DDR2 Slots, 2 x 1024MB Industrial Grade RAM (2GB RAM) installed on the base Model
  • Boot loader : Award 16 Mbit PnP Flash BIOS with function of BIOS redirected to COM port
  • HDD Interface : 2x SATA, IDE, 1x CF Slots with True IDE IBM MicroDrive Support
  • Compact Flash : 1 GB Industrial Grade Compact Flash for RouterOS
  • HDD : 250GB SATA 2.5" HDD
  • Ethernet : 10 x 10/100/1000Mbps Gigabit Ethernet (Intel® 82574L)
  • Lan by-pass : 2 groups, LAN1-LAN2, LAN3-LAN4Expansion Slots : 1 x 32bit/33MHz MiniPCI/1 x PCIe x8 slot
  • Serial port : 1 console, RJ type
  • LCDs : 1x back lit 2character x16 character LCD Display
  • LEDs : Power and HDD LED
  • Speaker : Mini PC - Speaker
  • Power : IEC C13 Power Cord, input power: 100VAC-250VAC 50Hz- 60Hz (International PSU)
  • Fan : 3x Redundant CPU/Power Supply /Chassis Fans,
  • Dimensions : 44 mm (1.73") (H) x 427.8 mm (16.93") (W) x 392 mm (15.43") (D)
  • Operating Temperature : 0°C ~ +45°C (32°F ~ 113°F)
  • Storage Temperature : -20°C ~ +70°C (-4°F ~ +158°F)
  • Humidity : 10% ~ 95% RH, non-condensing
  • Power Supply : 270W ATX PSU
  • Operating System : MikroTik Router OS v5
(rbmikrotik).

Mikrotik RouterBoard RB435g

Posted by Admin Saturday, October 8, 2011 0 comments
Five miniPCI slots and three Gigabit Ethernet ports give you enough connectivity options to use the RB435G as the central part of your network. Now with Gigabit ports, to properly utilize all the speed 802.11n with Nv2 wireless. Five miniPCI slots to be used for four sectors and a backbone, or any other configuration you need. The two USB 2.0 ports can be used for extending storage, adding a 3G wireless modem for backup connectivity,for a mobile installation or all together. The RB435G comes with a 680MHz Atheros CPU and is preinstalled with a Level5 RouterOS license.

CPU: Atheros AR7161 680MHz (800MHz option supported)
Memory: 256MB DDR SDRAM onboard memory
Boot loader: RouterBOOT
Data storage: 128MB onboard NAND memory chip and microSD slot for expansion
Ethernet: Three 10/100/1000 Gigabit Ethernet ports with Auto-MDI/X
miniPCI: Five miniPCI Type IIIA/IIIB slots
Expansion: Two USB 2.0 ports with powering (5V 1A supply)
Extras: Reset switch, beeper, temperature, voltage and current monitors
Serial port: One DB9 RS232C asynchronous serial port
LEDs: Power, NAND activity, 5 user LEDs
Power options: PoE: 8-28V DC on Ether1 (Non 802.3af). Jack: 8-30V DC
Dimensions: 105 mm x 154 mm, Weight: 153g
Power consumption: ~4.5W without extension cards
Output to cards: 19W without any cooling, up to 40W with active cooling
Operating System: MikroTik RouterOS, L5 license


(http://www.balticnetworks.com/mikrotik-routerboard-435g-rb-435g.html).

Netwatch DNS Failover

Posted by Admin 0 comments
The purpose of this script is to provide a solution for loss of service from ISP providers. The idea is for a topology where there are two different ISP providers, one of them provides a static IP and the other provides a dynamic IP address.

It is important to clarify that DNS should be usable from either ISP connection. This is because each ISP has its own DNS service. If a connection is lost it is likely that ISP 2 will not be able to connect to the DNS at ISP 1 and DNS requests will not be allowed to be resolved. The solution to this is to use a public DNS service such as OpenDNS.

/tool netwatch
add comment=Test1 disabled=no down-script="/tool netwatch set [find comment=\"Test2\"] disabl\
ed=no\r\
\n/tool netwatch set [find comment=\"Test1\"] disabled=yes" host=74.125.47.104 interval=\
30s timeout=2s up-script=""
add comment=Test2 disabled=yes down-script=":global GA\r\
\n:global GA [/ip dhcp-client get \"ether2 Fibertel\" gateway ]\r\
\n/ip route set [find comment=\"Fibertel\"] gateway=\$GA\r\
\n/ip route set [find comment=\"Telefonica\"] disabled=yes\r\
\n/ip route set [find comment=\"Fibertel\"] disabled=no\r\
\n/tool e-mail send to=\"EMAIL ADDRESS\" body=\"Connection with Telefonica Lost\
, Switched to Fibertel\" subject=\"Lost connection with Telefonica\"\r\
\n/tool netwatch set [find comment=\"Test3\"] disabled=no\r\
\n/tool netwatch set [find comment=\"Test2\"] disabled=yes" host=209.191.93.52 interval=\
30s timeout=2s up-script=":delay 10ms\r\
\n:log warning \"Started Test2\"\r\
\n/tool netwatch set [find comment=\"Test1\"] disabled=no\r\
\n/tool netwatch set [find comment=\"Test2\"] disabled=yes"
add comment=Test3 disabled=yes down-script="/tool netwatch set [find comment=\"Test4\"] disab\
led=no\r\
\n/tool netwatch set [find comment=\"Test3\"] disabled=yes" host=64.233.169.104 \
interval=30s timeout=2s up-script=""
add comment=Test4 disabled=yes down-script="/ip route set [find comment=\"Fibertel\"] disable\
d=yes\r\
\n/ip route set [find comment=\"Telefonica\"] disabled=no\r\
\n/tool e-mail send to=\"EMAIL ADDRESS\" body=\"Telefonica Connection Lost and Fi\
bertel took over, Trying to restore Telefonica\" subject=\"Loss of service type 2\"\r\
\n/tool netwatch set [find comment=\"Test1\"] disabled=no\r\
\n/tool netwatch set [find comment=\"Test4\"] disabled=yes" host=209.191.93.55 interval=\
30s timeout=2s up-script=":delay 10ms\r\
\n:log warning \"Started Test4\"\r\
\n/tool netwatch set [find comment=\"Test3\"] disabled=no\r\
\n/tool netwatch set [find comment=\"Test4\"] disabled=yes"

How it works:
The solution is composed of 4 netwatch tests.

The first (test 1) checks www.google.com, if for some reason this address stops responding to pings then it enables test2 and test1 disables itself.

Test2 pings www.yahoo.com, if the result is UP it enables test1 and test2 disables itself. If the result is "DOWN", test2 looks for the address of the gateway of the ISP on a dynamic IP and configures that address as a static route, followed by disabling the static route of the ISP on a static IP and enabling the dynamic IP route previously mentioned. It then sends an alert e-mail and enables test3 (for the new dynamic ISP) and test2 disables itself.

Test 3 and test4 do the same thing as test1 and test2 respectively. Only in this case, test4 would release the dynamic ISP and re-enable the static ISP.

(http://wiki.mikrotik.com/wiki/Failover_via_Netwatch_III_%28English%29).