Re: moving wireless to static IP address (SOLVED)

2016-06-15 Thread Haines Brown
On Mon, Jun 13, 2016 at 05:24:45AM -0400, Haines Brown wrote: > To avoid booting delay while DHCP tries to get an IP address, I decided > to use a static address for the wlan0 interface. > > I tried this: > > auto wlan0 > iface wlan0 inet static > address 192.168.1.124 > gateway 192.168.1.1 >

moving wireless to static IP address

2016-06-13 Thread Haines Brown
To avoid booting delay while DHCP tries to get an IP address, I decided to use a static address for the wlan0 interface. I tried this: auto wlan0 iface wlan0 inet static address 192.168.1.124 gateway 192.168.1.1 netmask 255.255.255.0 wireless-mode managed wpa-ssid XXX wap-psk XXX Thi