Skip to content

Commit e428a22

Browse files
authored
Update interfaces_ap
1 parent 6892ccc commit e428a22

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

scripts/interfaces_ap

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
auto lo
2+
allow-hotplug wlan0
23
iface lo inet loopback
34
iface eth0 inet dhcp
4-
#allow-hotplug wlan0
5-
#iface wlan0 inet manual
6-
#wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
7-
#iface default inet dhcp
85
iface wlan0 inet static
96
address 10.0.0.1
107
netmask 255.255.255.0
118
wireless-power off
12-
9+
network 10.0.0.0
10+
broadcast 10.0.0.255

0 commit comments

Comments
 (0)