ipw-configsample 692 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #
  2. D1Q_IFACES=(bond0 bond1)
  3. bond0_SLAVES=(eth0 eth1)
  4. bond1_SLAVES=(eth2)
  5. bond0_MODE=balance-rr
  6. # vlan.subvlan:bridge-name
  7. # if vlan.subvlan is set to "" then bridge is created without creating (and enslaving) the vlan interface
  8. # if bridge is set to "" then vlan interface is created without creating the bridge (to be enslaved by)
  9. # if bridge is not set then "vlan$VLAN.$SUBVLAN"/"vlan$VLAN" is used
  10. bond0_VLAN_N_BRIDGES=(
  11. 10.2:thor.ext
  12. #Is it works?
  13. 10.3:cps
  14. 10.4
  15. 10.5
  16. 50
  17. 12:
  18. 55
  19. 85
  20. 433
  21. 441
  22. :cps.int
  23. )
  24. bond1_VLAN_N_BRIDGES=(
  25. 441
  26. :cps.int
  27. )
  28. thor_ext_IP=(
  29. "addr add 10.10.2.2/24"
  30. "route add default via 10.10.2.1"
  31. )
  32. vlan10_5_IP=(
  33. "addr add 10.10.5.0/24"
  34. )