GKC Infotech Institute

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

GKC Infotech Institute

“Extraordinary things are always hiding in places people never think to look.”

GKC Infotech Institute

“Setting goals is the first step in turning the invisible into the visible.”

GKC Infotech Institute

“You can have it all. Just not all at once.”

GKC Infotech Institute

“Say something positive, and you’ll see something positive.”

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