Community discussions

MikroTik App
 
andya
newbie
Topic Author
Posts: 25
Joined: Thu Jun 08, 2017 10:32 am

NetInstall Linux

Fri May 26, 2023 2:58 am

Hi Is they reason why net install linux version end after do install it would be great for mass install if did not end it self after install?
or they better tool for Linux install Flashfig is windows maybe am missing something?
 
holvoetn
Forum Guru
Forum Guru
Posts: 5317
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: NetInstall Linux

Fri May 26, 2023 8:06 am

I would think wrapping a script around it should solve that.
 
tangent
Forum Guru
Forum Guru
Posts: 1329
Joined: Thu Jul 01, 2021 3:15 pm
Contact:

Re: NetInstall Linux

Fri May 26, 2023 8:07 am

It stops because you may be assigning a different static IP to each subsequent box, and so you need to pass a different -a parameter each time. (The -i alternative is a recent addition.)

If each box gets the exact same config instead, such as because each one gets the variable parts via DHCP, it’s trivial to make it loop:

$ while true ; do ./netinstall-cli … ; done
 
AidanAus
Member Candidate
Member Candidate
Posts: 177
Joined: Wed May 08, 2019 7:35 am
Location: Australia
Contact:

Re: NetInstall Linux

Fri May 26, 2023 9:57 am

Looked at flashfig as an option?
Mikrotik has a video on it:
https://www.youtube.com/watch?v=xasM81Qc11g
 
libertyvelez
just joined
Posts: 1
Joined: Tue Jun 06, 2023 5:40 am

Re: NetInstall Linux

Tue Jun 06, 2023 5:42 am

It stops because you may be assigning a different static IP to each subsequent box, and so you need to pass a different -a parameter each time. (The -i alternative is a recent addition.)

If each box gets the exact same config instead, such as because each one gets the variable parts via DHCP, it’s trivial to make it loop:

$ while true ; do ./netinstall-cli … ; done
hello
how can I pass a different -a parameter each time? I got it.

Who is online

Users browsing this forum: Bing [Bot], MrBrick, Sailwebwifi and 56 guests