diff --git a/routeros/README.md b/routeros/README.md index 16c3691..3d2d5db 100644 --- a/routeros/README.md +++ b/routeros/README.md @@ -5,5 +5,13 @@ ssh -o "StrictHostKeyChecking=no" admin@192.168.88.1 '/tool fetch url="https://g Run fresh RB SXT configuration : ``` -ssh -o "StrictHostKeyChecking=no" admin@192.168.88.1 '/tool fetch url="https://gitlab.altinea.fr/altinea/install-scripts/raw/branch/master/routeros/sxt5ac-init.rsc" dst-path=/flash/init.rsc; /system reset-configuration no-defaults=yes run-after-reset=flash/init.rsc;' +ssh -o "StrictHostKeyChecking=no" admin@192.168.88.1 '/ip dhcp-client set 0 interface=ether1; :delay 10s; /tool fetch url="https://gitlab.altinea.fr/altinea/install-scripts/raw/branch/master/routeros/sxt5ac-init.rsc" dst-path=/flash/init.rsc; /system reset-configuration no-defaults=yes run-after-reset=flash/init.rsc;' +``` +Run fresh RB Metal 5 Ghz configuration : +``` +ssh -o "StrictHostKeyChecking=no" admin@192.168.88.1 '/ip dhcp-client set 0 interface=ether1; :delay 10s; /tool fetch url="https://gitlab.altinea.fr/altinea/install-scripts/raw/branch/master/routeros/rbmetal5-init.rsc" dst-path=/flash/init.rsc; /system reset-configuration no-defaults=yes run-after-reset=flash/init.rsc;' +``` +Run fresh RB Metal 2.4 Ghz configuration : +``` +ssh -o "StrictHostKeyChecking=no" admin@192.168.88.1 '/ip dhcp-client set 0 interface=ether1; :delay 10s; /tool fetch url="https://gitlab.altinea.fr/altinea/install-scripts/raw/branch/master/routeros/rbmetal2-init.rsc" dst-path=/flash/init.rsc; /system reset-configuration no-defaults=yes run-after-reset=flash/init.rsc;' ```