Results 1 to 1 of 1

Thread: Using NetworkManager (nmcli) to create an hotspot broadcasting an hidden SSID

  1. #1
    Join Date
    Oct 2010
    Beans
    9

    Using NetworkManager (nmcli) to create an hotspot broadcasting an hidden SSID

    Hello folks,

    as described in the subject I was wondering if I can hide the SSID of my freshly created hotspot by means of two simple nmcli commands :

    Code:
    nmcli device wifi hotspot ifname wlan0 con-name Hotspot ssid MySsid band bg channel 11 password 'mypassword'
    nmcli con modify Hotspot ipv4.method shared ipv4.addresses 192.168.240.1/24
    nmcli con up Hotspot
    any pointers about that ? I still can't find the right option to add while creating the network...

    Kind Regards
    Last edited by artynet; August 27th, 2019 at 09:10 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •