You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
368 B
Bash
12 lines
368 B
Bash
#!/bin/bash
|
|
|
|
ips=(
|
|
#server_ips:
|
|
"10.10.11.1/24" "10.10.100.1/24" "10.10.11.2/24"
|
|
#Client_ips:
|
|
"10.10.11.55/24" "10.10.11.21/24" "10.10.11.103/24" "10.10.11.63/24" "10.10.11.12/24" "10.10.11.6/24" "10.10.11.91/24" "10.10.11.30/24" "10.10.11.90/24" "10.10.11.4/24" "10.10.11.3/24" "10.10.11.61/24" "10.10.11.51/24" "10.10.11.60/24" "10.10.11.50/24"
|
|
|
|
|
|
|
|
)
|