Skip to main content

Questions tagged [access-point]

Running a wifi access point (hotspot)

0 votes
0 answers
45 views

I have a FreeBSD machine with an Atheros WiFi card and I want to use it as WPA Enterprise access point. I set up a RADIUS server on the FreeBSD machine and configure interface wlan0 and hostapd.conf, ...
Sergey Zaykov's user avatar
0 votes
0 answers
189 views

I've a Raspberry Pi running Debian 12 (bookworm) and have set up an access point with the following command: sudo nmcli con add type wifi ifname wlan0 mode ap con-name MY_AP ssid MySSID \ ...
linucks's user avatar
  • 101
2 votes
0 answers
119 views

Context I have a PC running Ubuntu Server and connected to my internet provider’s router using an ethernet connection (and that has a static IP set up in the router's portal). The internet provider’s ...
Tonio's user avatar
  • 121
0 votes
0 answers
192 views

I have an embedded linux device hosting an access point, I set it up like this: sudo apt install dnsmasq-base -y nmcli connection add type wifi ifname wlan0 con-name access_point autoconnect yes ssid ...
av4625's user avatar
  • 101
1 vote
1 answer
3k views

Hi so i know i can set up a wifi network using nmcli in this way. nmcli con add type wifi ifname uap0 mode ap con-name <WIFI_AP_NAME> ssid <WIFI_SSID> nmcli con modify <WIFI_AP_NAME> ...
busssard's user avatar
0 votes
1 answer
172 views

My wireless adapter: lsusb | rg -i wireless Bus 001 Device 005: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter List my network interface: iwconfig lo no wireless extensions. ...
newview's user avatar
  • 215
2 votes
0 answers
335 views

I have an iMX8MP board running Linux. The board is equipped with a Wifi module with AP-STA capability. I want this system to start an access point at boot and to connect to an external wifi once the ...
firion's user avatar
  • 149
0 votes
1 answer
2k views

I have a container A running a VPN client, then I traffic other containers' (B and C) traffic via container A. Is there a way to create a container D, which internally is running something like HostAP ...
wdsgn's user avatar
  • 101

15 30 50 per page
1
2 3 4 5
7