Italiano English
Modifica History Actions

Differenze per "UbiquitiNanostation5"

Differenze tra le versioni 4 e 6 (in 2 versioni)
Versione 4 del 2009-02-19 23:33:41
Dimensione: 2822
Autore: ClauzClauz
Commento:
Versione 6 del 2009-02-21 14:18:33
Dimensione: 2931
Autore: nino
Commento:
Le cancellazioni sono segnalate in questo modo. Le aggiunte sono segnalate in questo modo.
Linea 2: Linea 2:

* Processore: Atheros (AR2313) 180Mhz  
 * Memoria: 16Mb RAM, 4Mb flash 
 * Processore: Atheros (AR2313) 180Mhz
 * Memoria: 16Mb RAM, 4Mb flash
Linea 7: Linea 6:
 * Di fabbrica (AirOS): 
  * IP: 192.168.1.20
   * username: ubnt 
  * password: ubnt
 * Di fabbrica (AirOS):
  * IP: 192.168.1.20
  * username: ubnt
  * password: ubnt
Linea 14: Linea 13:
Linea 22: Linea 20:
Linea 35: Linea 34:
 * Utilizzare tftp per flashare l'immagine
Linea 36: Linea 36:
 * Utilizzare tftp per flashare l'immagine
Linea 40: Linea 39:
tftp> put openwrt-atheros-ubnt5-squashfs.bin  tftp> put openwrt-atheros-ubnt5-squashfs.bin
Linea 44: Linea 43:
 * Attendere 7-10 minuti, quindi staccare e riattaccare il cavo ethernet/alimentazione. La Nanostation risponde all'indirizzo 192.168.1.1. Entrare in telnet e cambiare la password
 * Sembra che per accedere alla cli di Redboot occorra mandare una stringa di break in questo modo:
Linea 46: Linea 46:
$ telnet 192.168.1.1 $ echo -e "\0377\0364\0377\0375\0006" > break
$ nc -vvv 192.168.1.20 9000 < break ; telnet 192.168.1.20 9000
Linea 49: Linea 51:


Linea 50: Linea 55:
Linea 55: Linea 59:

* http://www.dd-wrt.com/dd-wrtv2/downloads/Ubiquiti/Ubiquiti%20Nanostation%205/NS5.dd-wrt-flashing.txt
 * [[http://www.dd-wrt.com/dd-wrtv2/downloads/Ubiquiti/Ubiquiti%20Nanostation%205/NS5.dd-wrt-flashing.txt|http://www.dd-wrt.com/dd-wrtv2/downloads/Ubiquiti/Ubiquiti%20Nanostation%205/NS5.dd-wrt-flashing.txt]]

Ubiquiti Nanostation 5

  • Processore: Atheros (AR2313) 180Mhz
  • Memoria: 16Mb RAM, 4Mb flash
  • Altro: antenna incorporata, attacco antenna esterna (RP-SMA), power over ethernet incluso, alimentatore incluso, cavi non inclusi
  • Prezzo: circa 70 euro
  • Di fabbrica (AirOS):
    • IP: 192.168.1.20
    • username: ubnt
    • password: ubnt
  • Nanostation 5 = 5 Ghz (802.11a) [Nanostation 2 = 2.4 Ghz (802.11b/g)]

Flashare con OpenWrt

  • Aggiornare AirOS, scaricando l'immagine da: http://www.ubnt.com/support/airos.php . Scaricare il file che inizia per "NS5"" (per esempio http://www.ubnt.com/downloads/XS-fw/v3.3.1/NS5.ar2313.v3.3.1.4227.090128.1834.bin ), andare su http://192.168.1.20 , cliccare "System", quindi "Upgrade" e scegliere l'immagine scaricata. Questa operazione serve soprattutto ad aggiornare RedBoot.

  • Sul PC, impostare l'IP dell'interfaccia collegata alla Nanostation ad 192.168.1.254
  • Staccare il cavo ethernet/alimentazione dalla Nanostation, tenere premuto il pulsante reset (con un cacciavite, per esempio) e riattaccare il cavo continuando a tenere premuto reset per circa 8-10 secondi. I led della Nanostation cominciano a lampeggiare alternando tra rosso e giallo
  • Pingare 192.168.1.20 ed attendere una risposta

$ ping 192.168.1.20
PING 192.168.1.20 (192.168.1.20) 56(84) bytes of data.
64 bytes from 192.168.1.20: icmp_seq=1 ttl=64 time=0.499 ms
64 bytes from 192.168.1.20: icmp_seq=2 ttl=64 time=0.637 ms
64 bytes from 192.168.1.20: icmp_seq=3 ttl=64 time=1.55 ms
64 bytes from 192.168.1.20: icmp_seq=4 ttl=64 time=0.321 ms
64 bytes from 192.168.1.20: icmp_seq=5 ttl=64 time=0.412 ms
^C
--- 192.168.1.20 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4002ms
rtt min/avg/max/mdev = 0.321/0.683/1.550/0.446 ms
  • Utilizzare tftp per flashare l'immagine

$ tftp 192.168.1.20
tftp> bin
tftp> put openwrt-atheros-ubnt5-squashfs.bin
tftp> quit
  • Sembra che per accedere alla cli di Redboot occorra mandare una stringa di break in questo modo:

$ echo -e "\0377\0364\0377\0375\0006" > break
$ nc -vvv 192.168.1.20 9000 < break ; telnet 192.168.1.20 9000

Immagini OpenWrt