Änderungen

Zur Navigation springen Zur Suche springen
1.074 Bytes hinzugefügt ,  18:09, 11. Apr. 2021
K
Bot: {{Vorlage:LinksReparieren}} hinzugefügt
Zeile 1: Zeile 1:  +
{{Vorlage:LinksReparieren}}
 
'''Achtung, Technikthema!'''
 
'''Achtung, Technikthema!'''
   Zeile 23: Zeile 24:  
Dann aendern folgender Config Eintraege, um im weimarnetz mitzumischen:
 
Dann aendern folgender Config Eintraege, um im weimarnetz mitzumischen:
   −
/etc/config/wireless
+
'''/etc/config/wireless'''
  config 'wifi-device' 'wifi0'
+
  config wifi-device radio0
        option type    mac80211
+
      option type    mac80211
        option channel  5
+
      option macaddr <00:AA:BB:CC:DD:EE>
        option hwmode  11g
+
        option channel  5
 +
      option hwmode  11ng
 +
      option htmode HT40+
 +
      list ht_capab SHORT-GI-40
 +
      list ht_capab DSSS_CCK-40
   −
  config 'wifi-iface' 'weimarnetz'
+
  config wifi-iface
         option device  wifi0
+
         option device  radio0
 
         option mode    adhoc
 
         option mode    adhoc
 
         option ssid    weimarnetz
 
         option ssid    weimarnetz
         option bssid   02:ca:ff:ee:ba:be
+
         option bssid 02:ca:ff:ee:ba:be
   −
/etc/config/network (folgenden Eintrag hinzufuegen)
+
'''/etc/config/network''' (folgenden Eintrag hinzufuegen)
  config interface 'weimarnetz'
+
  config 'interface' 'weimarnetz'
         option proto   static
+
         option 'ifname' 'wlan0'
         option ipaddr  10.63.115.1     # einstellungen fuer
+
        option 'proto' 'static'
         option netmask  255.0.0.0        # knotennummer 115
+
         option 'ipaddr'   '10.63.15.129'     # einstellungen fuer
         option dns      141.1.1.1
+
         option 'netmask' '255.0.0.0'       # knotennummer 115
 +
         option 'dns'     '141.1.1.1'
   −
Danach nur noch ein '<tt>wifi up</tt>' und fertig!
+
 
 +
Danach nur noch bei 'lan' die bridge auskommentieren (mit einem #) und ein 'reboot' - fertig!
 
Mutige koennen dann noch mittels 'opkg update ; opkg install olsrd' weiterspielen.... [[Benutzer:Fries43|fries43]] 12:41, 20. Nov. 2009 (UTC)
 
Mutige koennen dann noch mittels 'opkg update ; opkg install olsrd' weiterspielen.... [[Benutzer:Fries43|fries43]] 12:41, 20. Nov. 2009 (UTC)
 +
 +
=TEST=
 +
<pre>
 +
[12:57:52] … config wifi-device  radio0
 +
    option type    mac80211
 +
    option channel  5
 +
    option macaddr    94:0c:6d:xx:xx:xx
 +
    option hwmode    11ng
 +
    option htmode    HT20
 +
    list ht_capab    HT40+
 +
    list ht_capab    HT40-
 +
    list ht_capab    SHORT-GI-40
 +
    list ht_capab    DSSS_CCK-40
 +
    # REMOVE THIS LINE TO ENABLE WIFI:
 +
    option disabled 0
 +
 +
config wifi-iface
 +
    option device  radio0
 +
    option network  lan
 +
    option mode    ap
 +
    option ssid    www.evernet-eg.de
 +
    option encryption psk2
 +
    option key 12345
 +
 +
config wifi-iface
 +
    option device radio0
 +
    option network freifunk
 +
    option mode adhoc
 +
    option sw_merge 1
 +
    option ssid sundi.freifunk.net
 +
    option encryption 0
 +
    option bssid 02:ca:ff:ee:ba:be
 +
    option frag 2346
 +
</pre>
 +
 +
[[Kategorie:ToteLinks]]
121

Bearbeitungen

Navigationsmenü