Situation:
I have a server with Ubuntu Server 16.04 operating system. I need to connect it to the wifi network using usb wifi adapter.
When I plug in usb wifi adapter and run ifconfig -a
I can see this information:
wlx000e0008833e Link encap:Ethernet HWaddr 00:0e:00:08:83:3e
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Wifi configuration:
network name (ssid):
developer-modempassword:
qwersecurity:
WPA/WPA2IPv4 address:
192.168.0.109
Questions:
How to configure wifi connection in Ubuntu Server 16.04 (from terminal)?
Thanks for the help
nmcli
andnm-connection-editor
actually worked for Ubuntu Desktop 16.04. But there is an issue using them on Ubuntu Server 16.4, cause these commands are not installed automatically. Is there any pre-installed command that works on Ubuntu Server 16.04? – Max Mikhalchuk Aug 03 '18 at 12:53