# /etc/network/interfaces -- configuration file for ifup(

, ifdown(
# The loopback interface
# automatically added when upgrading
auto lo
# allow-hotplug lo wireless0 lan0
iface lo inet loopback
# Wlan-Netzwerk:
allow-hotplug eth0
iface eth0 inet dhcp
pre-up wpa_supplicant -Bw -Dwext -iwlan0 -c/etc/wpa_supplicant/wpa_supplicant.conf
post-down killall -q wpa_supplicant
# wpa-conf /etc/wpa_supplicant.conf
# Lan-Netzwerk:
allow-hotplug eth1
iface eth1 inet dhcp
# /etc/network/interfaces -- configuration file for ifup(

, ifdown(
# The loopback interface
# automatically added when upgrading
auto lo eth0 wlan0
iface lo inet loopback
# Wlan-Netzwerk:
allow-hotplug wlan0
iface eth0 inet manual
wpa-roam /etc/wpa_supplicant.conf
iface Private-WPA inet dhcp
iface Private-WEB inet dhcp
iface public inet dhcp
iface default inet dhc
# Lan-Netzwerk:
allow-hotplug eth0
iface eth1 inet dhcp