From acb8da4edf611c2199bbf6d3b26eeec0f69f1b56 Mon Sep 17 00:00:00 2001 From: Jacob Appelbaum Date: Fri, 26 Aug 2011 00:55:27 +0200 Subject: uap0 and not wlan0 --- packages/torouter-prep/configs/interfaces | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'packages/torouter-prep/configs/interfaces') diff --git a/packages/torouter-prep/configs/interfaces b/packages/torouter-prep/configs/interfaces index d1b9ba3..fbd5213 100644 --- a/packages/torouter-prep/configs/interfaces +++ b/packages/torouter-prep/configs/interfaces @@ -8,8 +8,8 @@ iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet dhcp - post-up ifup wlan0 - post-down ifdown wlan0 + post-up ifup uap0 + post-down ifdown uap0 auto eth1 iface eth1 inet static @@ -23,7 +23,8 @@ iface eth1 inet static post-up /etc/init.d/dnsmasq restart # The magic Tor wireless network -iface wlan0 inet static +auto uap0 +iface uap0 inet static address 172.16.23.1 netmask 255.255.255.0 network 172.16.23.0 -- cgit v1.2.3