Can't start mirth connect on windows server public IP - mirth-connect

Can't start mirth connect on windows server public IP. It is running fine on local IP. I have added the application in windows firewall exception list. Disabled the firewall but nothing worked.
Tried adding record in hosts file as well. But the web service is not accessible using public IP not even in the VM itself.

Related

Access Shared Folder on GCP Windows VM Instance

I've set up Windows Server VM instance on GCP. I've set up a static IP for that server and I'm able to remote desktop in without problem using the inside IP address as I have a VPN connection between my on premesis network and my GCP network. On the Windows Server, I've set up a sharing folder with the proper permissions.
Now, on my local PC running Windows 10, I'm trying to map a network a drive to that shared folder on the VM. What's the correct path to specific it to map to? I tried \\ but it doesn't work.
I have enabled network discovery, checked all firewall rules and enabled file and print sharing.
I can ping from my local pc to my Windows VM instance.
Thanks in advance
I have opened up the following ports on GCP Network:
tcp-access Ingress Apply to all IP ranges: 192.168.84.0/24
tcp:135-139
udp:445
Still unable to access.
I thought by default google had all ingress ports open on the local IP?
I checked the firewall on the server and everything is open as well.
Thanks in advnace.

Remote Desktop in AWS

I just launched a new windows server 2016 virtual machine from EC2 Management Console.
I tried to connect RDP from my desktop (MAC OS) it is not connecting, and even the machine is not pingable from public IP and public domain name.
please the machine is up and running and the from the security group i enable the inbound rules for port 3389
You would need the Microsoft Remote Desktop, the default RDP app will not work and for the ping, you need to enable ICMP protocol in the Security group and then open the windows firewall. Here is a detailed answer

SSH connect from local windows VM to Azure windows VM

I want to have a SSH connection from my local windows machine or VM on my computer to Azure windows server VM. I tried Cygwin and Putty but both of them gave timeout connection. I used public ip address and opened port 22 on Azure VM.
I will appreciate if some one can give me any hints or links.
There are multiple firewalls that can be the reason here. Fist you must have a rule on the server to allow incoming SSH requests (port 22). Then you need to configure the NSG(Network security group) to allow incoming on port 22. If it still doesn't work, you need to verify that you are allowed to do an outgoing SSH request from your computer.
Thanks for suggestions, I found the problem which was the host machine IP address(ipconfig) (where is a local VM inside domain) was different from the IP address that communicate outside the domain to internet. I was set in NSG of Azure VM to only accept this IP and because of that it gave time-out error. After changing the IP it works.

How to access a application from public internet which is deployed in Websphere server 7.0 in IBM SMART Cloud?

I have installed a middleware component and websphere 7.0 was installed as part of this middleware installation. I have deployed Maximo 7.5 application ear (maximo.ear) in this websphere 7.0.
I am quite successful accessing this application in SMART cloud Instance.
I have disabled the Windows firewall setting as well. But still it is not working.
I don't know where to configure and what to configure to access this Maximo application from public internet which is deployed in websphere server.
Usually you need to open a port for access from outside your network. As I don't know enough of your setup here a some steps to help you on your way.
check which port is required to be open, default maximo is port 80 (most http servers are default port 80.
check if you have a public ip address (this is a requirement). If you don't have a public address you can use dns tools to forward traffic to you.
open the port on your router, this can be different on routers, but the key point is to open the port you found in step 1 (probably port 80)
**
to check which port you need to open is simple:
**
if your address looks like http://ipaddressornameofyourserver/maximo then it's port 80.
if it's something like http://ipaddressornameofyourserver:****/maximo the **** is your port.
to check if you have a public ip
ask you isp
check your ip using whatsmyip (see if it changes from time to time, if it changes you don't have a public IP, but this could take some time)
ask your IT personnel, if you're not from the IT department yourself and if you have an IT department.
to open the port in your router
check with the it department (again if you are not the in the department yourself or if you are part of it)
consult your router guides
Usually you will find it under:
port forwarding
application ports
firewall rules
don't forget
Sometimes their are both a firewall (hardware or software) that could block traffic going to/from you server, please allow or disable that firewall too. Remember this is not the same firewall found on your server (the one you already disabled)

xampp configuration in windows server 2008 r2 ec2 instance

i am trying to set up a site with xampp. i have succesfully connected to the instance via remote desktop and installed xampp and python (needed for my php script). now i am trying to find a way to connect to the instance's localhost via a browser in my local computer with the provided private and elastic IPs but no succefull attempt yet. i would like to configure that with a static IP or domain name (i suppose the elastic or private IP?) because my site will be used for http requests.
did you allow port 80/443 in your security group?
did you start the xampp server?
when logged in via remote desktop, are you able the open 'http://localhost' in a remote browser?
your elastic IP is the address reachable from public
private IP is the address reachable from within the availability zone

Resources