I have an app installed in ubuntu with both frontend and backend. However, when i connect via lan to another windows machine am not able to access the server. I get ERR_NETWORK net::ERR_CONNECTION_REFUSED. However, am able to display the react frontend without any issue.
How can i solve this issue? Thanks in advance.
Related
i’ve created an instance that runs on a linux virtual matchine
i’ve also installed cockroachdb and nakama on that vm and started the node and nakama server there
i’m using oracle cloud infrastructure, i added security list to it to be able to access it through internet and now when try access it through the internet it shos me my server like this :
and now i dont know to to connect to this ???
i have the client in using and it doesn’t connect to it
and when i run it, it shows me this error
i also added the nakama port 7350, and the dashboard 7351 to the security list to have access to them through oci cloud and now the dashboard looks like this
where is the issue and how should i fix it ??
If you are using platform images, both Linux and Windows come with the OS firewall activated and allow very few services.
Open the ports on the OS firewall and try again.
I have MongoDB installed on my desktop, using which I have developed a web application. I want to now deploy this webapp on an EC2 linux instance and test it. I don't want to setup another mongoDB on the EC2 separately, rather use the one on my desktop. I understand that it is not that simple to put my ip and mongo port and just connect.
I have added port-forwarding settings on my router like this -
Also I have opened my firewall for this port by adding an inbound rule.
Yet I'm not able to connect. What am I missing here?
Thanks in advance
I've setup a VPS on Amazon's Lightsail and can connect via FTP (transmit on a mac) fine.
I'm trying to set-up MAMP Pro's Remote section so I can import and publish live sites directly.
I think I'm using all the correct details, but it fails with a Error code: -2201
"Could not connect with your remote server with the provided server address and port."
Transmit doesn't require a port number but MAMP does, I've tried 21 and 22 but all fail.
Can anyone help?
Per the MAMP Pro doc's located at https://documentation.mamp.info/en/MAMP-PRO-Mac/Remote/ there are a numbe rof methods to connect; each requireing different information. Which method are you attempting to use?
I just wrote a hello world application with Vaadin. The development was done on windows 10 running on parallels and I left the web service running on the windows virtual machine. I can access the service from a browser on windows through the url: localhost:8080/hello-world. I found out the IP address of the windows virtual machine with ifconfig and, if I type the url: ipaddress:8080/hello-world on a browser running on the mac, it works as well. However, my colleagues on the intranet cannot access the web application through the same url. What am I missing here? Is the service only visible to me? Are there any firewall issues? Setup problems with the parallels virtual machine?
Thanks very much in advance.
I just found the answer, but sidgate, thanks for your help. The bottomline is that I was running the windows virtual machine in shared mode. Apparently, if you do that, the windows virtual machine is in a subnet with your own mac, and the mac is the router. I switched to the bridge method with the default adapter and I then get an ip address on my intranet, which is visible by everyone.
Regards
I have a mac running Lion OS, and Windows 7 Ultimate installed on VMware Fusion
on my Windows machine, I have IIS running and I can access it from my mac browser using the IP address such as:
http://192.168.0.10
I am developing an iPhone app on xcode and connecting to IIS as a server to access MS Server DB for testing.
my problem is that I use my mac on many networks such as Work, Home, MiFi and others
every time I change the network the IP changes and every time I need to access IIS I need to update my server IP in my app.
even on my home netwrok or MiFi the IP is the same every time I connect (Dynamic)
I am thinking to access the IIS using the PC name on my windows 7 machine like this:
http://mypcname
to make easier to test without editing the IP every time.
Can anyone guide me how to do that? I did search around many sites and forums to figure it out with no success, maybe I am missing something.
Thanks in advance.