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

Raspberry Pi OS • Concurrent Wired Remote Access and Wi-Fi Internet on Bookworm

$
0
0
On Bullseye we have both remote access using VNC via 169.254.0.2 to a headless pi and connection to Wi-Fi internet by appending ip=169.254.0.2 to /boot/cmdline.txt
How do we get concurrent wired remote access and Wi-Fi internet on Bookworm? We've tried:
sudo nmcli con mod “Wired connection 1” ipv4.addresses 169.254.0.2/16 ipv4.gateway 169.254.0.1 ipv4.dns 0.0.0.0 ipv4.method manual
sudo systemctl restart NetworkManager
I'd try appending ip=169.254.0.2 to /boot/firmware/cmdline.txt but right now Debian running pi-gen on VirtualBox won't write to my SD card for some reason.

Statistics: Posted by kmhc — Fri May 03, 2024 5:17 pm



Viewing all articles
Browse latest Browse all 2749

Trending Articles