Dimensione: 5523
Commento:
|
Dimensione: 2377
Commento:
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 38: | Linea 38: |
== download == === atheros (La Fonera) === Versione '''8.01''' per '''Fonera''' * https://svn.ninux.org/svn/ninuxdeveloping/ninux-ipkg-atheros/tags/8.01-bin/AtherosBinariesNinuxIpkg-TAG-8.01.tar.bz2 Versione '''UNSTABLE''' * http://students-playground.netgroup.uniroma2.it/~saverio/openwrt/fonera/ === brcm (Linksys WRT54G) === Per installare l'immagine sul Linksys WRT54G seguite le istruzioni alla pagina: http://wiki.ninux.org/Kamikaze Versione '''8.01''' per '''Linksys WRT54G/GL/GS''' * https://svn.ninux.org/svn/ninuxdeveloping/ninux-ipkg-brcm/tags/8.01-bin * http://students-playground.netgroup.uniroma2.it/~saverio/openwrt/brcm/ === x86 (Alix) === Versione '''8.01''' testata su * '''qemu''' (vedi OpenWrtOnQemu) * '''alix''' (vedi AlixOpenWrt) immagine da flashare su cf compresa di pacchetto ninux-ipkg-x86: * https://svn.ninux.org/svn/ninuxdeveloping/ninux-ipkg-x86/tags/8.01-bin/ * Builds di Nino: http://test.ninux.org/~nino/openwrt/x86/openwrt-x86-ext2.image Versione '''UNSTABLE''' * Builds di Saverio: http://students-playground.netgroup.uniroma2.it/~saverio/openwrt/x86/ /!\ Se utilizzate '''alix''', al '''primo boot''' modificare la password '''via telnet''': /!\ (vedi [[https://svn.ninux.org/ninuxdeveloping/ticket/46|ticket 46]]) {{{ $ telnet 192.168.1.1 openwrt$ passwd openwrt$ exit $ ssh -l root 192.168.1.1 openwrt$ exit }}} 1. '''Bisogna''' entrare in ssh dopo aver cambiato la password 1. '''Non''' cambiare la password dalla console seriale 1. '''Non''' cambiare la password dalla webif Altrimenti la webif non partirà oppure verrà chiesta di nuovo la password. === adm5120 (microtik rb133) === Versione '''0.1-alpha''' testata su piattaforma mikrotik rb133c '''Immagini compilate:''' '''RAMDISK''' (serve per fare il boot da rete nella prima parte dell'installazione): http://test.ninux.org/~nino/openwrt/adm5120/openwrt-adm5120-2.6-vmlinux.elf '''Da scrivere nella NAND:''' Rootfs: http://test.ninux.org/~nino/openwrt/adm5120/openwrt-adm5120-2.6-rootfs.tgz Kernel: http://test.ninux.org/~nino/openwrt/adm5120/openwrt-adm5120-rb1xx-kernel Istruzioni: http://wiki.openwrt.org/OpenWrtDocs/Hardware/Mikrotik/RB100 === Tema grafico per webif^2 === Versione '''8.01''' Platform-independent [[attachment:ninux-webiftheme_8.01-2_all.ipk]] |
|
Linea 125: | Linea 42: |
=== sorgenti === {{{https://svn.ninux.org/ninuxdeveloping/svn/openwrt-meta}}} - meta repository con vari externals: * {{{https://svn.openwrt.org/openwrt/trunk}}} --> {{{trunk}}} - il ramo di sviluppo principale di OpenWrt * {{{https://svn.ninux.org/ninuxdeveloping/svn/ninux-ipkg-brcm}}} --> {{{trunk/packages/zzz-ninux-ipkg-brcm}}} - meta-ipkg per broadcom con files di configurazione e dipendenza da altri pacchetti (es. olsrd) * {{{https://svn.ninux.org/ninuxdeveloping/svn/ninux-ipkg-atheros}}} --> {{{trunk/packages/zzz-ninux-ipkg-atheros}}} - meta-ipkg per atheros (fonera) * ... |
|
Linea 137: | Linea 45: |
$ svn co https://svn.openwrt.org/openwrt/trunk openwrttrunk $ cd openwrttrunk |
$ svn co https://svn.openwrt.org/openwrt/branches/8.09 openwrt $ cd openwrt |
Linea 147: | Linea 55: |
* [[https://svn.ninux.org/ninuxdeveloping/ticket/25|ticket #25]]: '''NON ABILITARE''' Base system -> busybox -> Configuration -> Networking Utilities -> Use sendfile system call (sotto httpd) | |
Linea 150: | Linea 57: |
$ make world | $ make |
Linea 156: | Linea 63: |
=== documentazione === | {{{ $ make IGNORE_ERRORS=m }}} === documentazione: ovvero link disordinati === |
Firmware Ninux
Indice
progetto
Firmware OpenWrt con configurazione e grafica personalizzate ninux.org
features
- olsrd + plugins
- webif con grafica Ninux.org
- Ninux Dynamic DNS
- iproute2
- snmp
- horst
- tcpdump
- wl (solo WRT54G)
- file di configurazione quasi-pronti
screenshots
![]() | ![]() |
Istruzioni generiche per tutti i routers!!!
Dopo che installate l'immagine:
cambiate l'IP dell'IF Ninux in /etc/config/network
cambiate l'IP dell'interfaccia wireless locale (sta in /etc/init.d/custom-ninux-startup)
cambiate l'IP dell'interfaccia wired /etc/config/network
cambiate /etc/dnsmasq.conf opportunamente
cambiate HNA di olsr opportunamente in /etc/olsrd.conf
Prendete indirizzi IP liberi ed usate questa pagina: GestioneIndirizzi
sviluppo
Vedere https://svn.ninux.org/ninuxdeveloping e SvnHowTo
compilare
$ svn co https://svn.openwrt.org/openwrt/branches/8.09 openwrt $ cd openwrt $ echo "src-svn ninux https://svn.ninux.org/svn/ninuxdeveloping/packages" >> feeds.conf.default $ ./scripts/feeds update $ ./scripts/feeds install -a $ make menuconfig
Nel menù:
- scegliere i pacchetti ninux-* in Administration
$ make
Note: To build an full openwrt with all packages, ignoring the failing packages, add a IGNORE_ERRORS=m to the make call. This will let continiue the build, even if a single packed marked with “m” failed to build.
$ make IGNORE_ERRORS=m
documentazione: ovvero link disordinati
http://forum.openwrt.org/viewtopic.php?pid=31794 (anche se un po' datata)
http://www.oesf.org/index.php?title=Pdaxrom:_Create_An_Ipk_Howto
http://downloads.openwrt.org/docs/buildroot-documentation.html
installazione da remoto
Try at yuor own risk!!!! (La procedura è stata testata solo su schede Alix)
E' possibile aggiornare il firmware da remoto con il seguente comando:
ssh root@(indirizzo della scheda) 'dd of=/dev/hda bs=512'< openwrt.image