Questions tagged [access-point]
Use this tag if your question relates to connecting your pi to a wireless access point, or making your pi one.
215 questions
0 votes
0 answers
43 views
Pi as restricted Wifi bridge/AP for one device only
Apologies if this is similar to older questions but I can't see the exact use-case, and network manager has come along in recent times to deprecate the old ways, so here we go... We have a wifi-only ...
-1 votes
1 answer
169 views
WiFi Security Settings [WEP]?
Have just started a course in Ethical Hacking. The plan is to use a Raspberry Pi-4 (32-bit Lite, Bookworm, Headless) which I have already configured it as an Access Point to use as a target: $ sudo ...
-1 votes
1 answer
149 views
How can I setup an rPi both as Pi-Hole and access point?
I have configured a Raspberry Pi 3 as Pi-Hole and this works great. However, I want to use that same rPi as a wireless access point using hostapd. I have setup everything that my mobile devices find ...
0 votes
1 answer
158 views
Troubles to use Raspberry Pi zero 2 W as AP
I want to configure my Raspberry Pi Zero 2W so that it is an AP and a device (phone) can connect to it. I installed hostap and dnsmasq and configured it like: $ cat /etc/hostapd/hostapd.conf interface=...
0 votes
0 answers
104 views
Trying to allow MAC address whitelist to take effect without needing to reboot Pi
I am using a Raspberry Pi 3B with PiOS and I followed these tutorials for setting up a raspberry pi as a WAP and enabling MAC address filtering... https://learn.sparkfun.com/tutorials/setting-up-a-...
0 votes
1 answer
281 views
Pi as AP is not handing out IPs via DHCP
I am running Kali on Pi 4B (their 32bit Pi distribution, v2023.3), attempting to set up the device to function as an Access Point. However I am running into a problem. I have attempted to follow the ...
0 votes
0 answers
181 views
can't create multiple aps with raspberry pi pico w (multiple ssids, one device)
Right this is driving me mad as I cant find any information on it online and AI has been no help at all. To put it simply, I need to make multiple networks with different ssids from a raspberry pi ...
0 votes
0 answers
245 views
Stream video with RTSP (live 555)
I'm trying to stream video from the pi with live555 (RTSP). I don't have any errors on the raspberry pi side : pi@raspberrypi:~/live/raspi $ raspivid -w 1024 -h 768 -fps 25 -b 300000 -t 99999999 -o - |...