#32 - Raspberry PI, Static IP on Raspbian Buster - Debian 10

preview_player
Показать описание
Here I revisit and show how to change your PI to have a static IP under Raspbian Buster - also works on other debian based systems/distro’s that use dhcpcd like the previous version Raspbian Stretch.

The video showing SSH is here;

and here are the commands
ifconfig
sudo ip link set eth0 down
sudo ip link set eth0 up
ifconfig (maybe wait a few seconds)

------------------------------------------- Get Social -------------------------------------------

------------------------------------------- Go Shopping -------------------------------------------
Amazon affiliate links
Рекомендации по теме
Комментарии
Автор

Very clear instructions, but it's still not working for me - Buster on RasPi 3B .. it stays with the IP assigned by DHCP .. I've tried lots of different instructions (all nearly identical to this) - just not working. Not sure what, if anything, I'm doing wrong.

levon
Автор

no change AT ALL in raspbian buster... it can be set to static with this...

DavidEliasFloresEscalante
Автор

Theoretically, this should also work for wlan0 on a Google Wifi router. However, I keep getting the DHCP assigned address. It looks like there is something in the boot sequence that is overriding the static ip_address request and renabling DHCP. The more disappointing thing is that Google Wifi has the desired IP address reserved for the Pi 4 mac address but still allows this tom foolery to happen. Any ideas?

mediaman