Advertisement
Guest User

Untitled

a guest
Nov 12th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. auto eth0
  2. iface eth0 inet static
  3. address 10.173.245.32
  4. netmask 255.255.255.0
  5. network 10.173.245.0
  6. broadcast 10.173.245.255
  7. gateway 10.173.245.1
  8. # dns-* options are implemented by the resolvconf package, if installed
  9. dns-nameservers 10.170.4.10
  10. pre-up iptables-restore < /etc/network/iptables.rules
  11.  
  12. auto eth1
  13. iface eth1 inet static
  14. address 10.173.245.33
  15. netmask 255.255.255.0
  16. network 10.173.245.0
  17. broadcast 10.173.245.255
  18. gateway 10.173.245.1
  19. dns-nameservers 10.170.4.10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement