move forwarder server to 10.53.0.5

This commit is contained in:
Mark Andrews
2013-11-15 13:16:51 +11:00
parent 52cc3bd9c1
commit 3ac9ef6a6d
4 changed files with 8 additions and 8 deletions

View File

@@ -105,7 +105,7 @@ ret=0
one=`$DIG +tcp +short -p 5300 -b 10.53.0.2 @10.53.0.2 child.clone txt`
two=`$DIG +tcp +short -p 5300 -b 10.53.0.4 @10.53.0.2 child.clone txt`
three=`$DIG +tcp +short -p 5300 @10.53.0.3 child.clone txt`
four=`$DIG +tcp +short -p 5300 @10.53.0.4 child.clone txt`
four=`$DIG +tcp +short -p 5300 @10.53.0.5 child.clone txt`
if [ "$one" = "$two" ]; then
echo "'$one' matches '$two'"
ret=1