Hi,
When I run the demo in "Ice-3.4.1-demos\democs\Glacier2\callback", it works fine on my local machine. It also works fine if I run everything on the remote machine.
However, if I attempt to connect Local PC >> Remote PC, it halts on:
Setup:Code:-- 3/10/2011 19:30:42:382 client.exe: Network: trying to establish tcp connection to 184.72.249.87:4063
* Local PC: Windows 7, running "client.exe".
* Remote PC: Windows Server 2008, on the internet, running "server.exe" and "glacier2router --Ice.Config=config.glacier2"
Open ports:
* No ports are open on the Local PC.
* Ports 4063 and 10000 are open on the Remote PC, hardware firewall (Amazon EC2 web configuration), for both TCP and UDP.
* Ports 4063 and 10000 are open on the Remote PC, software firewall (Windows Server 2008 R2), for both TCP and UDP.
* File "config.client" on the Local PC (Windows 7).
184.72.243.87 is the static IP of the Remote PC.Code:Ice.Default.Router=DemoGlacier2/router:tcp -p 4063 -h 184.72.249.87 Callback.Client.Endpoints= Callback.Proxy=callback:tcp -h 127.0.0.1 -p 10000 <snip>
* File "Glacier2.config" on the Remote PC (Windows Server 2008):
* File: "config.server" on the Remote PC (Windows Server 2008):Code:Glacier2.InstanceName=DemoGlacier2 Glacier2.Client.Endpoints=tcp -p 4063 -h 127.0.0.1 Glacier2.Server.Endpoints=tcp -h 127.0.0.1 Glacier2.PermissionsVerifier=DemoGlacier2/NullPermissionsVerifier <snip>
Code:Callback.Server.Endpoints=tcp -h 127.0.0.1 -p 10000

Reply With Quote