9/09/2016

Raspberry PI :: Raspberry PI Fix IP

Raspberry PI :: Raspberry PI Fix IP
1. Run Command
  1. nano /etc/network/interfaces

2. Example Fix IP
  1. auto eth0
  2. allow-hotplug eth0
  3. #iface eth0 inet manual
  4. iface eth0 inet static
  5. #your static IP
  6. address 192.168.0.3
  7. #your gateway IP
  8. gateway 192.168.0.2
  9. netmask 255.255.255.0
  10. #your network address "family"
  11. network 192.168.0.2
  12. broadcast 192.168.0.255

3. Restart Service
  1. /etc/init.d/networking restart

http://elinux.org/RPi_Setting_up_a_static_IP_in_Debian

No comments:

Post a Comment