2

I am currently trying to set my Raspberry Pi's IP address to static, and it works until I reboot and I have to run sudo ifdown eth0; ifup eth0. I have set eth0 to static and have currently got the following configuration for it:

broadcast 192.168.0.250
address   192.168.0.250
submask   255.255.255.0
gateway   192.168.0.1
Jacobm001
  • 11,898
  • 7
  • 46
  • 56
user38293
  • 21
  • 1

1 Answers1

1

Okay, you made an error on broadcast. It's supposed to be 192.168.0.255.

Source (RFC919)

Aloha
  • 7,136
  • 1
  • 28
  • 52