aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-prep/configs/interfaces
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2011-08-26 00:55:27 +0200
committerJacob Appelbaum <jacob@appelbaum.net>2011-08-26 00:55:27 +0200
commitacb8da4edf611c2199bbf6d3b26eeec0f69f1b56 (patch)
tree4db5502ebf149ec5b317e9a58550b1d9f5aba236 /packages/torouter-prep/configs/interfaces
parentd21f90f85b71a7c55d809d4e59c8898e06040849 (diff)
downloadtorouter-acb8da4edf611c2199bbf6d3b26eeec0f69f1b56.tar.gz
torouter-acb8da4edf611c2199bbf6d3b26eeec0f69f1b56.zip
uap0 and not wlan0
Diffstat (limited to 'packages/torouter-prep/configs/interfaces')
-rw-r--r--packages/torouter-prep/configs/interfaces7
1 files changed, 4 insertions, 3 deletions
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