Not able to connect GCP windows VM telnet error .Could not open connection to the host, on port 80: Connect failed - iis-7

I have website hosted on GCP windows VM on IIS and running absolutely fine with internal ip address of the machine. However when trying to access the website with same internal IP through VPN it does not work . Firewall rules have been added to allow 0.0.0.0/0 TCP:80 port.
when I did telnet I received following error "Could not open connection to the host, on port 80: Connect failed" Not sure what I am missing.

Related

how can i call nginx server using internal IP in gcp

I have an Nginx server configured with no external access means there is no external IP address associated (this Nginx server is deployed in a particular VPC)
so now I want to access this Nginx server so for that I created a demo VM in the same network where the Nginx server is deployed so inside this VM I tried.
curl $Nginx-internal-ip
but it says curl: (7) Failed to connect to ${nginx-internal-ip} port 80: Connection refused

Can't resolve hostname when connected to computer via VPN

I have computer with self hosted WireGuard VPN in docker container. When I'm in local network and I'm not connected trough VPN, it's possible to connect with machine using hostname instead ip address:
ssh username#computer_name
but when I'll connect trough VPN from external network then I have to use local ip addresess like
ssh username#xxx.xxx.x.x
because when I try use hostname I receive message:
ssh: Could not resolve hostname computer_name: Unknown host.
The machine with the VPN is the same machine I am trying to connect to via ssh using hostname.

I'm running a WAMP server. But can't forward ip through router

I want to forward the ip of my localhost server for being publicly accessible.
But while trying to configure my router on port 80(as it is localhost's listening port) it shows "Error: The port of the remote web management is conflicting with of the virtual server."
Is there any fix to it?
I was able to resolve this by updating the Web Management Port to a port other than 80. This setting for me was found under Security -> Remote Management -> Web Management Port.
After updating, I could enable port forwarding on port 80.

Confluence is crashing upon installation connection refused

I try to install Confluence and after running the package I start to setup the application and suddenly the server is blocking the port and then I receive connection refused error from the browser. The output of the telnet command is as below: telnet localhost 8085
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
Trying ::1...
what can block the port?
By default you need to make sure that port 8090 and 8091 are available in your instance. If you have changed either of these ports you need to make sure that they are available and they are not used by any other applications.
I would also recommend you to ensure that your firewall or antivirus are not blocking either of these ports.

Connect to localhost with iPad

Trying to connect to localhost on my development machine with my iPad using wifi.
The webserver integrated in Visual studio.
Using ip number I get from ipconfig.
192.168.1.84:1144
I'm receiving http 400 error.
I've added port 1144 as TCP/IP port on firewall.
Anybody knows what I'm doing wrong?
does your machine have a static IP? with DHCP enabled, the ip of your machine keeps changing every now and then, so it might be the case that the address provided is no longer available!!
disconnect and reconnect to your network, then run ipconfig again and check if the IP has changed, if it has, then DHCP is enabled...

Resources