Skip to content
Snippets Groups Projects
Commit afaeed6e authored by Sandra Westerhoff's avatar Sandra Westerhoff
Browse files

added ip address for testing (coscine/issues#2031)

parent 5779244d
No related branches found
No related tags found
1 merge request!1Issue/2031 ip connectivity checker
Pipeline #681017 failed
......@@ -41,7 +41,7 @@ foreach($ip in $ips){
}
echo "=== TUDO Management ==="
$ips = @("129.217.149.130","129.217.149.131", "129.217.149.132","129.217.149.133","129.217.149.134","129.217.149.135", "129.217.149.136","129.217.149.137", "129.217.149.138", "129.217.149.160", "129.217.149.161", "129.217.149.162","129.217.149.163", "129.217.149.164", "129.217.149.165", "129.217.149.166", "129.217.149.167", "129.217.149.168")
$ips = @("129.217.149.141", "129.217.149.130","129.217.149.131", "129.217.149.132","129.217.149.133","129.217.149.134","129.217.149.135", "129.217.149.136","129.217.149.137", "129.217.149.138", "129.217.149.160", "129.217.149.161", "129.217.149.162","129.217.149.163", "129.217.149.164", "129.217.149.165", "129.217.149.166", "129.217.149.167", "129.217.149.168")
$port ="4443";
foreach($ip in $ips){
echo "$($ip):$port $(testport $ip -p $port)";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment