diff options
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 |