Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. /etc/network/interfaces
  2. iface eth0 inet static
  3.     address 192.168.1.10
  4.     netmask 255.255.255.0
  5.     gateway 192.168.1.254
  6.     network 192.168.1.0
  7.     broadcast 192.168.1.255
  8.  
  9. /etc/resolv.conf
  10. nameserver 8.8.8.8
  11. nameserver 8.8.4.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement