Hi all,
I am having an question/troubles
I am using 2 different sources.
the live version is on my server
the 2nd one i will try to run on my different server.
The main incoming line is server 1 from there the internet connection is shared to server 2.
Now i have succesfully managed to port forwarding all ports needed to the 2nd server from server1.
Now i have change the default ports in msgdhr.h
to
/ port num
#define PN_PATCHSRVR 1100
#define PN_WORLDSRVR 2001
#define PN_CERTIFIER 23001
#define PN_CORESRVR 4001
#define PN_CACHESRVR 5401
#define PN_DBSRVR_0 7001 // l
//#define PN_DBSRVR_1 7100 // w
#define PN_DBSRVR_1 24001 // w
#define PN_DBSRVR_2 7201 // core
#define PN_LOGINSRVR 28001
#define PN_PATCH_DISTRIBUTOR_0 9000
#define PN_PATCH_DISTRIBUTOR_1 9100
#define PN_MONITOR_0 11000
#define PN_MONITOR_1 11001
#define PN_MONITOR_2 11002
#define PN_ACCOUNTSRVR_0 12001
#define PN_ACCOUNTSRVR_1 12003
#define PN_ACCOUNTSRVR_2 12002
I can connect fine with it but other persons outside the intranet arn't able to connect to it.
They recieve an
1 - CERT_CONNECT_FAIL
network error:10061
Error.
Can anyone give me some pointers on how to do this?
With kind regards,