[Berlin-wireless] Konfiguration LAN-Interfaces + weiteres WLAN

Marc Kura freifunkml
So Mai 26 15:34:41 CEST 2013


Moin zusammen,

Ich habe einen 741ND nach der Anleitung von Sven-Ola eingerichtet
(http://wiki.freifunk.net/Vpn03), der VPN-Tunnel und das offene WLAN
funktionieren damit bereits. Wie in der Anleitung beschrieben wird auf
den LAN-Interfaces kein DHCP gemacht. Ich möchte gern auf dem
LAN-Interface die gleichen Adressen wie aus dem WLAN vergeben.

Weiß jemand, wie ich das einrichten kann?

Ebenfalls soll ein weiteres WLAN (auf dem gleichen Kanal) mit
Verschlüsselung genutzt werden können. Geht das auf der Hardware?

	
Gruß,
Marc

root at Marzahn:/etc/config# cat 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 ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option proto 'dhcp'

config interface 'wan'
        option ifname 'eth1'
        option proto 'static'
        option ipaddr '192.168.178.254'
        option netmask '255.255.255.0'
        option gateway '192.168.178.1'
        option dns '192.168.178.1'
        option ip6addr 'fdca:ffee:babe:33ab::1/64'

config switch
        option name 'eth0'
        option reset '1'
        option enable_vlan '1'

config switch_vlan
        option device 'eth0'
        option vlan '1'
        option ports '0 1 2 3 4'

config interface 'tunl0'
        option ifname 'tunl0'
        option proto 'none'

config interface 'wireless0'
        option dns '2002:d596:2a92:1:71:53:: 2002:5968:c28e::53
88.198.178.18 141.54.1.1 212.204.49.83 8.8.8.8 8.8.4.4'
        option netmask '255.0.0.0'
        option ipaddr '104.103.0.2'
        option proto 'static'
        option ip6addr_fdca 'FDCA:FFEE:BABE:0:2D1:11FF:FE7B:EAA0/64'
        option ip6addr 'fdca:ffee:babe:6528::1/64'

config interface 'wireless0dhcp'
        option ipaddr '104.103.0.33'
        option netmask '255.255.255.240'
        option proto 'static'
        option ip6addr_fdca 'FDCA:FFEE:FC62:0:2D1:11FF:FE7B:EAA0/64'
        option ip6addr 'fdca:ffee:babe:7bbe::1/64'

config interface 'vpn03'
        option ifname 'tun0'
        option proto 'none'

root at Marzahn:/etc/config#

root at Marzahn:/etc/config# cat wireless

config wifi-device 'radio0'
        option type 'mac80211'
        option hwmode '11ng'
        option macaddr 'f8:d1:11:7b:ea:a0'
        list ht_capab 'SHORT-GI-20'
        list ht_capab 'SHORT-GI-40'
        list ht_capab 'RX-STBC1'
        list ht_capab 'DSSS_CCK-40'
        option disabled '0'
        option country 'DE'
        option distance '1000'
        option txpower '15'
        option channel '10'
        option htmode 'HT40-'

config wifi-iface
        option network 'wireless0dhcp'
        option encryption 'none'
        option device 'radio0'
        option mode 'ap'
        option ssid 'freifunkM'

config wifi-iface
        option network 'wireless0'
        option encryption 'none'
        option device 'radio0'
        option bssid '02:CA:FF:EE:BA:BE'
        option bgscan '0'
        option probereq '1'
        option mode 'adhoc'
        option ssid 'ch10.freifunk.net'

root at Marzahn:/etc/config#



-- 
Marc Kura
Phone: +49-30-69201323 Fax: +49-30-69201737
mailto:email at kura.de
"Und Schäuble hat gesagt, für Ihn sind alle Menschen gleich - ob Deutsch
oder Ausländer .............alles Verbrecher!"





Mehr Informationen über die Mailingliste Berlin