[Ninux-Wireless] ubiquity mesh

Fabio Maresca fabio.maresca a gmail.com
Mer 15 Dic 2010 16:04:34 CET


ok risolto con
openwrt-ar71xx-generic-ubnt-bullet-m-squashfs-factory.bin
da qui

http://downloads.openwrt.org/snapshots/trunk/ar71xx/openwrt-ar71xx-generic-ubnt-bullet-m-squashfs-factory.bin

ma ho un pò di problemi: ad esempio non riesco ad assegnare alla wlan0 un
indirizzo staticamente

questi sono i dettagli


 root a OpenWrt:~# vi /etc/config/wireless


> config wifi-device  radio0
>
>         option type     mac80211
>
>         option channel  36
>
>         option macaddr  00:15:6d:f8:b0:63
>
>         option hwmode   11na
>
>         option htmode   HT20
>
>         list ht_capab   SHORT-GI-40
>
>         list ht_capab   TX-STBC
>
>         list ht_capab   RX-STBC1
>
>         list ht_capab   DSSS_CCK-40
>
>         # REMOVE THIS LINE TO ENABLE WIFI:
>
>         #option disabled 1
>
>
>> config wifi-iface
>
>         option device   radio0
>
>         #option network  lan
>
>         #option mode     ap
>
>         option  mode    adhoc
>
>         option  network none
>
>         option ssid     OpenWrt
>
>         option encryption none
>
>
>


root a OpenWrt:~# vi /etc/config/network
config interface loopback
        option ifname   lo
        option proto    static
        option ipaddr   127.0.0.1
        option netmask  255.0.0.0

config interface lan
        option ifname   eth0
        option type     bridge
        option proto    static
        option ipaddr   192.168.1.100
        option netmask  255.255.255.0



#### WLAN configuration
        config interface wireless
        option ifname    "wlan0"
        option proto     static
        option ipaddr    172.16.10.1
        option netmask   255.255.255.0


root a OpenWrt:~# ifconfig
br-lan    Link encap:Ethernet  HWaddr 00:15:6D:F9:B0:63
          inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8649 errors:0 dropped:0 overruns:0 frame:0
          TX packets:784 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1324899 (1.2 MiB)  TX bytes:198585 (193.9 KiB)

eth0      Link encap:Ethernet  HWaddr 00:15:6D:F9:B0:63
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8753 errors:0 dropped:0 overruns:0 frame:0
          TX packets:785 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1483119 (1.4 MiB)  TX bytes:199628 (194.9 KiB)
          Interrupt:4

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:592 (592.0 B)  TX bytes:592 (592.0 B)

wlan0     Link encap:Ethernet  HWaddr 00:15:6D:F8:B0:63
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


qui non dovrei trovare l'IP della wlan che server per OLSR?
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://ml.ninux.org/pipermail/wireless/attachments/20101215/de92bbdf/attachment-0001.html>


Maggiori informazioni sulla lista Wireless