Linux – Share WIFI creating hotspot on Linux Mint

linuxwifiwifi-hotspot

I'm not able to create a hotspot in order to share my wifi connection.

I use Linux Mint and I want connect my phone to WIFI through my laptop hotspot.

Best Answer

If you have wired connection, then do this:

  1. Go to "Network Connections" from bottom-corner networking icon.

  2. Click on "Add" and choose "Wi-Fi" option.

  3. Give the connection name (to adapter not SSID).

  4. Provide a name of your hotspot in SSID field.

  5. Set mode to Hotspot.

  6. Open the terminal and type ifconfig (make sure your wireless in on) and there will be usually 3 subsections.  Find where it says something like "wl01" and look for "HWaddr".  You should have something like 74:de:3c:5i:1e:17.  Copy that address and paste in "Device".

  7. Go to "Wi-Fi Security" and choose "WPA & WPA2 personal" or any type of security of your preference and set up a good password.

  8. Now, go to "IPv4 Settings" and set the "Mode" to "Shared to other computers".

  9. Save your settings and connect your hotspot from "Connect to Hidden Network..." and you're done.

Related Question