Setting Static IP for the Raspberry LAN connection

 

Steps

  1. Access the root (Ctrl+Alt+F1), from the root
  2. Type “nano /etc/network/interfaces” hit enter
  3. Type “auto eth0”
  4. Type “iface eth0 inet static”
  5. Type “address 192.168.1.99”
  6. Type “netmask 255.255.255.0”
  7. Type “gateway 192.168.1.1”
  8. Press Ctrl+X to exit and type “y” when asked to save (Hit enter)
  9. Type “reboot” and hit enter key