portforwarding
Server Firewall Settings
Hi I have a server running on my computer, and the client program tries to connect with my IP address on port 5000 through a TCP connection. How do I get my computer to allow this? I know it has somet[详细]
2023-04-06 05:44 分类:问答How to forward a TCP port in an Android program
I have embedded a Jetty server in my Android app. When I use the emulator for testing it works fine because I have forwarded the specified port using adb forward tcp:1234 tcp:1234. I want to know how[详细]
2023-04-05 10:49 分类:问答forward traffic from port X to computer B with c# "UDP punch hole into firewall"
I need to establish a tcp connection from my house computer to my office computer. on the office there is a router where several computers are connected to. that router has internet therefore all the[详细]
2023-03-31 14:59 分类:问答Accessing apache on a vagrant sandbox using ssl (port forwarding)
I\'ve built a vagrant/virtualbox web server as a development sandbox, and configured apache in the VM for ssl (on the default port 443, with a self-signed certificate). I\'ve tested pages on the VM it[详细]
2023-03-27 09:23 分类:问答Router port forwarding and rtsp streaming problem
I\'m using vlcj to stream (RTSP) video. The problem is I am behind a router and dd-wrt only forwards and open ports if there is an开发者_StackOverflow中文版 application that is listening. But, I strea[详细]
2023-03-27 05:44 分类:问答Port Forwarding with vb.net
I am trying to write a program that launches a game server, the only problem is that I do not know how to port forward with vb.net or 开发者_开发技巧if it is even possible? It is for a gameYou need to[详细]
2023-03-19 00:00 分类:问答Iptables : forward port from another server than the gateway
Here is the situation. We have multiple server on our intranet 192.168.1.0/24 One of themis the default gateway for all of them and have two interfaces ($GATEWAY_INTERNAL_IP and $GATEWAY_EXTERNAL_IP).[详细]
2023-03-18 11:14 分类:问答git push using port forwarding (SSH tunnel)
I am trying to access a GIT repo that is hosted on a cluster that exists behind a firewall. When I am on campus (which is behind the firewall) I am able to access the cluster directly and I am able to[详细]
2023-03-14 01:19 分类:问答Vagrant's port forwarding not working [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-05 18:32 分类:问答Bypass router using server to initiate connection
I would like to create simple chat program in Java, which could work on p2p basis. Using public server to only initiate connection. But I am not even sure this is possible.[详细]
2023-02-26 06:43 分类:问答