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
24 lines
485 B
#!/bin/bash
|
|
#
|
|
|
|
printf "\nConfiguring router1 attacker node..\n\n"
|
|
|
|
sleep 1
|
|
|
|
|
|
cd ../routers/router1
|
|
./copy_attacker_setup.sh
|
|
|
|
|
|
ssh -p 22114 -i .vagrant/machines/default/virtualbox/private_key vagrant@localhost ./setup_attacker.sh
|
|
|
|
|
|
cd ../../edgers/web-server
|
|
./copy_dns_setup.sh
|
|
|
|
ssh -p 22113 -i .vagrant/machines/default/virtualbox/private_key vagrant@localhost ./install_docker.sh
|
|
|
|
#ssh -p 22113 -i .vagrant/machines/default/virtualbox/private_key vagrant@localhost ./start_dns.sh
|
|
|
|
|
|
|