[ 
https://issues.apache.org/jira/browse/GEODE-3561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16157381#comment-16157381
 ] 

Alexander Murmann commented on GEODE-3561:
------------------------------------------

Here is the script that's being used on AWS to start this when this issue was 
noticed:
```
#!/bin/sh
set -e

IPADDRESS="35.160.147.71"
INTERNAL_IPADDRESS="172.31.38.126"

/home/geode/geode/bin/gfsh \
   -e "start locator --name=locator 
--properties-file=/home/geode/ssl-settings/gemfire-security.properties 
--security-properties-file=/home/geode/ssl-settings/gfsecurity.properties 
--hostname-for-clients=${IPADDRESS} --bind-address=${INTERNAL_IPADDRESS} 
--J=-Dgeode.feature-protobuf-protocol=true" \
    -e "start server --name=protobuf 
--properties-file=/home/geode/ssl-settings/gemfire-security.properties 
--security-properties-file=/home/geode/ssl-settings/gfsecurity.properties 
--hostname-for-clients=${IPADDRESS} --bind-address=${INTERNAL_IPADDRESS} 
--J=-Dgeode.feature-protobuf-protocol=true" \
     -e "create region --name=testregionname --type=PARTITION"
```

> GetAllServers should return public IPs
> --------------------------------------
>
>                 Key: GEODE-3561
>                 URL: https://issues.apache.org/jira/browse/GEODE-3561
>             Project: Geode
>          Issue Type: Bug
>          Components: client/server
>            Reporter: Brian Baynes
>            Assignee: Udo Kohlmeyer
>
> GetAllServers seems to be returning private IP addresses instead of the 
> configured public IPs (hostname-for-clients).  
> Use both Java API and gfsh to configure and test -- GetAllServers should 
> return the configured public IPs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to