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.

Devices connect to a wireless access point in order to exchange data, commonly over WiFi or Bluetooth.

217 questions
37
votes
3 answers

Access point as WiFi router/repeater, optional with bridge

I need a wireless access point that is bridged with the wired ethernet port and that is connected to another wifi internet router with a client connection as uplink. All devices connected to the RasPi either by wifi or by wired ethernet should have…
Ingo
  • 42,961
  • 20
  • 87
  • 207
28
votes
4 answers

Setting up a Raspberry Pi as an access point - the easy way

I know how to do it the classic way as described for example by the official documentation at Wireless connectivity. But that needs many different components which must play together and each component must be configured its own way. These are…
Ingo
  • 42,961
  • 20
  • 87
  • 207
16
votes
1 answer

Automatically Create Hotspot if no Network is Available

I want to automatically create an access point, if there is no network found, so that I can connect to my Raspberry Pi everywhere. If nobody is connected to the hotspot for a while it should search for the networks defined in wpa_supplicant.conf…
14
votes
3 answers

Is it possible to simultaneously use the dual band(2.4 Ghz and 5 Ghz) of Raspberry pi 3 B+ to create an AP?

Is it possible to simultaneously create a single AP on raspberry pi 3 b+ which uses both 2.4 Ghz and 5 Ghz bands so that users with low end devices can connect to the 2.4 Ghz band and users with latest or high end devices can connect to the 5 Ghz…
Thoht
  • 356
  • 4
  • 12
10
votes
3 answers

raspberry pi as access point with captive portal

I recently got a raspberry pi. I have it set up as an access point in a standalone network (not connected to the internet). I can also serve a static website on this network. I've been trying to set up a captive portal so that when a user joins the…
global
  • 101
  • 1
  • 1
  • 6
8
votes
1 answer

Access point as WiFi router/repeater with additional WiFi-dongle

There are some tutorials to make an access point a WiFi repeater using only the on-board WiFi chip of a Raspberry Pi. But I want to use an additional USB/WiFi dongle as second interface for the up-link to an internet router, in the hope it would…
Ingo
  • 42,961
  • 20
  • 87
  • 207
7
votes
3 answers

Switch between wifi client and access point without reboot

I want my Raspberry Pi to be used as access point or as client connected to my internet router but not both together. So I want to switch between these two modes with one simple command without rebooting. How can I do this?
Ingo
  • 42,961
  • 20
  • 87
  • 207
7
votes
2 answers

How to bridge an access point with a remote network by Wireguard? (with the use of systemd-networkd)

Have been following a members' posts about using the Pi as a Wifi Repeater and/or Bridge and also bridging via openvpn. A member of this forum (Ingo) has provided awesome step-by-step instructions with the use of systemd-networkd with the setup and…
niz180sx
  • 71
  • 1
  • 1
  • 4
5
votes
4 answers

I can't get WiFi access point (AP) working on my RPi

I want to control my Raspberry Pi 3B+ using VNC via the on-board WiFi. To this end, I am trying to set up a WiFi access point on wlan0. I followed the instructions at https://www.raspberrypi.org/documentation/configuration/wireless/access-point.md.…
mbrennwa
  • 187
  • 1
  • 7
5
votes
2 answers

Ubuntu Server 18 Wifi Hotspot setup

I've switch my Rpi 4B (with raspbian) to ubuntu server since will be used as a portable WLAN web-server. My main objective is to set up an hotspot to access the local websites in the raspi. I got experience with the raspbian way to set up the…
Seba
  • 53
  • 1
  • 1
  • 4
5
votes
2 answers

Setting up Raspberry Pi 4B to be a wifi access point

I want my Raspberry Pi 4B to create a wireless network that connects to my router, without using any external devices to assist the pi (ie. a secondary router or an antennae that would connect to the pi). The 4B would connect to a wifi network…
Big Bird
  • 85
  • 2
  • 8
4
votes
1 answer

Forward AP wlan0 to eth0 not working

I've recently boute a raspberry pi and wanted to create an additional wlan access point for my router. So what I did is, I followed this tutorial: https://adityashrm21.github.io/Raspberry-Pi-Packet-Sniffer/ (Except for the Man in the middle…
Simmens
  • 41
  • 2
4
votes
2 answers

How to configure hostapd for a 5Ghz network

https://github.com/Phoenix1747/RouteryPi contains instructions for using a Rasberry Pi as a wireless router for 2.4Ghz networks. How can I change this to get 5Ghz? I tried to change hw_mode to ac, but that doesn't seem to work. Where can I get…
user94178
  • 51
  • 2
  • 2
  • 4
4
votes
1 answer

Raspberry Pi Zero 2 W to 5GHz Access Point

i know that Raspberry Pi Zero 2 W are not able to connect to 5Ghz access point. Would it be possible with adapter over USB to connect to 5Ghz access point? I found several adapters in Internet, but i read always that this adapters are only…
Levi Ackerman
  • 41
  • 1
  • 2
4
votes
2 answers

Android won't connect to RasPi access point

I have managed to turn my Raspberry Pi into an access point following these instructions: Access point as WiFi router/repeater with additional WiFi-dongle However, everything connects to the access point except my android devices (A Samsung Galaxy…
1
2 3
14 15