diff options
author | ficus <ficus@robocracy.org> | 2012-09-24 16:23:04 +0200 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-09-24 16:23:04 +0200 |
commit | 86ab91c3f7eb1bf8e7989d3793e37fa52741b892 (patch) | |
tree | b9f1374384285e60991bc3b1e72816d2478f0a0b /freedom-maker/source/etc/network/interfaces | |
parent | 0f73849e28825353963a92b8a00ec3244935d878 (diff) | |
download | torouter-86ab91c3f7eb1bf8e7989d3793e37fa52741b892.tar.gz torouter-86ab91c3f7eb1bf8e7989d3793e37fa52741b892.zip |
moved most freedom-maker config to central config (excluding firstboot)
Diffstat (limited to 'freedom-maker/source/etc/network/interfaces')
-rw-r--r-- | freedom-maker/source/etc/network/interfaces | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/freedom-maker/source/etc/network/interfaces b/freedom-maker/source/etc/network/interfaces deleted file mode 100644 index 9680bed..0000000 --- a/freedom-maker/source/etc/network/interfaces +++ /dev/null @@ -1,25 +0,0 @@ -# This file describes the network interfaces available on your system -# and how to activate them. For more information, see interfaces(5). - -# The loopback network interface -auto lo -iface lo inet loopback - -# The primary network interface -auto eth0 -iface eth0 inet static - address 192.168.1.1 - netmask 255.255.255.0 - -allow-hotplug eth1 -iface eth1 inet dhcp - -# auto uap0 -# iface uap0 inet static -# address 192.168.2.1 -# netmask 255.255.255.0 -# post-up uaputl sys_cfg_ssid "freedombox" -# post-up uaputl sys_cfg_protocol 32 # WPA2 -# post-up uaputl sys_cfg_wpa_passphrase "freedombox123" -# post-up uaputl sys_cfg_cipher 8 8 # AES CCMP -# post-up uaputl bss_start |