edgerouter 

Send to Kindle
home » snippets » net » edgerouter



Misc

TFTP boot example

You must press any key via the console (can just keep pressing keys) at boot to get to the boot prompt/shell.

set ipaddr 192.168.6.244
set netmask 255.255.255.0
set serverip 192.168.6.149
set bootfile emrk-0.9c.bin
set gatewayip 192.168.6.1
tftpboot
bootoctlinux $loadaddr

When using the restore script, the firmware URL can be set to:

http://dl.ubnt.com/firmwares/edgemax/v1.5.0/ER-e100.v1.5.0.4677648.tar since it uses curl to download (assuming the gateway is connected to the internet.)