Skip to main content

All Questions

Tagged with
0 votes
0 answers
23 views

Http request c# how to get external ip when request completed

I try to get ip and port from request which completed and Idk how to do it Problem: I have router in which I configure that from adress1 to adress2 I want to send from first external ip From adress1 ...
Makstvell's user avatar
0 votes
0 answers
60 views

Start a PHP server from terminal for running PHP File on Rasperry Pi

I have PHP and Apache2 installed on my Raspberry Pi, that works. But, I dunno how to run a server and connect to it from it's IP(http://192.168.1.25:22). And when I try another port, it says [Sat Mar ...
FBDev's user avatar
  • 1
0 votes
1 answer
66 views

My website is only accessible when adding port 3000

I can only access my website hosted on an ec2 instance when i add port 3000 in the end to my elastic Ip adress mapped to my domain name hosted on namecheap. my docker contains ; frontend, backend, ...
lxst's user avatar
  • 1
0 votes
0 answers
17 views

link to services without specifying a port

I am a beginner IT specialist, please help me understand this problem. I have a virtual machine with a static public IP address. Let's say 177.17.16.15. And there is a purchased domain name, for ...
Sworent's user avatar
0 votes
2 answers
222 views

Two applications using the same HTTPS port?

I read somewhere that two different applications/processes cant use the same port at the same time.Suppose i have facebook open on one of my tabs in the browser and youtube playing a video on another ...
Animesh Pandey's user avatar
0 votes
1 answer
818 views

i set in docker-compose "127.0.0.101:80:80" and why gataway and ip adres i get from another subnet

**i set in docker-compose "127.0.0.101:80:80" and why gataway and ip adres i get from another subnet** "Gateway": "172.31.0.1", "IPAddress": "172.31.0.2&...
John Djuz's user avatar
1 vote
0 answers
78 views

How web server knows that HTTP request is addressed to it?

So I know that ports are assigned to each program and the HTTP port is 80(or 443 if secure) and if I will send some request via browser to something like google.com it will get the IP from the DNS ...
Vadym Turchenko's user avatar
0 votes
0 answers
36 views

Running three python scripts at the same time in a C# application

I want to run three python scripts that receives images and Json files from a client through different ports using socket programming in a C# application. I run these scripts as three separate ...
ray_conclusion's user avatar
0 votes
0 answers
19 views

Local Host web not showing to other diveces connected to same network

So when i go live with live-server or with npm start in react i have seen youtube videos that you can access your web from other devices connected to the same network.But my problem is that even if i ...
florian dollani's user avatar
0 votes
0 answers
77 views

Can't stop listening on local ip SimpleTCP [C#]

So I have my form1.cs and a different class called TCP-Control.cs. This is the tcpcontrol below. The form1 buttons clicks just simple call these methods. public SimpleTcpServer voidRayServer = new ...
Vraces's user avatar
  • 21
1 vote
1 answer
1k views

Real IP address + port from cloudflare over nginx proxy manager to apache

I'm looking for a way to "pipe" the clients real IP address and port from Cloudflare over NGINX Proxy Manager to the main webserver apache. The system is implemented in docker. The domain is ...
Harry's user avatar
  • 11
0 votes
1 answer
1k views

Can I see the IP address of the host in the Docker container? [duplicate]

I used the Docker command to run a container. docker run -itd -p 8001:801 --name centos7_01 centos:centos7 /bin/bash Can I see the IP address of the host in the container? Can I write the port of the ...
Lina Gong's user avatar
0 votes
1 answer
87 views

Which IP and port should I use for MSSQL?

I've only recently installed MSSQL and I want to connect to my DB with Python. However when I look up my IP with canyouseeme.org it tells me, my IP is 193.x.x.x However if I open TCP/IP protocol for ...
Twisted's user avatar
-1 votes
1 answer
606 views

How to use AWS to deploy multi-container Docker App [closed]

I have been programming a full-stack application consisting of a NodeJS frontend, .Net Backend, and SQL Server DB and I have managed to fully dockerize the application using docker-compose. I have ...
Jon's user avatar
  • 13
0 votes
1 answer
342 views

WinError 10060 python connect python socket through router

I tried setting up a TCP socket with Python, and it works totally fine as long as I'm in the same network. But my problem is that I can't get it to work if one of the devices isn't in the same network....
Beasty's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
16