1,454 questions
Tooling
2
votes
3
replies
81
views
Go server and godot P2P connection with out port forwarding
This days me and my friend made a multiplayer game in godot. The server is written in go using protobaf. To test the multiplayer, i used ngrok. I know we can use port forwarding but i thought ngrok is ...
0
votes
1
answer
48
views
VS Code Port Forwarding not setting cookies
I have a React application running on port 5173 and an Express server on port 3000. I'm trying to test Google OAuth sign-in from my React app using my actual mobile phone.
When I access the app from ...
2
votes
0
answers
240
views
VS Code Local Port Forwarding Error 502 – "This page isn’t working"
I'm trying to use VS Code local port forwarding to forward port 3000, but when I try to access the generated URL (v0jw1fjz-3000.inc1.devtunnels.ms), I get the following error:
This page isn’t working
...
1
vote
2
answers
588
views
How to mount a smb network share with different port on windows
I tried to mount a smb network share on Windows over the internet, but I have encountered several problems.
First of all my setup was a raspberry pi running samba in my local network and everything ...
0
votes
0
answers
31
views
VSCode port forwarding through powershell or batch
I have a project in visual studio code, but has to port forwarded through the Ports tab's port forwarding feature. I am trying to make a powershell/batch script to automate the awkwardly long process ...
0
votes
0
answers
709
views
Issue in forwarding port on VsCode in windows
I'm experiencing an issue with port forwarding in VS Code. Despite working entirely locally, without any remote workspace connection, I'm prompted to sign in with GitHub when attempting to forward a ...
0
votes
0
answers
136
views
podman: mixing rootfull pods with rootless pods on same node
I want to run my DNS nameservers in containers, in rootless pods.
Rootless pods means that these pods cannot publish the privileged port 53 for incoming DNS queries.
So I configure the nameservers to ...
0
votes
1
answer
48
views
Java: ProcessBuilder with psql command, ProcessBuilder with kubectl port-forward, won't connect to the database. Same commands work on cmdline
Os: DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04
DISTRIB_DESCRIPTION="Ubuntu 20.04.6 LTS" psql: psql (PostgreSQL) 12.20
(Ubuntu 12.20-0ubuntu0.20.04.1) Java: openjdk version "11.0.24"
...
0
votes
2
answers
123
views
How to make a Node.js Socket.io server accessible via public IP?
I'm running a socket.io server on my Windows machine and want it to be accessible over the internet using its public IP. Here’s what I've done so far:
Port Forwarding: Successfully opened and ...
0
votes
0
answers
64
views
how do i find the local ip that ports are forwarded to from an external port and ip address?
I have a global IP and port, however I have the case where a router doesn't support NAT loopback, so I cant use this, and I need to use the local IP address and the internal port that it's forwarded ...
1
vote
2
answers
1k
views
Traefik 3 returns "404 page not found" on mailpit 8025 port - cannot reverse proxy to specific container port
The problem is rather general but I have an example with mailpit: I cannot reverse proxy to a docker container app which uses a specific port.
I'm using Traefik and I set up these files:
Traefik/...
-1
votes
1
answer
107
views
How to forward requests made to docker container to http.server running inside the container using compose or Dockerfile configuration?
I have the following python code to create a server. The prints are triggered when the server is run up outside a docker container but not when inside a container. I'd like to setup port forwarding ...
0
votes
0
answers
236
views
How to use Android devices connected to a Mac for React Native development on a remote Windows VM?
I'm trying to set up a React Native development environment with the following setup:
Development machine: Remote Windows Virtual Machine on Google Cloud Platform
Device connection: Local MacBook Pro
...
-6
votes
1
answer
70
views
Connect a server peer (dynamic ip address) with browser peers javascript
I want to make live ip video calls between a python pyqt5 user and a browser (html5).
The javascript code i use for client is:
var port = 8080
var ip_address = "192.168.1.10"
var main_pc = {
...
0
votes
1
answer
69
views
Port forwarding refuses outside connection
I am trying to forward a port for my custom chat system, a project of mine. It has no problem when i try to access it from lan. However, if i try to access it from the router by calling telnet 192.168....