totosapori ha scritto:sono riuscito ad editare il file, cfg, ma non riesco a salvarlo, qualcuno sa come ?
da SSH usa comandi Linux più o meno standard...
Nel tuo caso ti serve IPCONFIG.
Ti consiglio di fare delle prove per non rischiare di segarti fuori.
Al primo riavvio, perdi le modifiche. Per modifiche permanenti, è consigliabile creare uno
script che viene eseguito ad ogni avvio.
Questo dovrebbe darti uno spunto:
http://wiki.ubnt.com/User:Skyhook#Make_ ... uration.29Introduction
AirOS is Linux based. If you are a Linux guru, you can customize many typicals of Linux that are not in standard configuration file of AirOS, adding your customizations in this files:
/etc/persistent/rc.presysinit
/etc/persistent/rc.postsysinit
/etc/persistent/rc.prestart
/etc/persistent/rc.poststart
/etc/persistent/rc.prestop
/etc/persistent/rc.poststop
Example procedure
Make sure that AirOS device have a active console CLI (in SERVICES Tab, enable Telnet or SSH as you prefer)
Login to CLI
Make yours customizaions using vi text editor (e.g. vi /etc/persistent/rc.poststart ...)
Check your changes...
When you are sure, run command cfgmtd -w -p /etc/ to write permanently into flash
Now, you can reboot device, run reboot
After reboot, your changes should be already active
Note: We recommended this type of deep changes only for advanced and skilled users!!! Behavior may be unpredictable if you set wrong or improper parameters.
Da verificare se ancora valido per le versioni attuali...