UbiquitiNanostation5

Ubiquiti Nanostation 5

Datasheet completo e pagina prodotto (versione archiviata).

Flashare con OpenWrt

* prendere il file openwrt-atheros-ubnt5-squashfs.bin da http://download.openwrt.org (che sia più recente di Agosto 2009)

* Sul PC, impostare l'IP dell'interfaccia collegata alla Nanostation ad un ip della classe 192.168.1.0/24

$ 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

$ tftp 192.168.1.20
tftp> verbose
Verbose mode on.
tftp> bin
mode set to octet
tftp> put openwrt-atheros-ubnt5-squashfs.bin      
putting openwrt-atheros-ubnt5-squashfs.bin to 192.168.1.20:openwrt-atheros-ubnt5-squashfs.bin [octet]
Sent 2687384 bytes in 7.4 seconds [2912104 bit/s]

Immagini AirOs

http://ubnt.masolusi.com/download/firmware/IEEE802.11%20abg%20Solutions/NanoStation5/

Vlan su AirOs

https://docs.google.com/document/d/1_hsBKzssv__ik9H9ZtjPgYwW3GvIhmWgbQvSoAyogTw/edit?usp=sharing Grazie @Lipos - HackLab CS per la guida

Vecchia procedura per Flashare con OpenWrt

questa procedura non serve più, è lasciata per memoria storica!

Questa procedura dovrebbe funzionare sia con la Nanostation2 che con la Nanostation5

aggiungete un #define PATH_MAX 256 al file fw.h

oppure semplicemente digitate

make CFLAGS="-DPATH_MAX=256"

$ fwsplit openwrt-atheros-ubnt5-jffs2-64k.bin

e si otterranno tre file:

Dentro il file .txt ci sono i riferimenti alle locazioni di memoria delle parti del firmware (kernel e rootfs).

$ ./mkfwimage -i XS5.ar2313.OpenWRT.txt -v NS5.ar2313.OpenWRT.<nome che volete> -o NS5.ar2313.OpenWRT.<nome che volete>.bin

Una cosa importante è che il nome della versione cominci per NS2.ar2313 (nel caso della Nanostation2) o NS5.ar2313 (nel caso della Nanostation5). Nel caso che la versione di AirOS sia precedente alla versione 3.x, potete utilizzate l'interfaccia web per aggiornare il firmware (in questo caso viene presentato un avviso di warning), altrimenti, se AirOS montato sulla vosta ubiquiti è superiore alla versione 3.x, bisognerà utilizzare il tftp per caricare il nuovo firmware.

$ 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

$ tftp 192.168.1.20
tftp> verbose
Verbose mode on.
tftp> bin
mode set to octet
tftp> put NS5.ar2313.OpenWRT.mio.bin        
putting NS5.ar2313.OpenWRT.mio.bin to 192.168.1.20:NS5.ar2313.OpenWRT.mio.bin [octet]
Sent 2687384 bytes in 7.4 seconds [2912104 bit/s]

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

Immagini OpenWrt

l'ultima modifica è del 2016-04-23 14:07:04, fatta da Stefanauss