Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [portforwarding]

Port forwarding or port mapping is a name given to the combined technique of translating the address and/or port number of a packet to a new destination, possibly accepting such packet(s) in a packet filter (firewall), or forwarding the packet according to the routing table.

portforwarding
0 votes
0 answers
5 views

graphtraversal source issue

2024/07/24 19:00:55 Error occurred during operation gremlinServerWSProtocol.readLoop(): 'E0703: expected string Key for map, got type='0x%!x(MISSING)'' 2024/07/24 19:00:55 Read loop error 'E0703: ...
Sajeesh V's user avatar
0 votes
0 answers
13 views

Configuring SSH port forwarding for Django app on VPS: Browser access issues

I am running a Django application on my laptop at port 8000. The app works locally and I want to make it accessible to others over the internet via SSH remote port forwarding to a VPS. I've connected ...
Amir's user avatar
  • 53
-8 votes
0 answers
29 views

Is Any Way tcp/udp tunneling for free with unlimitted bandwidth? (Ignore Tittle) [closed]

I want to host a file server or a services like sftp or smb for my Office Dvr And Server Backup, But The Problem Is After Deploying The File Server to Make it Publicaly accessible Through the Open ...
Surya 007's user avatar
0 votes
0 answers
9 views

PgAdmin 4 Port Forwarding for SSH Tunnel

With e.g. DBeaver it's easy to setup port forwarding for a ssh tunnel (remote host + port and local host + port in SSH Tunnel tab). In PgAdmin 4 I don't see such an option. I didn't find any hint with ...
Rudi's user avatar
  • 1,149
-3 votes
1 answer
30 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 = { ...
Chris P's user avatar
  • 2,301
0 votes
1 answer
24 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....
Temeraire's user avatar
0 votes
0 answers
21 views

cli ssh to remote-host through an intermediate jump-host

I need to connect to remote-hosts, through python/netmiko scripts, running on the local-host (Mac cli). Those remote-hosts are only accessible through a jump-host. I have it setup within SecureCRT ...
Abid Ghufran's user avatar
0 votes
0 answers
55 views

Error with MAUI App trying to comunicate with localhost via port forwarding

I developed an app with MAUI Hybrid Blazor that connects to a server hosted on my PC through Google port forwarding. I have a strange problem though: as soon as I start the app, the request it sends ...
Alessio's user avatar
0 votes
0 answers
57 views

Port Forward routing; Java applet from client does not connect

Hi I have a remote router with public IP and a device (not a PC) on the lan of the router with private IP 192.168.1.3. The device has embedded web server so I set up a port forward rule in the router ...
James Kielty's user avatar
0 votes
2 answers
33 views

Second nginx route doesn't work when there are two NextJs applications hosted

My nginx configuration looks like this server { listen 80; server_name host_server; location / { proxy_pass http://localhost:3000; proxy_http_version 1.1; proxy_set_header Upgrade ...
Senuda Jayalath's user avatar
0 votes
0 answers
18 views

Vscode port forwarding is reloading without any reason when using vite

I am trying to view my webpage on ipad so I am using the port forwarding. The page opens correctly and even functions but automatically reloads after a few seconds. Here are logs which I get before ...
Maheer Ali's user avatar
  • 36.4k
0 votes
0 answers
26 views

ROS Client remote access to server remote network

SETUP: .---------. .------. .---------. | Server: |______| Jump |___ ... ___| Client | | ROS | | Host | | | '---------' '------' '-----...
Frank-Rene Schäfer's user avatar
0 votes
0 answers
22 views

Why do i have to port forwarding? - Podman [duplicate]

I have Next.js project which build using podman, once it's succeed to build an image, i tried to run but i can't access it locally using localhost. I was using: podman run [my_project] But then i'm ...
Muhammad Tohir Rafly's user avatar
0 votes
0 answers
185 views

VSCode Remote-SSH can not disable tcp port forward?

The sshd_config on my server is: AllowTcpForwarding no AllowAgentForwarding no And because it's a public server of my company, I can't change any settings. So I disabled my own settings like: In ...
Night's user avatar
  • 63
0 votes
0 answers
36 views

MSDTC Communication with the underlying transaction manager has failed occurs under ambient transaction

I have SQL Server Database 2014 installed on Windows 10 OS. The Database on my pc is accessible all over the internet **using static IP **address. The database is perfectly accessible and execute all ...
user3777658's user avatar

15 30 50 per page
1
2 3 4 5
99