Ubuntu 14.04 Server - WiFi WPA2 Personal

clettsome

I just installed Ubuntu 14.04 Server and cannot get wifi configured correctly to work with WPA2 personal and could use some help.

There was a simple wizard during install where I selected my SSID from a list and entered my passphrase and that worked great. Now that the install is done I am having trouble configuring wifi. My Access Point is setup to WPA2 Personal TKIP or AES. Any advice would be greatly appreciated. I have been messing around with WPA supplicant ant my /etc/network/interfaces file with no luck.

Thanks

chili555

I suggest you set up /etc/network/interfaces something like:

auto lo
iface lo inet loopback

auto wlan0
iface wlan0 inet static
address 192.168.1.150
netmask 255.255.255.0
gateway 192.168.1.1
wpa-ssid <your_router>
wpa-psk <your_wpa_key>
dns-nameservers 8.8.8.8 192.168.1.1

Be sure to select a static address outside the range used by the DHCP server in the router, switch or other access point. Of course, substitute your details here.

Get the system to read and use the changes:

sudo ifdown wlan0 && sudo ifup -v wlan0

Did you connect?

ping -c3 192.168.1.1
ping -c3 www.google.com

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Ubuntu 14.04 Server - WiFi WPA2 Personal

From Dev

How do I configure Ubuntu Server to access a WPA2 Enterprise WiFi Access Point?

From Dev

How do I configure Ubuntu Server to access a WPA2 Enterprise WiFi Access Point?

From Dev

"Wifi network not secure" notification with WPA2 Personal

From Dev

Error installing ubuntu server 14:04 / 15:04

From Dev

Setting up wireless (WPA2) on ubuntu server 14.04

From Dev

how to connect to WPA2 enterprise WiFi in Ubuntu Core Raspberry Pi 3

From Dev

How to confirm/verify WiFi is WPA2?

From Dev

Problem with setting up WPA2 personal with wpa_supplicant

From Dev

wifi connection down intermittently (only with WPA2)

From Dev

Dual boot ubuntu 14 .04LTS

From Dev

ubuntu server: wifi

From Dev

ubuntu server: wifi

From Dev

Ubuntu Server WIFI Configuration

From Dev

Ubuntu Server Wifi and Ethernet

From Dev

Android - detecting if wifi is WEP, WPA, WPA2, etc. programmatically

From Dev

How to get WiFi security (NONE, WEP, WPA, WPA2) from Android WifiConfiguration entry?

From Dev

What does the RADIUS server do in a WPA2 Enterprise setup?

From Dev

Ubuntu 14 Wifi Doesn't Work

From Dev

Ubuntu 14.04 - 14.10 - 15,04 wifi disconnection

From Dev

How do I install Muvizu on Ubuntu 14,04 LTS?

From Dev

Ubuntu Server cannot connect to wifi

From Dev

Update ansible (ubuntu server 14)

From Dev

How to connect android device to "WPA2 PSK" secured wifi hotspot network programmatically?

From Dev

After upgrade to 15.10 Wifi to a corporate network (WPA2) is not working anymore

From Dev

WiFi / WLAN: WPA2 authentication appears to be successful, but dhclient won't get a response

From Dev

After upgrade to 15.10 Wifi to a corporate network (WPA2) is not working anymore

From Dev

Xubuntu 12.10 wifi won't connect to wpa2 enterprise network

From Dev

Make Mac into a personal WiFi hotspot for the local MAMP-based server?

Related Related

  1. 1

    Ubuntu 14.04 Server - WiFi WPA2 Personal

  2. 2

    How do I configure Ubuntu Server to access a WPA2 Enterprise WiFi Access Point?

  3. 3

    How do I configure Ubuntu Server to access a WPA2 Enterprise WiFi Access Point?

  4. 4

    "Wifi network not secure" notification with WPA2 Personal

  5. 5

    Error installing ubuntu server 14:04 / 15:04

  6. 6

    Setting up wireless (WPA2) on ubuntu server 14.04

  7. 7

    how to connect to WPA2 enterprise WiFi in Ubuntu Core Raspberry Pi 3

  8. 8

    How to confirm/verify WiFi is WPA2?

  9. 9

    Problem with setting up WPA2 personal with wpa_supplicant

  10. 10

    wifi connection down intermittently (only with WPA2)

  11. 11

    Dual boot ubuntu 14 .04LTS

  12. 12

    ubuntu server: wifi

  13. 13

    ubuntu server: wifi

  14. 14

    Ubuntu Server WIFI Configuration

  15. 15

    Ubuntu Server Wifi and Ethernet

  16. 16

    Android - detecting if wifi is WEP, WPA, WPA2, etc. programmatically

  17. 17

    How to get WiFi security (NONE, WEP, WPA, WPA2) from Android WifiConfiguration entry?

  18. 18

    What does the RADIUS server do in a WPA2 Enterprise setup?

  19. 19

    Ubuntu 14 Wifi Doesn't Work

  20. 20

    Ubuntu 14.04 - 14.10 - 15,04 wifi disconnection

  21. 21

    How do I install Muvizu on Ubuntu 14,04 LTS?

  22. 22

    Ubuntu Server cannot connect to wifi

  23. 23

    Update ansible (ubuntu server 14)

  24. 24

    How to connect android device to "WPA2 PSK" secured wifi hotspot network programmatically?

  25. 25

    After upgrade to 15.10 Wifi to a corporate network (WPA2) is not working anymore

  26. 26

    WiFi / WLAN: WPA2 authentication appears to be successful, but dhclient won't get a response

  27. 27

    After upgrade to 15.10 Wifi to a corporate network (WPA2) is not working anymore

  28. 28

    Xubuntu 12.10 wifi won't connect to wpa2 enterprise network

  29. 29

    Make Mac into a personal WiFi hotspot for the local MAMP-based server?

HotTag

Archive