I just want a minimal setup to start configuring it.
Code: Select all
:delay 15s;
:local rtname "router01";
:local pass "sup3rpa$$word";
/system clock set time-zone-name=America/Fortaleza
/system identity set name=$rtname
/user set admin password=$pass
## WAN addr via dhcp
/ip dhcp-client add disabled=no interface=ether1
when /system reset-configuration no-defaults=yes skip-backup=yes run-after-reset=minimal.rsc
I loose the router (need to hard reset it)
What Am I doing wrong? regards,