add commeands necessary for starting load generator
This commit is contained in:
parent
2a31094db9
commit
559c9a4800
1 changed files with 7 additions and 0 deletions
7
bin/start-loadgenerator.sh
Normal file
7
bin/start-loadgenerator.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
sudo ip addr add 10.0.0.42/24 dev enp2s0f0
|
||||
sudo ip addr add 2001:db8:42::42/64 dev enp2s0f1
|
||||
|
||||
~/master-thesis/bin/set_ipv4_neighbor.sh
|
||||
~/master-thesis/bin/set_ipv6_neighbor.sh
|
Loading…
Reference in a new issue