##### # Loopback interface ##### iface lo inet loopback ##### # xDSL PPPoE interface ##### iface dsl-provider inet ppp pre-up /sbin/ifconfig eth1 up up /etc/wide-dhcpv6/dhcp6c-ifupdown start down /etc/wide-dhcpv6/dhcp6c-ifupdown stop provider dsl-provider ##### # IPv4 network interfaces ##### # --- External NIC --- # --- Internal NIC --- iface eth0 inet manual iface wlan0 inet manual iface br0 inet static post-up /usr/sbin/hostapd -B /etc/hostapd/hostapd.conf post-up service isc-dhcp-server restart bridge_ports eth0 wlan0 address 192.168.80.1 netmask 255.255.255.0 # DNS Settings for Internal Net dns-nameservers 192.168.80.1 dns-search LinuxMCE ##### # Activating interfaces ##### auto dsl-provider eth0 wlan0 br0 lo