Tunneling is a technique that enables remote access users to connect to a variety of network resources through a public data network.

learn more… | top users | synonyms

0
votes
1answer
16 views

Accessing Secured Networks

Our application deals with lot of webservices. Few of the web services are configured behind firewall, so that only specific IP addresses can access it So from my local web app/server, I can't access ...
-1
votes
0answers
8 views

Linux IPs using on Windows through IP Tunnel [closed]

I have a linux machine with 10 public ips assigned to it. I want to make them use through windows machine. Basically I like to setup a virtual network, and assign some internal IPs to windows machine ...
0
votes
1answer
55 views

HTTPS tunneling through my proxy

I'm trying to build a complete web caching proxy using Boost Asio and LibCURL, I've already built the server and everything works fine. It receives http requests (GET, POST, upload using POST ...) ...
0
votes
0answers
8 views

Using SSTP for windows sockets

Is there an SSTP API for winsock? I am wanting to know how to code tunneling sockets for a p2p instant messenger application. What headers do I need? Apparently winsock2 and ws2tcpip do not recognize ...
0
votes
0answers
25 views

How IPv6 hosts work in IPv4 network LAN [closed]

I have searched for two mechanism of tunneling, but it is still confused to me. The first Approach is "IPv4-compatilbe IPv6 Address", and the second is "IPv4 mapped IPv6 Address". In my view, they ...
-1
votes
1answer
33 views

IPv6 ready for heroku? [closed]

I'm hosting an app on Heroku (abc.com -> xyz.herokuapp.com). Somehow my organization would like the site to be compatible with ipv6 clients. I was searching around (including tunnel broker) on how to ...
0
votes
1answer
151 views

ssh ProxyCommand not working like regular command

I am trying to ssh from Computer-A to Computer-C by tunnelling through Computer-B with the key on Computer-B. I have already shared keys from Computer-A to Computer-B and from Computer-B to Computer-C ...
0
votes
1answer
21 views

HTTPS key negotiation and tunneling over HTTP using Javascript

HTTPS is widely used for security online. It offers security and integrity, but not authentication. To ensure the client is not talking to a man-in-the-middle, we have digital certificates and the ...
0
votes
1answer
62 views

Forward all ports SSH [closed]

I have a question about SSH/Port forwarding. I haven't found the solution anywhere and don't know if there is any. I have a server behind my NAT box at home. I have port forwarding from my NAT box to ...
0
votes
1answer
25 views

Symfony2 connecting to database via SSH tunneling?

How can I connect to a remote database via SSH tunneling in Symfony2? I've found the PHP snippet, but how can I integrate it in Symfony <?php $smysql = mysql_connect( "127.0.0.1:3307", ...
0
votes
1answer
159 views

How to use java.net.URL/URLConnection with a proxy-chain

I try to load websites over a chain of proxies(more then one) with java. Every Request should be able to use another chain. Here my first quick and dirty try: // My proxies and there ports marked ...
0
votes
1answer
70 views

How to set up a ping tunnel without a host and a proxy

I have been reading about setting up a ping tunnel to access the internet when you can only send ICMP packets. Ptunnel seems to be a popular program and the instructions to use it can be found here ...
-1
votes
1answer
161 views

how to create proxy tunnel for a website? [closed]

some of websites like youtube and facebook are blocked in my country and we can't access them .in addition most of tunneling protocols like PPTP are blocked too . i want to create a website that ...
1
vote
3answers
116 views

Numeric variable/parameter in XSLT

I have this XSLT: <xsl:template match="/"> <xsl:variable name="errorCount" select="count($orders/*[1]/cm:Error)" /> <xsl:apply-templates select="@*|node()"> ...
1
vote
1answer
372 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 ...
2
votes
0answers
45 views

traffic tunneling using C# [ transparent reflecting]

see the image here or here! as u see in picture the EsetNOD antivirus (ekren.exe) transparently redirect the IDM traffic to port 30606 that ekren.exe is listening to it and forward it to remote host. ...
1
vote
0answers
74 views

SSH Tunnelling troubleshooting [closed]

I am using git bash on my windows computer. I am trying to set up an SSH tunnel so I can access databases within MySQL Query Browser. The following works: > ssh root@staging This uses my public ...
-2
votes
1answer
238 views

Unsecuring SSH (Alternatively, Proxying Minecraft Packets through HTTP) [closed]

I've set up a Minecraft server on OpenShift, a free PaaS. OpenShift requires internal applications (like my server) to bind to a port in the range of 15000 to 35530 or port 8080. However, it also ...
0
votes
1answer
93 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 ...
2
votes
0answers
518 views

How can I send UDP packets over SOCKS proxy

I am looking at traffic generated by my computer when socks server is defined. I read over the internet and see that its possible to route udp also trough the proxy server. when i try using different ...
-1
votes
1answer
455 views

tunnel ssh over udp using netcat [closed]

I am trying to tunnel a ssh over udp using netcat (I am doing everything in localhost for now): > mkfifo /tmp/fifo > nc -l 9999 < /tmp/fifo | nc -u localhost 10000 > /tmp/fifo > ...
1
vote
0answers
90 views

How to set localport for ssh tunneling in eclipse

I would like to connect to a remote server with ssh tunneling at someting like localport:server1.blabla.com:remoteport . I think i know how to set the the remoteport (select the 'sftp files' of the ...
0
votes
0answers
192 views

OpenVPN on webserver - only route “outgoing” traffic [closed]

I have a Webserver running Debian, Apache 2 and PHP. Every day the server searches 8-10 websites for price changes (a Croned PHP script do that). Now some of the websites have blocked my server's IP. ...
0
votes
0answers
312 views

VPN: Disable class based route addition for Windows XP or Vista [closed]

Paraphrasing this link http://superuser.com/questions/121528/what-is-disable-class-based-route-addition-good-for: "When you set up a VPN, the Windows default is to enable "Use default gateway on ...
0
votes
1answer
111 views

Tunneling tool for Ubuntu

Does anyone know better tool for Tunneling on Ubuntu, just like Bitvise Tunnelier for windows. Right now using ssh feature of Ubuntu using CLI, but As I have to login in several system at same time ...
1
vote
1answer
177 views

(Bullets Physics) How to avoid tunneling with compound shapes resembling rings?

I've got some compound shapes built from four rectangular shapes resembling a squared frame, the idea is to use them as rough aproximations of rings The rings are tossed around pegs, and several ...
0
votes
0answers
114 views

Cloud Foundry Service Caldecott too slow and hangs up when tunneling [closed]

I'm currently trying out to connect to cloudfoundry database service through tunneling with caldecott. I'm using postgres Service for my database. I've just noticed that every time I'm trying to ...
1
vote
2answers
122 views

RoutedCommands that use tunneling instead of bubbling

I have a custom control (MyControl) that exposes a custom command. I want the parent Window to be able to invoke this command, and all MyControls should react to it. I have added the command to ...
1
vote
1answer
250 views

Is there any SQL client that can establish connection via SSH tunnelling by itself? [closed]

I am looking for SQL client that can establish connection to DB (like postgres or mysql) via SSH tunneling. Most of the time the DB cannot be accessed from your location, but you are able to SSH to ...
0
votes
0answers
20 views

Tunneling a protocol over the other

I was reading a wiki article that I got to following expression: to tunnel SCTP over UDP I've did some search and reading a brief about tunneling but nothing useful I got.
0
votes
0answers
338 views

Tunneling over SSH to use YUM

I have two severs connected to a switch. One of these servers has a direct connection to the internet and is to serve as a login node. Internet ---- Neyteri ---- Pandora | ...
0
votes
1answer
52 views

Security Tunnels

I want to build a system like following to central manage devices.The system will have the components as: Server on Cloud Agent located behind NAT to manage devices. Agent should be able to ...
1
vote
1answer
785 views

mysqldump via SSH tunnel

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 ...
1
vote
0answers
385 views

Only need server stunnel with WebSocket

I've just resolved a problem with Secure WebSocket and Firefox, on this post where i explain my configuration with stunnel. But i still wondering why it's working with only one stunnel in server ...
0
votes
0answers
46 views

Unable to delete a 6in4 sit tunnel

I am working on a IPv6 tunneling feature. When I try to delete a tunnel using "ip tun del " command, the command hangs and the I get the below messages "unregister_netdevice: waiting for ssgtun to ...
0
votes
1answer
95 views

how can I use aws DB in JAVA application level?

I used private server for my web application which is made by 'play!' However, because of some reasons, recently I changed my server environment to AWS (Amazon Web Server) Now I have a problem. ...
0
votes
1answer
790 views

SSH multiple HOP

I have 3 workstations ortro (my client) idrauser@idra (the middle) cerberouser@cerbero (the destination) On idra: ssh -L 9999:idra:22 cerberouser@cerbero On otro: ssh idrauser@idra -p 9999 ...
0
votes
0answers
219 views

TCPListener working with SSH Reverse Tunnel only on Windows XP, not on Windows 7 ?

I have made a connection between a simple chip that runs Java and a TCPListener written in C#. The TCPListener is behind a tunnel made with a SSH Server using Renci.SSHNet library. Everything is ...
0
votes
0answers
97 views

Simple Circle Circle Collision without Tunnelling

I am writing a small 2d application that implements collision detection, i am currently working on circles and have come across a difficult problem; I am using an algorithm that checks the distance ...
0
votes
1answer
102 views

Tunneling Commands

I have several user controls which are instantiated in a ListBox. I have a button in my Window which raises NavigationCommands.Refresh, and a CanExecute handler to allow it to execute: ...
0
votes
0answers
78 views

Best way to give remote access to users' computer

I've lot of (more than 500) clients (C) with Linux boxes. Each box has a server on port P (22, 80 or 443). Users are usually behind a NAT. I've a server S in the Internet that have to serve as a ...
0
votes
2answers
372 views

Forward Soap UI request through proxifier

I am using proxifier to tunnel my requests, how can I forward my soap UI request to proxifier so that I can test my web service? The IP address of the webservice has been already added in the ...
0
votes
1answer
134 views

Putting a port in a remote server SSH tunneling

I need to know if is possible to put a local port in a remote machine via ssh tunneling Example Machine A: port 80 Machine B: Nothing Inside Machine A (important, because A can see B, but B can't ...
0
votes
1answer
206 views

Multicast / UDP Router

I am looking how to do multicast (video streams) router, with the following requirements: receiving and sending multicast streams at 3-30Mbps (vlan forwarding) in-ram (or storage) delaying to ...
2
votes
2answers
2k views

TUNTAP interface in C (Linux) : Can't capture UDP packets sent on the TUNTAP with sendto()

I am trying to write a tunneling program in C that will take UDP packets from a TUNTAP interface and send them to a serial interface. What I do is allocate the interface from the clone device ...
0
votes
1answer
941 views

Bonding two tun device connected to Openvpn

I have two tunnel devices tun0 and tun1 on my client pc connected to remote OpenVPN server.The ifconfig shows them as tun0 Link encap:UNSPEC HWaddr ...
0
votes
2answers
514 views

ssh tunneling through a telnet server

Suppose the network is like: A(192.68.0.1)--------------------B(192.68.0.2)------------------C(192.68.0.3) A is my ssh server, C is a target ssh server, and I can telnet from A to B(my account is ...
0
votes
1answer
157 views

SSH tunneling when all connections are password protected

I've looked for several scenarios of SSH tunneling over here, but none of them worked for me. My schema is like this: Laptop ------> gateway ------> remote. Pretty common case, but the connection ...
1
vote
2answers
2k views

SSH to server behind firewall

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 the ...
3
votes
1answer
740 views

initiating a rtsp connection over cellular with android

The majority of sim accounts are public dynamic. Most if not all cellular providers do not allow incoming connections to public dynamic ip addresses. (3g anyway, maybe not 4g/LTE) The issue of ...

1 2 3