Konfiguration/etc/config/network: Unterschied zwischen den Versionen

Aus Freifunk Kiel
Zur Navigation springen Zur Suche springen
(New page: <pre> <nowiki> # Copyright (C) 2006 OpenWrt.org config interface loopback option ifname lo option proto static option ipaddr 127.0.0.1 option netmask 255.0.0.0 config interface lan ...)
 
K
 
Zeile 15: Zeile 15:
  
 
config interface wlan
 
config interface wlan
option ifname ath0
+
option ifname wlan0
 
option proto static
 
option proto static
option ipaddr 10.14.XX.1
+
option ipaddr 10.14.x.y
 
option netmask 255.255.0.0
 
option netmask 255.255.0.0
 
</nowiki>
 
</nowiki>
 
</pre>
 
</pre>

Aktuelle Version vom 25. Februar 2011, 18:13 Uhr


# Copyright (C) 2006 OpenWrt.org

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	dhcp

config interface wlan
	option ifname	wlan0
	option proto	static
	option ipaddr	10.14.x.y
	option netmask	255.255.0.0