Advertisement
Guest User

Untitled

a guest
Jan 27th, 2013
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. edit /etc/network/interfaces so it matches your network
  2.  
  3. auto eth0
  4. iface eth0 inet static
  5. address 192.168.68.205 - this is your ip
  6. network 192.168.68.0
  7. broadcast 192.168.68.255
  8. netmask 255.255.255.0
  9. gateway 192.168.68.200
  10.  
  11. then edit /etc/resolvconf/resolv.conf.d/base
  12. nameserver <your router IP>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement