Skip to main content

Questions tagged [port]

A port is a communication end-point in the context of network communications or an interaction point for inter-component interactions. Do not use this tag for software ports from one platform or language to another, but use the tag "porting" instead.

0 votes
1 answer
696 views

Exposing 11434 port in Docker container to access Ollama local model

I am trying to connect local Ollama 2 model, that uses port 11434 on my local machine, with my Docker container running Linux Ubuntu 22.04. I can confirm that Ollama model definitely works and is ...
Piotr Grochowski's user avatar
-1 votes
0 answers
17 views

Cannot kill process which ocupying the port 8080 after executing "kill" cmd

I cannot kill the process that ocupying the port 8080. After I find the current process which takes the 8080 and kill it, it shows that there is another process would take the 8080. First I try the ...
Cathy's user avatar
  • 1
0 votes
0 answers
20 views

Failure on deploying node.js applications in cpanel

Unfortunately I'm having difficulties hosting my node.js application. I'm having errors and failures. Firstly, cpanel said that there was a possible error in package.json, it said that it contained ...
Hélder De Pégaso's user avatar
-1 votes
1 answer
32 views

How to connect to YugaByte local cluster from PgAdmin

I have installed YugaByte and created a local cluster in one AWS EC2 (RHEL 8) machine by following this tutorial. The yugabyte is running as below: The IP Address of the AWS EC2 machine is: 10.10.23....
Setu Kumar Basak's user avatar
-1 votes
0 answers
21 views

Hide/Remove url port number from iis deployed website

I have multiple deployed websites on iis server and their url are like this https://demo20.myapp1.com:51500/ https://demo20.myapp2.com:51501/ Etc These are vue js implemented websites. Now i have been ...
It's Siddiqi's user avatar
0 votes
0 answers
51 views

How to expose port of LXC container in Proxmox?

I have a proxmox server running an LXC container with radicale (a CalDav server). Everything worked fine while I only used the server in my own LAN. Now I want to expose the port 5232 to the Internet, ...
Pilonyen's user avatar
0 votes
0 answers
63 views

Why can't I connect to the default port on localhost when using Milvus?

I'm just starting to use Milvus, but cannot connect to the port given in the example. I am running directly on my machine (i.e. not a Docker image), but cannot get initial exampe to work: $ python ...
user1245262's user avatar
  • 7,388
0 votes
1 answer
39 views

Trouble renewing Tor IP address on Windows 11 using stem library

I'm trying to automate the renewal of Tor IP addresses using Python on Windows 11 with the stem library. However, I keep encountering the following error: Error renewing Tor IP: [WinError 10061] No ...
anjoyer's user avatar
0 votes
0 answers
30 views

We couldn't reach this Repl Make sure this Repl has a port open and is ready to receive HTTP traffic

I ran into this error, while trying to launch my webview on replit. (some pythion code) Hmm... We couldn't reach this Repl. Make sure this Repl has a port open and is ready to receive HTTP traffic. ...
Folakemi Ogunseiju's user avatar
1 vote
1 answer
38 views

How to Increase SNAT Ports for Azure App Service Plan P1v3

I am currently using an Azure App Service Plan P1v3, which hosts 11 app services. These services are integrated with a same Virtual Network (VNet) . Despite optimizing my code to close connections ...
Tahami Rizwan's user avatar
-1 votes
1 answer
25 views

Port Scanner not SCANNING

I am new to the world of scripting. I was learning about the python and scripting. Build a Port Scanner, through 'The Cyber Mentor' Course. Using Oracle VM for this. I do not know whether the speed is ...
Chitransh Mathur's user avatar
0 votes
0 answers
42 views

How do I kill or close a port

Because I am getting the following error message on my server when I try to run my webhook_server.js application: code: 'EADDRINUSE', 0|webhook_ | errno: -98, 0|webhook_ | syscall: 'listen', 0|...
SirBT's user avatar
  • 1,648
0 votes
0 answers
32 views

timeout with netcat connection and established connection with netstat

I would like to check if there is a open port in remote machine, so I always use: nc -zv 10.4.2.4 2760 Ncat: Version 7.92 ( https://nmap.org/ncat ) Ncat: TIMEOUT. Like you see it gives me timeout. ...
absolute333's user avatar
0 votes
0 answers
20 views

Calling the mapped port in Docker

I have a container running and the service inside is running on port 8000. And I have port mapped the container when I use "docker run" command. And the service inside the container is ...
Lycan's user avatar
  • 31
1 vote
0 answers
30 views

How can an application running in a docker container listen on a port when using the '--network host' option?

I have an application that binds to a port and listens for incoming connections. This application runs inside a docker container and has been working when using the --publish 8000:8000 argument to ...
Osurac's user avatar
  • 13

15 30 50 per page