tunneling Questions
5
Solved
Some of our customers cannot run our Java Web Start client anymore since Java 8 Update 111. They get:
java.io.IOException: Unable to tunnel through proxy. Proxy returns
"HTTP/1.1 407 Proxy Auth...
Kop asked 23/1, 2017 at 12:29
4
I'm trying to tunnel a clients site in my sites directory with "ngrok http -host-header = client1.dev 80", I get a 404 when accessing the url. After some experimenting, if I put an index.html file ...
Randyranee asked 26/7, 2015 at 0:49
1
Services like ngrok and localtunnel exist so you can (and I'm not very keen in describing this) put your localhost on the public web for access on a public URL. Localtunnel appears more popular.
M...
Enabling asked 2/10, 2019 at 7:37
3
I want to do UDP Hole Punching with two clients with the help of a server with a static IP. The server waits for the two clients on port 7070 and 7071. After that it sends the IP address and port t...
Spindle asked 25/11, 2014 at 14:27
4
I'm developing website for my school. In that school we authenticate users via LDAP, so there was an idea to do the same via school-site. On that site everything is working perfectly, but during de...
5
I'd like to manually (using the socket and ssl modules) make an HTTPS request through a proxy which itself uses HTTPS.
I can perform the initial CONNECT exchange just fine:
import ssl, socket
PR...
10
Solved
I have written a small bash script which needs an ssh tunnel to draw data from a remote server, so it prompts the user:
echo "Please open an ssh tunnel using 'ssh -L 6000:localhost:5432 example.co...
Lightish asked 4/1, 2010 at 8:49
2
I want to connect to an intranet server, the url that I need to connect is:
URLConnection conn = new URL("https://mywebsite").openConnection();
When I reach to the connect method call through:`
...
Stringendo asked 20/3, 2017 at 12:53
1
Solved
I am trying to connect to a vagrant machine on my mac (I'm using Mac OS High Sierra).
I'm using a private key to connect to it but I get stuck on this line:
client_input_global_request: rtype [ema...
Font asked 21/11, 2018 at 10:54
2
Solved
I need to send PUT/GET/POST request with curl through a custom port from client1 to server2. However, server2 only accepts these requests from server1, and denies client1 if connected directly. Wha...
6
I have a simple wordpress install using Mamp Free Version on OS/X.
Version 2.0.19/2.0.19
Web Interface h#tp#//127.0.0.1:4040
Forwarding h#tp#//6c219c8e.ngrok.io ->
localhost:8888 Forwarding
...
1
Our environment just allows HTTPS connections so they provide us an HTTPS proxy which is the only way of connecting to the outside world. We have to route all traffics through this proxy as well as...
Treponema asked 1/9, 2016 at 9:56
1
###Reference:
Android 4.0 has an API to build VPN services.
VPNService (Android Docs)
VPNService.Builder (Android Docs)
Arne Schawbe's Implementation of OpenVPN for Android (github)
One such app ...
1
Solved
I am running pyspark, spark 1.3, standalone mode, client mode.
I am trying to investigate my spark job by looking at the jobs from the past and comparing them. I want to view their logs, the confi...
Hedvah asked 15/7, 2016 at 21:48
0
I've been asked to implement VPN capabilities in an existing software project on an embedded system, in order to make the device available via network to an external server while avoiding trouble w...
Orbital asked 26/8, 2015 at 7:11
1
I use this for remote port forwarding over SSH tunnel:
ssh [email protected] -R 443:127.0.0.1:443
this binds to 0.0.0.0:443 and forwards to 127.0.0.1:443 .
The remote server has multiple...
Locket asked 18/1, 2015 at 16:50
0
I came across this article when trying to put together a reverse SSH solution in visual studio C#:
.NET SSH Port Forwarding
Using his code works up until the point where I actually start the port...
1
I have a server setup as follows:
webserver (gateway machine, accessible from the Internet via SSH)
dbserver (database server, not accessible from the web)
My goal is to use mysqldump to pull a...
2
Solved
I am currently trying to work out how to SSH to servers behind firewalls that deny all incoming connections. The servers can SSH out, so I am wondering if there is a way to get the server behind th...
3
Solved
I have a simple requirement of a software level port forwarding/tunnelling of socket based communication.
I have a source server and port using Sockets. This is a java program which works both in...
1
I am trying to use a python script to get an SQL dump from a remote host, with an intermediate host as proxy, like so:
local machine -> proxy -> remote
The proxy needs to be there because ...
1
Solved
I have a specific scenario that I want to solve. I currently connect to a host via port forwarding:
laptop -> gateway -> remote_server_1
and another host:
laptop -> remote_server_2
...
Belldas asked 10/11, 2011 at 11:43
1
I have a machine running an ftp server and I'd like to access it from a machine located on another network behind a router only authorizing port 80.
I was thinking of a ssh tunnel like:
ssh...
Orangy asked 13/10, 2011 at 9:36
4
Solved
What practical scenarios need to use Tunneling of events?
I know a vague answer to this could be that it is used when we want to handle a event across the visual/logical on which event is raised. ...
2
Solved
For work, I work in a closed network. There are a few IP addresses that we have set up that are only accessible from inside our network. There is one box, though, that we can SSH into and tunnel th...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.