I setup a static IP on my Pi using "/boot/cmdline.txt" (I run it headless most of the time)
But when i try booting it up with a monitor, mouse and keyboard it goes into the cli before booting(as usual) but then it shows:
"waiting 110 seconds more for network"
"waiting 100 seconds more for network"
"waiting 90 seconds more for network"
...
To stop it i had to remove the ip=xxx.xxx.xxx.xxx in "boot/cmdline.txt" But i want to set a static ip, How do i do it without getting the above error...
On further browsing i found this: https://www.youtube.com/watch?v=5DCPDQnRXm8 please tell me if it is fine to do this
Pls help
Thanks to anyone who tries to help me...
dhcpcd
by default. The old method of setting an IP incmdline.txt
may still work, but Raspbian is really designed to work out of the box with a normal network. Static IP addresses are a bad idea, but if you are determined to use one anyway see How do I set up networking/WiFi/Static IP – Milliways Sep 03 '16 at 10:05sudo raspi-config
, disablingWait for Network at Boot
? – Kong Chun Ho Sep 03 '16 at 20:36