Zeile 127: |
Zeile 127: |
| option type 'bridge' | | option type 'bridge' |
| option proto 'static' | | option proto 'static' |
− | option ipaddr '10.37.X.X' //Eure IP-Addresse aus dem WIKI | + | # Eure IP-Addresse aus dem WIKI bei ipaddr ersetzen |
| + | option ipaddr '10.37.X.X' |
| option netmask '255.255.0.0' | | option netmask '255.255.0.0' |
| option dns '10.37.4.1' | | option dns '10.37.4.1' |
Zeile 134: |
Zeile 135: |
| | | |
| config interface 'freifunk' | | config interface 'freifunk' |
− | option ifname '<span style="background: #{{Color|Gelb}};"><SWITCH-IF></span> bat0 freifunk_wlan'
| |
| option ifname '<span style="background: #{{Color|Gelb}};"><SWITCH-IF></span> bat0 freifunk_wlan freifunk_wlan2' | | option ifname '<span style="background: #{{Color|Gelb}};"><SWITCH-IF></span> bat0 freifunk_wlan freifunk_wlan2' |
| option type 'bridge' | | option type 'bridge' |
| option proto 'static' | | option proto 'static' |
− | option ipaddr '10.37.X.X' //Eure IP-Addresse aus dem WIKI | + | # Eure IP-Addresse aus dem WIKI bei ipaddr ersetzen |
| + | option ipaddr '10.37.X.X' |
| option netmask '255.255.0.0' | | option netmask '255.255.0.0' |
| option dns '10.37.4.1' | | option dns '10.37.4.1' |
| | | |
| + | '''config interface 'wan'''' ==> Dieser Block bleibt erhalten |
| | | |
| + | '''config interface 'wan6'''' ==> Der ganze Block (3 Zeilen) fliegt raus / löschen oder mit # auskommentieren |
| + | |
| + | '''config switch...''' ==> diese Blöcke bleiben erhalten |
| + | |
| + | Speichern und raus: Bei 'vi' mit ESC :wq |
| + | |
| + | {{Todo|Kommandos des VI Editors sammeln/referenzieren.}} |
| + | |
| + | ==DNS Ausschalten== |
| + | |
| + | DNS abschalten durch einmaliges Absetzen des folgenden Befehls |
| + | |
| + | $/etc/init.d/dnsmasq disable |
| | | |
| ==WLAN konfigurieren== | | ==WLAN konfigurieren== |