With a fast processor, gigabit ethernet, and relatively huge amounts of RAM and flash, this is a very capable device with OpenWrt installed. With the advent of Version 18 OpenWrt, the installation process is now significantly simplified.
VLANs on the RB450G
The RB450G uses the Atheros AR8316 switch chip, which DOES support 802.1Q VLAN Trunking in OpenWrt Version 18, but does NOT support 'hybrid' or 'general' VLAN switching.
The 802.1Q Trunking capability of the AR8316 is quite capable of supporting segregated guest networks since 802.1Q Trunking allows a port to have one untagged VLAN (the 'native' VLAN1) and multiple tagged VLANs on the same port.
See the Mikrotik documentation: https://wiki.mikrotik.com/wiki/Manual:Switch_Chip_Features for an explanation of trunk, access and hybrid port capabilities for the switch chips.
That Mikrotik documentation does NOT clearly explain that Trunk ports can have one untagged and multiple tagged VLANs on one port, however Trunking is implemented and functional on OpenWrt Version 18.
RB450Gx4
If you are looking for OpenWrt support of an RB450Gx4, be aware that it uses a different CPU (IPQ4019) and switch chip (AR8327: supports 'hybrid' VLANs) than the RB450G.
The RB450Gx4 is NOT currently on the list of OpenWrt supported routers, however a WiP branch is available here. More information on the development process and the state of the branch can be found on the forum .
Pre-built images are available on the MikroTik RouterBOARD RB450Gx4 device page.
See Common Procedures for Mikrotik Router Boards for a general discussion of the procedures to install OpenWrt on Mikrotik RouterBoards.
The Common Procedures apply directly to the RB450G and are generally kept more up-to-date than these product-specific wiki pages, so it is a good idea to initially refer to the Common Procedures.
For example, the Common Procedures have been fully updated to reflect the considerably simplified Version 18 procedures to install OpenWrt, whereas many of these product-specific wiki's have yet to be updated.
Version 18 OpenWrt works great on the RB450G, however this wiki has not been updated for the Version 18 OpenWrt simplified installation changes. Use the Common Procedures for Mikrotik Router Boards for detailed, up-to-date installation instructions.
OpenWrt doesn't provide a firmware image that can be written directly to the flash memory via the firmware update system in Mikrotik's RouterOS. So installing OpenWrt is a two step process that requires two separate kernel images.
You're going to need a desktop computer that has a working serial port (or adapter) and an ethernet interface. This computer will also need to have:
dnsmasqdnsmasqThe following instructions illustrate installing Barrier Breaker 14.07, but should be easily adaptable to newer versions. For Attitude Adjustment 12.09 and previous it is required to build OpenWrt from source.
https://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/mikrotik/openwrt-ar71xx-mikrotik-vmlinux-initramfs-lzma.elf should be OK.
10.2.3.4.dnsmasq on the desktop computer.tftp-server or bootp-filename, normally used to instruct a netboot device how to find its image. So you need to set up dnsmasq with specific options to work around this quirk.openwrt-ar71xx-mikrotik-vmlinux-initramfs-lzma.elf to a clean directory like ~/tftproot/. Rename the file to vmlinux (this helps when testing other images).sudo dnsmasq -a 10.2.3.4 -z -d -p 0 -F 10.2.3.5,10.2.3.6 --enable-tftp --tftp-root=~/tftproot/ --dhcp-boot=~/tftproot/vmlinux.dnsmasq should start in the foreground writing all its output to the terminal; you're only going to run it temporarily, and having the debugging information may come in handy.
TIP: Try setting hardware flow control to off if you can't get to the bootloader menu (i.e. it always times out without detecting a key press). If using minicom, try minicom -o --color=on --device=/dev/ttyS#, then once minicom opens, type CONTROL A Z and find your way to disable hardware flow control. Or try screen /dev/ttyS# 115200 To figure out which ttyS device you should use, the command dmesg | grep ttyS can be helpful.
What do you want to configure? d - boot delay k - boot key s - serial console o - boot device u - cpu mode f - cpu frequency r - reset booter configuration e - format nand g - upgrade firmware i - board info p - boot protocol t - do memory testing x - exit setup
p - boot protocol and then select 2 - dhcp protocol, because bootp (default) does not support dynamic address.o - boot device and then select 1 - boot Ethernet once, then NAND to boot once from the network, and then boot from the nand after that.x to exit setup, the RB450G will reboot. Let the bootloader menu time out, and it should get an address via DHCP and then load the netboot image from your desktop computer. After a minute or so, you should be able to hit <enter> and get to the OpenWrt prompt./etc/resolv.conf (vi /etc/resolv.conf). Replace 127.0.0.1 with 8.8.8.8 or any other public dns server. rm /etc/resolv.conf; echo nameserver 8.8.8.8 > /etc/resolv.conf will do it./etc/init.d/network restart so all configuration changes are reloaded and applied;ping openwrt.org and see if it works;/etc/config/network to your needs and remember to /etc/init.d/network restart after you make any changes;sed -i 's/openwrt-ar71xx-mikrotik-rootfs.tar.gz/openwrt-ar71xx-mikrotik-DefaultNoWifi-rootfs.tar.gz/g' $(which wget2nand) will do it.wget2nand script to install OpenWrt into the flash of the RB450G: wget2nand http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/mikrotik.wget2nand finishes, you can reboot the router. This time, the router should boot from flash (since we chose try ethernet once and then nand) and give you a working OpenWrt installation that you can configure as you like.| Architecture | MIPS |
|---|---|
| Vendor | Atheros |
| Bootloader | RouterBoot |
| System-On-Chip | Atheros (AR7161) MIPS 24K |
| CPU Speed | 680MHz (Max 800MHz) |
| Flash-Chip | Hynix NAND 512MiB 3,3V 8-bit (HY27UF082G2A, HY27UT084G2A) or Samsung 4Gibit (K9F4G08U0B-PIB0) |
| Flash size | 512 MiB |
| RAM | 256 MiB DDR |
| Boot Flash | PMC Pm25LV512 512Kbit 3.0V |
| Wireless | No extension ports |
| Switch | Atheros AR8316 |
| CPLD | Xilinx XC9536XL |
| Ethernet ports | 1+4 Gbit |
| Storage | MicroSD |
| USB | No |
| Extras | Beeper |
| Serial | Yes (Standard RS232) |
| JTAG | Yes (But no pins) |
Schematic Component layout with naming is in RB450G Quick Guide
RB450G have standard RS232 connector, work with simple null modem cable. Testing with standard port in PC. Connection use 1150008n, with hardware flow control (handshaking).
Serial connection is last resort for bootloare RouterBOOT update with XMODEM Microtik Manual:Bootloader upgrade.
JTag port is present on board, but pins are not soldered and there is no empty to solder in pins holes.
Another product from Microtik RB443 use this JTAG configuration:
CPU JTAG in RB433 includes this 7 pins.
7 6 5 4 3 2 1
TRST TDI TDO TMS X TCK GND
How to connect to JTAG interface, and how to reflash the device with JTAG tools
See port.jtag for more JTAG details.
The MicroSD slot needs the kmod-mmc, kmod-mmc-over-gpio, and kmod-mmc-spi kernel module packages. The driver configuration is:
DI_pin 1 DO_pin 3 CLK_pin 4 CS_pin 7
The SD card device will be called /dev/mmcblk0, with the first partition called /dev/mmcblk0p1. You will need to format the card from the command line before you can use it. For more information about setting up the card as a permanently-mounted filesystem, the USB storage instructions can be adapted, using /dev/mmcblk0* as the device names.
Some users of the RB450G state that the MicroSD slot is not designed for regular push/pull operations and microSD cards are now fit there well, plus the microSD slot is on the opposite side of the board and is not accessible in many RB450G enclosures designed originally for older RB450 model (no access hole), so when using an old RB450 enclosure you need to fully disassemble the unit to fix / add / remove the microSD card.
List of microSD cards know to work on RB450G with original Microtik RouterOS. Note that since RouterOS uses a different kernel version and MMC driver, cards that don't work with RouterOS may work with OpenWrt, and vice versa.
Verify and make a nice table after similar to one in RouterStation Pro
From AR8316 Switch Support forum
The AR7161 has two Ethernet controllers, therefore there are two interfaces, eth0 and eth1. one of these is the wan port, the other is the connection to the CPU port of the switch. The AR8316 provides the physical ports for both controllers, but they are separated internally.
On the RB450G, it looks like this:
+-----------+ +-----------+ | | eth0 | | | +-------+----------5+-Eth1 (POE) | | | | | AR7161 | | AR8316 +-1+-Eth2 | | eth1 | +-4+-Eth3 | +-------+0-------+-3+-Eth4 | | | +-2+-Eth5 +-----------+ +-----------+