Hi All,
I am working on a solution based on Azure, I installed DB2/CMOD successfully, ARSSOCKD is up and running. Port 1445 is open which I've seen cause this, actually had a PMR about it a few years back.
For some reason my client will not connect to the server. I'm using the public IP address for the virtual machine, but I think something else on the server is blocking connection. I also saw this when I ran the same installation and configuration steps running on my laptop in a Hyper-V environment, wouldn't connect!
Laptop is just a vanilla windows 10 environment, with all firewalls/anti-virus disabled
Anyone have any ideas?
Thanks
Can you ping successfully?
Ed
Yes, can ping successfully.
Both are in the same vlan also within my azure cloud. I can ping the box, putty, WinSCP, etc.
[jeff@cmodpoc ~]$ sudo firewall-cmd --zone=public --permanent --add-port 1445/tcp
success
[jeff@cmodpoc ~]$ sudo firewall-cmd --reload
success
Retried, worked fine. assuming it was the issue with my laptop not being in the same vlan as the cmod box.