pibakery-raspbian icon indicating copy to clipboard operation
pibakery-raspbian copied to clipboard

Feature Request: Add possibility to set a static IP

Open berryelectronics opened this issue 9 years ago • 3 comments

Makes it convenient for things that require static ips like running a printer server where you really dont want to change your printers when suddenly the raspberry pi's ip address changes

berryelectronics avatar Sep 24 '16 20:09 berryelectronics

This is a commonly requested block, and one that I'll be working on next. I haven't actually ever setup a static IP on my Pi (when I attempted to do it, it was still 2012 and documentation on how to do it was virtually non-existant) but there are now many guides that I'll be able to use to make the block.

I won't have any time until Wednesday, but I'll have a look at doing it then.

davidferguson avatar Sep 26 '16 00:09 davidferguson

Nice, Thanks:)

David Ferguson [email protected] schrieb am Mo., 26. Sep. 2016, 02:02:

This is a commonly requested block, and one that I'll be working on next. I haven't actually ever setup a static IP on my Pi (when I attempted to do it, it was still 2012 and documentation on how to do it was virtually non-existant) but there are now many guides that I'll be able to use to make the block.

I won't have any time until Wednesday, but I'll have a look at doing it then.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/davidferguson/pibakery-raspbian/issues/10#issuecomment-249455313, or mute the thread https://github.com/notifications/unsubscribe-auth/AMCBvLYhWET7a_dHYDQbVgfZeKSjAxXbks5qtwukgaJpZM4KFvhG .

Matjas

berryelectronics avatar Sep 26 '16 05:09 berryelectronics

^ This. It is absolutely required when logging in headless via a local network cable.

The way it's done normally is to insert ip=xxx.xxx.xxx.xxx into cmdline.txt prior to anything that might get deleted at first boot. I usually drop it in after rootwait.

haiqu avatar Oct 26 '16 10:10 haiqu