Guest User

Untitled

a guest
Jul 17th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. # /etc/network/interfaces
  2.  
  3. auto eth0
  4. iface eth0 inet static
  5. address x.x.x.x
  6. netmask x.x.x.x
  7. gateway x.x.x.x
  8.  
  9.  
  10.  
  11. # /etc/resolv.conf
  12.  
  13. nameserver x.x.x.x
  14. nameserver x.x.x.x
Add Comment
Please, Sign In to add comment