Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2019-01-30 13:54:34
Size: 530
Editor: asbesto
Comment:
Revision 6 as of 2019-02-10 09:47:04
Size: 1024
Editor: asbesto
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
Vale anche per i BULLET. same for BULLET.
Line 30: Line 30:
ip default: 192.168.1.20 (su bullet M2) ip default: 192.168.1.20 (su bullet M2, Nanostation Loco M2/M5, Airgrid M5)
Line 33: Line 33:
= Change freq via ssh =
Line 34: Line 35:
  {{{
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:

{{{
cfgmtd -f /tmp/system.cfg -w
}}}

Once you have saved it you can reboot by issuing the “reboot” command or you can do a soft apply:

{{{
/usr/etc/rc.d/rc.softrestart save
}}}

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:

cfgmtd -f /tmp/system.cfg -w

Once you have saved it you can reboot by issuing the “reboot” command or you can do a soft apply:

/usr/etc/rc.d/rc.softrestart save

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