GKC Infotech Institute

“Keep your face always toward the sunshine—and shadows will fall behind you.”

Showing posts with label Setting Static IP for the Raspberry LAN connection. Show all posts
Showing posts with label Setting Static IP for the Raspberry LAN connection. Show all posts

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