Advertisement
Guest User

network interfaces

a guest
May 11th, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # The loopback network interface
  2. auto lo
  3. iface lo inet loopback
  4.  
  5.  
  6. # static eth0 to connect to the raspi
  7. auto eth0 static
  8. address 192.168.1.102
  9. netmask 255.255.255.0
  10. gateway 192.168.1.254
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement