# Raspi als Hotspot

allow-hotplug eth0
iface eth0 inet dhcp

allow-hotplug wlan0
iface wlan0 inet static
	address 192.168.255.1
	netmask 255.255.255.0
	wireless-mode Master
	wireless-power off
