test.conf 487 B

12345678910111213141516171819202122232425
  1. #!/bin/bash
  2. #
  3. # This configuration file provides information on the
  4. # guest instances used for this test
  5. # All guest instances that are required for this test
  6. #
  7. VIRTHOSTS="alice moon winnetou sun bob"
  8. # Corresponding block diagram
  9. #
  10. DIAGRAM="a-m-w-s-b-ip6.png"
  11. # Guest instances on which tcpdump is to be started
  12. #
  13. TCPDUMPHOSTS="sun"
  14. # Guest instances on which IPsec is started
  15. # Used for IPsec logging purposes
  16. #
  17. IPSECHOSTS="moon sun"
  18. # IP protocol used by IPsec is IPv6
  19. #
  20. IPV6=1