Kbase P105318: Is it possible to use two different IP-addresses with Progress on one server?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
GOAL:
Is it possible to use two different IP-addresses with Progress on one server?
FIX:
Yes. If you can telnet the same machine with two different IP-addresses then you can access the database broker started on that machine with two different IP-addresses.
Test run with 10.0B on two machines:
On machine1:
proserve sports -S 6666
On machine2 the four following commands worked:
telnet 111.11.111.27
telnet 111.11.111.28
mpro sports -H 111.11.111.27 -S 6666
mpro sports -H 111.11.111.28 -S 6666