Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3856

Troubleshooting • Re: Problems with setting up Access point

$
0
0
The link to the tutorial is missing from your post. A very quick way to set up the second wi-fi interface as an access point on bookworm would be something like this using nmcli:

Code:

nmcli connection add type wifi ifname wlan1 \con-name Hotspot autoconnect yes ssid jellyfinnmcli connection modify Hotspot 802-11-wireless.mode ap \802-11-wireless.band bg ipv4.method sharednmcli connection modify Hotspot wifi-sec.key-mgmt wpa-psknmcli connection modify Hotspot wifi-sec.psk "connectmetojellyfin"nmcli connection up Hotspotnmcli connectionnmcli connection show Hotspot
That'll set up an access point named 'jellyfin' and a password of 'connectmetojellyfin'. Internally nmcli will label the connection as 'Hotspot'.

You can get fancier if you want and choose a static address for that interface and a specific network for the access point, add IPv6, etc. nmcli has greatly simplified that compared to the past.

There should be an official tutorial somewhere but it is not turning up in the search engines.

This is the tutorial I followed but the issues above persisted when I completed such tutorial: https://www.raspberrypi.com/tutorials/h ... i-hotspot/

Statistics: Posted by bomby587 — Sun Aug 25, 2024 12:54 pm



Viewing all articles
Browse latest Browse all 3856

Trending Articles