interfaces 844 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. auto lo
  2. iface lo inet loopback
  3. auto eth0
  4. allow-hotplug eth0
  5. iface eth0 inet manual
  6. address 10.0.0.254
  7. netmask 255.255.255.0
  8. default-gw 10.0.0.138
  9. up ip addr add 10.0.0.243/24 dev eth0.210
  10. up dhclient eth0
  11. down ip addr del 10.0.0.243/24 dev eth0.210
  12. # ashram
  13. auto eth0.210
  14. iface eth0.210 inet static
  15. address 10.21.0.254
  16. netmask 255.255.255.0
  17. vlan-raw-device eth0
  18. # technik
  19. auto eth0.211
  20. iface eth0.211 inet static
  21. address 10.21.1.254
  22. netmask 255.255.255.0
  23. vlan-raw-device eth0
  24. # media
  25. auto eth0.212
  26. iface eth0.212 inet static
  27. address 10.21.2.254
  28. netmask 255.255.255.0
  29. vlan-raw-device eth0
  30. # nirmalprast (future)
  31. auto eth0.214
  32. iface eth0.214 inet static
  33. address 10.21.5.254
  34. netmask 255.255.254.0
  35. vlan-raw-device eth0