A network tunnel is a virtual bidirectional point-to-point connection between a pair of nodes through an arbitrary number of networks/network-nodes.
1
vote
1answer
19 views
python tcp over http emulation
What's the easiest way to establish an emulated TCP connection over HTTP with python 2.7.x?
Server: a python program on pythonanywhere (or some analogue) free hosting, that doesn't provide a ...
0
votes
1answer
36 views
C# Calling WCF behind DMZ
I need to call a WCF service that is behind a DMZ:
WEBDMZ .. LANDMZ
------------- ------------
ClientServer => WCF service
As there is a firewall between the two ...
-1
votes
1answer
46 views
How can I create a ssh tunnel using python like 'ssh -D'?
I have try to implement it using paramiko. But I find paramiko can only launch a tunnel redirecting localhost:lport to remoteip:rport just like 'ssh -L'.
So I want to know how can I implement it ...
-2
votes
0answers
21 views
SSH Proxy - No data Received [closed]
I have followed this guide: http://howto.ccs.neu.edu/howto/windows/ssh-port-tunneling-with-putty/
I have a VPS and I have an SSH account (root), and I've set up my putty session with port 8080 as the ...
-1
votes
0answers
42 views
UDP port forwarding or bypassing isp's port blocking [closed]
I am using a local broadband connection which is based on PPPoE connection.So,no router on my end for port forwarding.I need open UDP port on 16000.But,my blocks those and other ports due to VOIP ...
0
votes
0answers
16 views
osx SSH + Git to a remote server with user/pw [migrated]
A bit of a disclaimer; I'm new to both GIT and SSH as well as OSX so sorry for being a bit bad at explaining the problem.
So, I'm trying to reach a GIT repository on my work's server. The structure ...
-1
votes
1answer
36 views
Using a vncviewer with ssh tunneling - won't connect
I'm having a problem trying to get a vnc connection (vinagre, I'm using Ubuntu) to a computer at my work. It says on their website that you need to tunnel via ssh first, so I've typed in:
ssh -l ...
0
votes
0answers
24 views
Windows Batch file for checking ssh tunnel alive
Using putty (windows version), I have established a SSH tunnel for accessing MySQL. I can automatically start the session by putty -load "sessionname" -pw 1234
Using the windows task scheduler, I'd ...
0
votes
0answers
15 views
want to change properties of an interface using win32, wmi module
I am using wmi module
x = wmi.WMI().Win32_NetworkAdapterConfiguration(index=9)
// this index for my tap drive
and change properties inside the interface , it doesn't change in the interface out ...
1
vote
1answer
30 views
which VPN solution / protocol to use for maintenance access in this case?
I'm in the situation of having several Linux-based embedded devices out there, each connected via a proprietary protocol to a central Internet server. Each of these devices is connected to a tiny ...
0
votes
1answer
46 views
Connect to tunneled DB through phpMyAdmin
So I've tunneled the DB to port 3307 on 127.0.0.1 .. I can connect to the database and do whatever I want by using Ubuntu's MySQL Workbench, however I really dislike the interface of the GUI so I want ...
0
votes
1answer
30 views
cmdkey, mstsc and local tunnel
I have one problem, I am trying to run RDP with username and password set. I am using cmdkey for that. It works properly for normal connections but when I want to connect to tunneled session it ...
0
votes
0answers
89 views
Forward all incoming traffic from a specific IP to local port (in use by ssh proxy connection) [closed]
So what I'm trying to do is have tcp/udp incoming traffic from source IP 192.168.1.100 be routed to localhost:12345. localhost:12345 is used in an ssh socks proxy to my server with Internet access.
...
0
votes
0answers
27 views
ftp: connect: Invalid argument - ssh tunnel for ftp
facing a problem while setting up ssh tunneling for ftp . ls command is not working in Linux client machine . But is working in Solaris client. Please find the o/p below .
connecting ftp server to ...
1
vote
0answers
29 views
Proper way to calling select.select() in threaded server
I am trying to write a VPN server,that multiple clients can connect to each other on a virtual network.
So i need a threaded server to send and receive data to/from clients concurrently.
A tunnel ...
0
votes
1answer
41 views
Tunnel interface unit-testing
I've made a Tun class that wraps pytun.TunTapDevice :
from pytun import TunTapDevice
class Tun(object):
def __init__(self,name='tun',addr=None,dstaddr=None,netmask=None,mtu=None):
tun = ...
1
vote
1answer
154 views
Appfog mysql tunnel error - Encryption not available on this event-machine
We've established a connection to appfog using caldecott and af tunnel command. We try to connect to a mysql service to load and execute a big .sql file to populate the db.
We tried it from 3 ...
-1
votes
1answer
111 views
IP changes while pinging IPV6 address [closed]
I have made a small demo program to sniff IPV6 packets . I am trying to ping the said machine from a remote one . My site local address is "FEC0..." and Link local address is "FE80..." . However , ...
1
vote
2answers
63 views
Replacing socket underlying URL connection in Java
I have a Java application that uses java.net.URL to open a location to retrieve some data. I now have the requirement to open the connection via VPN. The Linux machine it runs on, now can have a ...
3
votes
1answer
116 views
vmc tunnel not working on api.cloudfoundry.com with Ruby 2.0
I am trying to tunnel the mysql service on api.cloudfoundry.com but facing the error below.
I have installed Ruby 2.0
installed gem versions :
* LOCAL GEMS *
addressable (2.3.3, ...
0
votes
1answer
32 views
Running jdbc on top of multiple port forwarding
When I want to access the database, there is an architecture through which I need to tunnel my connection. So, when I have to use a GUI tool like MySQL Workbench, i have to open three Putty sessions.
...
1
vote
1answer
25 views
tunnel through one port
I have limited network connection with only few port opened (80,443,...) and I also have server without these limits which is out of limited network.
Is there any way how to tunnel through one port ...
-1
votes
1answer
385 views
Routing RDP over ssh tunnel [closed]
I thought I could easyly find an answer here, but had no luck. Maybe it's just impossible:
Suppose the following: I am sitting at starbucks with my win 8 laptop connected to their WLAN. I open up a ...
0
votes
0answers
61 views
Run a single program through tunnel
I need to run a program at school, but if I use a VPN, the connection will become too slow. Therefore I need to run a single program through a tunnel, so that only that program will get slow.
Are ...
0
votes
1answer
52 views
Unable to tunnle to vmc mysql service due to memory limitation
I am unable to tunnle to my free hosted instance of a rails app on cloudfoundry inftrastructure.
When I run 'vmc tunnel mysql-service', I get the below:
1: none
2: mysql
3: mysqldump
Which client ...
1
vote
1answer
253 views
how to terminate ssh tunnel child process upon bash script exit
I have a bash script that creates ssh tunnel to connect remote mysql server securely as shown below.
ssh -f -N -L $LOCAL_PORT:localhost:3306 $REMOTE_USER@$REMOTE_IP
mysql -P $LOCAL_PORT -h 127.0.0.1 ...
0
votes
2answers
120 views
502 Bad Gateway error throw in cloundfoundry tunneling Mongo Database
I used the grails cloudfoundry plugin and tunnel to remote Mongo DB service. The connection is fine since I can do search for the first time, but after couple seconds, the terminal starts print out ...
-1
votes
2answers
129 views
SSH through multiple hosts to execute another ssh session [closed]
I spent to much time trying to do something which in plain words looks simple
I am at home, without firewall and all open ports. I need to ssh to the router at work where I have access to ssh port ...
0
votes
0answers
142 views
Web based proxy server redirecting with paths
Im trying to make a redirect happen when a user visits a specific web url.
Such as:
http://foo.com/derp/index.php
will be seen by the "man in the middle" server and it will actually show the contents ...
0
votes
1answer
170 views
tunneling mysql into appfog
I am developing a local website using;
PHP 5.4.6
Apache 2.4.2
MySQL 5.5.27
currently i am implementing a simple login script, with a small database.
on local it works fine.
when i
af update ...
0
votes
1answer
108 views
Using net/ssh/gateway to establish ssh tunnel to mysql
I'm attempting to establish a tunnel to a remote server via ssh, and then use the forwarded port to access MySQL.
I'm using it currently like this
$gateway = Net::SSH::Gateway.new('target.server', ...
0
votes
1answer
271 views
bind: Address family not supported by protocol
please help I need help on this. I'm new to networking and c++.
This code works on my other vps but with linode it doesn't I don't know why. Anyone knows what could be the reason why its giving me ...
-1
votes
1answer
410 views
Ubuntu Router with OpenVpn client for split tunneling [closed]
I have the following machines in my network:
Machine A: ( ubuntu 12.10 VPS on an external hosting company ) Running openVpn Server with udp/tun connection. The OpenVpn server uses the push "route ...
1
vote
1answer
379 views
I can't install 'tunnel-vmc-plugin' to enable tunnelling
I deployed a Rails app on Cloud Foundry, and every time I run vmc tunnel, I keep getting the following error:
Please install 'tunnel-vmc-plugin' to enable tunnelling.
Pardon the extra step; it can't ...
1
vote
0answers
339 views
Connect to MySQL via ssh tunnel to localhost
I want to connect to remote MySQL via ssh tunnel with user that has 'localhost' access.
I use this to make a tunnel:
ssh -f -N -L 33306:localhost:3306 user@remote-host
and this to connect to host:
...
0
votes
1answer
74 views
proxying through corporate firewall
I'm trying to get some protocols work through my company's firewall. Until now I have been succesfull in masking either http or https data by setting a http proxy on localhost and one on a remote ...
0
votes
0answers
88 views
Host to Gateway(Server) VPN using IPSEC - How to
Can someone help me please ,i don't know how to create a VPN tunnel between a host and a Server (The gateway ) , i would like to encrypt the communication between two hosts in LAN using this server.
...
1
vote
1answer
574 views
RTSP tunneled HTTP, FFMPEG
I'm trying to stream from an Axis ip camera which uses RTSP over HTTP.
I can get the normal RTSP stream to work, but I can't find any information or documentation on how to actually set the tunneling ...
4
votes
1answer
413 views
how to define a tunnel connection to remote desktop in putty?
I need to connect (in rdp ) to a machine (let's call it #1) in my college network ( I have the internal IP of it ) , I also have access the to Linux server machine in the same network in ssh , that I ...
0
votes
0answers
118 views
Talk to SOCKS-server in SSH-server
I'm trying to build a tool that acts as a network device and/or proxy server and then uses the SOCKS functionality of the remote ssh-server, similiary to the -D option in the openSSH client. I do ...
0
votes
1answer
100 views
ssh tunneling with certification: how?
I have been through some basics about setting up SSH tunneling via e.g., putty.
One question: how to let the two SSH ends authenticate each other based on certificate?
For example, using SSH ...
0
votes
1answer
142 views
How does a service such as tunnlr work?
The website says:
Tunnlr uses SSH remote tunneling. It securely connects a port on your
local machine to an open port on our public server. Once you start
your Tunnlr client, the web server ...
1
vote
0answers
19 views
tunneling to server which is behind 2 secured servers
I am connecting to my secure linux servers with the following procedure.
1) first I am connecting to one connecting machine (system A). from here I am connecting to another connected server (system ...
1
vote
1answer
140 views
how to automate reverse tunnel in with crontab: syntax error
I am following a tutorial on how to run a reverse ssh tunnel which is found at http://wiki.fabelier.org/index.php?title=Permanent_Reverse_SSH_Tunneling
Issue I am having is when I run the tunneling.sh ...
0
votes
1answer
438 views
Capturing packets on a tun interface sent via netcat
I'm trying to work through some of the simple tun/tap examples on the web and am having a bit of trouble. Briefly, I'm trying to:
Create a tun interface and give it an address
Open the tun interface ...
0
votes
4answers
89 views
how can I connect a local programme to a service tunnel?
I have tried for a week to connect a local application to a remote rabbitMQ on a CloudFoundry service but the lign:
connection = factory.newConnection();
always throws an IOException because of a ...
4
votes
1answer
171 views
Running php script via SSH tunnel in a linux box [closed]
I am now successfully running a php script in a linux .us located server i own. I own another linux .de located server which doesnt have apache/php services. Can i use the 2nd box as an ssh tunnel or ...
0
votes
2answers
181 views
SSLSocket over another SSLSocket
I'm writing an Android client for a system that requires me open an SSLSocket to a proxy server, do a tunnel handshake and then create ANOTHER SSLSocket over the tunnel. Here is my code to create the ...
0
votes
0answers
86 views
restrict adb access to localhost
I have an ssh server running on my devices but ssh does not support all adb commands (e.g. install/uninstall). But adb is insecure.
I would like to restrict adb to localhost on the android device and ...
0
votes
2answers
316 views
Tunnel HTTP, HTTPS and DNS in C#
I want all web traffic (HTTP, HTTPS and DNS - Are there any others?) goes through a local application and goes to a server application and from there goes to internet. How can I do this?
I have wrote ...
