Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2017-09-06 08:52:43
Size: 293
Editor: asbesto
Comment:
Revision 7 as of 2019-02-10 10:19:52
Size: 973
Editor: asbesto
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Nanostation come AP al volo = = Nanostation / Ubiqiti / Ubnt scratchpad =

== Nanostation come AP al volo ==

ip 192.168.1.20 di default, ubnt/ubnt per il fottuto login
Line 9: Line 13:
= Abilitare Compliance Test Mode = == Abilitare Compliance Test Mode ==
Line 16: Line 20:
{{ {{{
Line 20: Line 24:
}} }}}

same for BULLET.

== RESET e IP di default ==

Premere il tastino didietro finche' non si riavviano i led.

ip default: 192.168.1.20 (su bullet M2, Nanostation Loco M2/M5, Airgrid M5)


== Change freq via ssh ==

{{{
iwconfig ath0 freq 5.600G
}}}

== Edit config via ssh ==

The config file is located at “/tmp/system.cfg”. To edit the file, use VI.

{{{
vi /tmp/system.cfg
}}}

Once you have edited your config file, you must save it to flash and reboot:

{{{
cfgmtd -f /tmp/system.cfg -w
/usr/etc/rc.d/rc.softrestart save
}}}

Nanostation / Ubiqiti / Ubnt scratchpad

Nanostation come AP al volo

ip 192.168.1.20 di default, ubnt/ubnt per il fottuto login

  • Via Airmax
  • Setta bandwidth wifi a 20 MHz !!!
  • Setta come AP
  • Metti network in dhcp

Abilitare Compliance Test Mode

  • Abilitare telnet in Services
  • Telnet nella nanostation

poi

touch /etc/persistent/ct
save
reboot

same for BULLET.

RESET e IP di default

Premere il tastino didietro finche' non si riavviano i led.

ip default: 192.168.1.20 (su bullet M2, Nanostation Loco M2/M5, Airgrid M5)

Change freq via ssh

iwconfig ath0 freq 5.600G

Edit config via ssh

The config file is located at “/tmp/system.cfg”. To edit the file, use VI.

vi /tmp/system.cfg

Once you have edited your config file, you must save it to flash and reboot:

cfgmtd -f /tmp/system.cfg -w
/usr/etc/rc.d/rc.softrestart save

NanostationUbiqitiAppunti (last edited 2019-02-10 10:19:52 by asbesto)