Raspberry Pi as Access Point

From Wurst-Wasser.net
Revision as of 16:30, 19 May 2024 by Heiko (talk | contribs) (→‎Setup)
Jump to navigation Jump to search
💡 Note to self: Check collective for more details!
💡 If this interests you, maybe Raspberry Pi as Standalone Access Point does also?

About

I was out of access points with external antennas, so I tried to use a Raspberry Pi 3 with an USB-Wifi-Stick as an access point.

Setup

  • Basic setup
    • Download the latest OS for your Pi: https://www.raspberrypi.com/software/
    • Insert your SD-Card while watching dmesg -w or use fdisk -l to find your device. In my case it's /dev/sda
    • Copy the image to the SD-card: dd if=2024-03-15-raspios-bookworm-arm64-lite.img of=/dev/sda bs=1M
    • Insert into the pi, power it up
    • Complete basic setup: Choose keyboard layout, create user, enable sshd a.s.o. (raspi-config)
    • apt-get update && apt-get upgrade
  • Access point
    • apt-get install hostapd dnsutils traceroute

Tweaks

- https://www.thingiverse.com/thing:19548