So I have been following instructions from PSN004098u for testing SAL remote access to our CM 6.0.1 and have been successful with some IP's but am having trouble with some of the new servers that they added. Anyone have any experience with this issue? Basically when I use the testing procedure from their document I get successful results from the first 5 of their servers in the table but not from the last 4. I've highlighted the 000 response I get when trying to test sas21, sas22, sas31 and sas32. Of course my security admin swears it is setup correctly meaning that we are only allowing port 443 connections from the servers to these addresses.
Example:
Example:
Code:
[avayacdom-b ~]$ curl -m10 -k -o /dev/null --silent --head --write-out '%{http_code}' [URL unfurl="true"]https://remote.sal.avaya.com:443[/URL]
200[avayacdom-b ~]$ curl -m10 -k -o /dev/null --silent --head --write-out '%{http_code}' [URL unfurl="true"]https://sas1.sal.avaya.com:443[/URL]
200[avayacdom-b ~]$ curl -m10 -k -o /dev/null --silent --head --write-out '%{http_code}' [URL unfurl="true"]https://sas2.sal.avaya.com:443[/URL] 200[avayacdom-b ~]$ curl -m10 -k -o /dev/null --silent --head --write-out '%{http_code}' [URL unfurl="true"]https://sas3.sal.avaya.com:443[/URL]
200[avayacdom-b ~]$ curl -m10 -k -o /dev/null --silent --head --write-out '%{http_code}' [URL unfurl="true"]https://sas4.sal.avaya.com:443[/URL]
200[avayacdom-b ~curl -m10 -k -o /dev/null --silent --head --write-out '%{http_code}' [URL unfurl="true"]https://sas21.sal.avaya.com:443[/URL]
[COLOR=#EF2929]000[/color][avayacdom-b ~]$ curl -m10 -k -o /dev/null --silent --head --write-out '%{http_code}' [URL unfurl="true"]https://sas31.sal.avaya.com:443[/URL]
[COLOR=#EF2929]000[/color][avayacdom-b ~]$ curl -m10 -k -o /dev/null --silent --head --write-out '%{http_code}' [URL unfurl="true"]https://sas22.sal.avaya.com:443[/URL]
[COLOR=#EF2929]000[/color][avayacdom-b ~]$ curl -m10 -k -o /dev/null --silent --head --write-out '%{http_code}' [URL unfurl="true"]https://sas32.sal.avaya.com:443[/URL]
[COLOR=#EF2929]000[/color][avayacdom-b ~]$