Cleanup and clarifications

This commit is contained in:
Patrick McDonagh
2016-04-18 16:53:05 -05:00
parent 16a7a89925
commit e9844a2d28
9 changed files with 40 additions and 623 deletions

View File

@@ -8,13 +8,19 @@ netmask 255.255.255.0
gateway 192.168.1.150
auto wlan0
#Normal Wifi Mode
#allow-hotplug wlan0
#iface wlan0 inet manual
#wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
#ACCESS POINT MODE
iface wlan0 inet static
address 192.168.4.1
netmask 255.255.255.0
up iptables-restore < /etc/iptables.ipv4.nat
#iface wlan0 inet static
#address 192.168.4.1
#netmask 255.255.255.0
#up iptables-restore < /etc/iptables.ipv4.nat
#HENRYPUMPNETWORK
#iface wlan0 inet dhcp
# wpa-ssid "Henry Pump"
# wpa-psk "HenryHP@1903"