1

I have been searching this but could not find a proper solution. Creating it directly from Network Manager GUI doesn't work. It gives the following error:

Activation of network connection failed.

If anybody knows how to do it using terminal in Ubuntu 17.04 gnome can please help. Thanks in advance.

  • 1
    You need to search for "bridge" connection to let a computer connected to the internet (via cable or wifi) share its connection via wifi. There's a process, but it's not something you can just install or turn on. – Zeiss Ikon Aug 14 '17 at 17:05

1 Answers1

1

You need to install a couple of packages. From the command line type:

sudo apt install hostapd dnsmasq

See this answer for full details.

psiphi75
  • 946
  • 1
  • 13
  • 25