Guest User

Untitled

a guest
Jan 16th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. # This file describes the network interfaces available on your system
  2. # and how to activate them. For more information, see interfaces(5).
  3.  
  4. # The loopback network interface
  5.  
  6. auto lo
  7. iface lo inet loopback
  8.  
  9. # The primary network interface
  10.  
  11. auto eth2
  12. iface eth2 inet static
  13. address 192.168.1.33
  14. netmask 255.255.255.0
  15. gateway 192.168.1.1
  16. dns-nameservers 192.168.1.1
  17.  
  18. # The primary virtual network interface
  19.  
  20. auto eth2:1
  21. iface eth2:1 inet static
  22. address 192.168.3.33
  23. netmask 255.255.255.0
  24. gateway 192.168.3.1
  25. dns-nameservers 192.168.3.1
  26.  
  27.  
  28. #iface eth1 inet static
Add Comment
Please, Sign In to add comment