1

I know a lot of people had asked this question but what I want to know is a bit different. My laptop can access Internet by connecting to a wifi network say "qwerty". now I want to create a hotspot (say "apple") in my ubuntu 15.10 so that I stay connected to my wifi network "qwerty" and still host a hotspot "apple" for my other devices so that both my laptop and the other device connected to my laptop could use internet. The techniques I have discovered in this forum just allows us to create a hotspot but at the same time it disconnects the user from the existing wifi network he was originally connected to. I want to be connected to my original wifi network and host a hotspot at the same time.... Just like "connectify" or "my public wifi" in Windows.

So is there a way to do it???

Thanks.

Prashant Kumar
  • 615
  • 2
  • 7
  • 16
  • 3
    This question is the same as http://askubuntu.com/questions/686564/create-a-hotspot-on-ubuntu-15-04-single-adapter-help. – Rmano Oct 27 '15 at 15:38

2 Answers2

1

I have tested this method on Ubuntu 15.10 and it works well; but I am not sure about older versions.

Step 1:Download kde-nm-connection-editor (Plasma-nm) from Ubuntu Software center.

enter image description here

Step 2: Open Terminal and type :

sudo gedit /usr/share/applications/kde5-nm-connection-editor.desktop

Then comment the line containing NoDisplay=true by adding # before it.

Step 3: Now search and open kde5-nm-connection-editor

enter image description here

Step 4: Now go to Connections >> add >> Wi-Fi(shared)

enter image description here

Modify Connection name and SSID according to you Step 5: Move to Wi-Fi Security and choose WPA & WPA2 Personal and set the password.

enter image description here

Then Select OK and you are done. Step 6: To start the hotspot go to Wi-Fi Settings

enter image description here

Then click on Connect to Hidden Network

enter image description here

Choose the network you just created from drop down list and click on Connect

enter image description here

Now you are done. Hope this helps.

0

follow this link that help you to use your laptop as a hotspot : http://ubuntuhandbook.org/index.php/2014/09/3-ways-create-wifi-hotspot-ubuntu/

desatir7316
  • 59
  • 1
  • 5