[prev in list] [next in list] [prev in thread] [next in thread] 

List:       security-onion
Subject:    [security-onion] Re: wireless interface not able to connect after running setup
From:       Kris Springer <kspringer () innovateteam ! com>
Date:       2017-08-25 15:10:58
Message-ID: bf4eaa9d-1bd0-4d37-891d-a01ccf6f822c () googlegroups ! com
[Download RAW message or body]


I have a Dell laptop running SO with this configuration.  After running the SO setup \
it kills the wifi.  

Try running
sudo rfkill unblock all

Then configure the wpa settings just like you did, save, then reboot.  

iwconfig will show you if the wifi is connected or not

NOTE: if you don't have any spaces in your wifi ssid or psk, you don't need the \
quotes.

Here's some additional config options for /etc/network/interfaces

For dhcp
	auto wlan0
	iface wlan0 inet dhcp
	   wpa-ssid blahblahname
	   wpa-psk blahblahkey
	
For static
	auto wlan0
	iface wlan0 inet static
	   wpa-ssid blahblahname
	   wpa-psk blahblahkey
	   address 192.168.1.234
	   netmask 255.255.255.0
	   gateway 192.168.1.1
	   dns-nameservers 192.168.1.1 8.8.8.8 8.8.4.4
	   dns-domain yourdomain.com

-- 
Follow Security Onion on Twitter!
https://twitter.com/securityonion
--- 
You received this message because you are subscribed to the Google Groups \
"security-onion" group. To unsubscribe from this group and stop receiving emails from \
it, send an email to security-onion+unsubscribe@googlegroups.com. To post to this \
group, send email to security-onion@googlegroups.com. Visit this group at \
https://groups.google.com/group/security-onion. For more options, visit \
https://groups.google.com/d/optout.



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic