About 2,920 results
Open links in new tab
  1. How do I set up networking/WiFi/static IP address on …

    Nov 5, 2015 · How do I set up networking/WiFi/static IP address on the Raspberry Pi? After the Foundation introduced the dhcpcd networking system to Raspbian in May 2015 there were …

  2. dhcp - How to set up a Static IP on Raspberry Pi 5 with Raspbian ...

    Nov 6, 2023 · 12 I am trying to set up a static IP lease on Raspberry Pi 5. The /etc/dhcpcd.conf file does not exist and dhcpcd is not installed. Following the latest guides does not work. I …

  3. Setting a Static IP from Boot Drive (headless static IP)

    Jul 9, 2018 · They won't be connected to a router or anything so they won't be assigned an IP. Ideally I want to be able to edit /etc/dhcpcd.conf from the boot drive on the SD cards directly …

  4. Setting a static eth0 ip - Raspberry Pi Stack Exchange

    May 26, 2013 · I have been trying to set up a static IP for my Raspberry Pi. From what I understand I need to change the interfaces file at /etc/network/interfaces. My file (based ...

  5. Assigning a Static IP Address in Bookworm - Raspberry Pi Stack …

    May 5, 2024 · I've just done a clean install of Bookworm Lite on a Pi 4+, and now I want to assign it a static IP address. I can't use DHCP, as I intend this box to be my DHCP server. All the …

  6. How can I set a fixed IP on Raspberry Pi running Debian bullseye?

    Nov 29, 2022 · Update when I manually set the interface with pi@raspberrypi:~$ sudo ifconfig eth0 192.168.250.10 pi@raspberrypi:~$ sudo route add -net 192.168.250.0/24 eth0 I have the …

  7. networking - dhcpcd.conf inform vs static ip vs request. How …

    May 13, 2022 · A Router based option You can reserve a specific IP address within the dynamic address range from within the DHCP server in the router. For this you will need to know the …

  8. How to config static IP on eth0 but keep wlan0 dynamic

    Nov 21, 2020 · Setting a static ip: wlan0 static ip_address 1.2.3.4 will set a different static ip for wlan0, but that doesn't solve my problem. Using specific ssids instead of wlan0 has the same …

  9. How to set up static IP addresses on wired and wireless networks?

    Jul 4, 2019 · 1 I have been struggling to configure static IP addresses for my wired and wireless connections on my Raspberry Pi (Raspbian). If I add these lines to /etc/dhcpcd.conf then after …

  10. How to set up static IP address via the desktop GUI in …

    Nov 22, 2021 · Background I know how to set up a static IP address by editing /etc/dhcpcd.conf. How do I set up networking/WiFi/static IP address on Raspbian/Raspberry Pi OS? lists many …