i will be installing ubuntu server and since its all through terminal how do i connect to wifi?
what commands do i type in to connect and enter the passsword?
thanks
|
i will be installing ubuntu server and since its all through terminal how do i connect to wifi? what commands do i type in to connect and enter the passsword? thanks
| |||
|
feedback
|
|
The configuration is all done through the /etc/network/interfaces file. You need to have something like this in your /etc/network/interfaces file: (this is for a WPA2 encrypted network)
Where
You can change the network to use "static" instead of "dhcp" if you want to use a static IP address. You can then specify something like this:
in the main block of configuration. | |||||||
feedback
|