You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
485 B

  1. #!/bin/bash
  2. #
  3. printf "\nConfiguring router1 attacker node..\n\n"
  4. sleep 1
  5. cd ../routers/router1
  6. ./copy_attacker_setup.sh
  7. ssh -p 22114 -i .vagrant/machines/default/virtualbox/private_key vagrant@localhost ./setup_attacker.sh
  8. cd ../../edgers/web-server
  9. ./copy_dns_setup.sh
  10. ssh -p 22113 -i .vagrant/machines/default/virtualbox/private_key vagrant@localhost ./install_docker.sh
  11. #ssh -p 22113 -i .vagrant/machines/default/virtualbox/private_key vagrant@localhost ./start_dns.sh