Cleanup and clarifications
This commit is contained in:
14
interfaces
14
interfaces
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user