Questions tagged [tunneling]

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

Tunneling is a technique that enables remote access users to connect to a variety of network resources (Corporate Home Gateways or an Internet Service Provider) through a public data network.

By using Tunneling one can (for example) carry a payload over an incompatible delivery-network, or provide a secure path through an untrusted network.

Users can also use tunneling to "sneak through" a firewall, using a protocol that the firewall would normally block, but "wrapped" inside a protocol that the firewall does not block, such as HTTP. If the firewall policy does not specifically exclude this kind of "wrapping", this trick can function to get around the intended firewall policy.

Major tunneling protocols (ie: Layer 2 Tunneling Protocol (L2TP), Point to Point Tunneling Protocol (PPTP), and Layer 2 Forwarding (L2F)) encapsulate Layer 2 traffic from the remote user and send it across the public network to the far end of the tunnel where it is de-encapsulated and sent to its destination. The most significant benefit of Tunneling is that it allows for the creation of VPNs over public data networks to provide cost savings for both end users, who do not have to create dedicated networks, and for Service Providers, who can leverage their network investments across many VPN customers.

289 questions
1
vote
2 answers

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
user1236048
  • 5,542
  • 7
  • 50
  • 87
1
vote
3 answers

Numeric variable/parameter in XSLT

I have this XSLT:
Svish
  • 152,914
  • 173
  • 462
  • 620
1
vote
1 answer

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 be a direct dependency because it requires native…
loreanK
  • 11
  • 1
1
vote
1 answer

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 tunneling for remote VNC access... VNC == SSH (A) =====…
user180574
  • 5,681
  • 13
  • 53
  • 94
1
vote
2 answers

HTTP proxy connection sharing

I am attempting to implement an HTTP tunnel using similar techniques to those employed by web browsers to simulate a full-duplex connection, in Java using the Netty framework. I wish to implement this in such a way that it will work in the presence…
iainmcgin
  • 2,691
  • 1
  • 18
  • 24
1
vote
1 answer

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:
Echilon
  • 10,064
  • 33
  • 131
  • 217
1
vote
3 answers

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 proxification rules in proxifier.
Rahul Taneja
  • 417
  • 1
  • 8
  • 18
0
votes
1 answer

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 compensate for network congestion TCP tunneling (UDP to…
Andrew
  • 1,037
  • 9
  • 17
0
votes
2 answers

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 not root). B is a server not allow ssh login from…
ylc
  • 438
  • 5
  • 14
0
votes
1 answer

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 between gateway ----> remote is also password…
TryHarder
  • 289
  • 1
  • 4
  • 10
0
votes
1 answer

UDP reverse tunnel over ssh (using socat)

I want to setup a reverse udp tunnel, because I need to connect to my openvpn server from remote and the openvpn server is behind a NAT. For this I use socat and ssh. The tcp tunnel command: socat exec:"ssh removeserver \"socat tcp-listen:10000,fork…
Heinzi
  • 5,793
  • 4
  • 40
  • 69
0
votes
1 answer

Using IPv6/IPv4 tunneling to send a query to a DNS server - valid or not

I was wondering what exactly the standards say about using IPv6/IPv4 tunneling to send a DNS query to a DNS server. Is this a valid thing to do? Does anyone know the RFCs (and sections if possible) that talk about this? Thanks.
His
  • 5,891
  • 15
  • 61
  • 82
0
votes
2 answers

How to create a GRE tunnel on Mac OSX Lion?

i'm trying to find a way to create a GRE Tunnel on osx lion, i'm able to create such tunnels in almost every os, including: openbsd/freebsd, linux and cisco IOS. I'm very surprised that this subject is not discussed in any related osx threads over…
renato
  • 125
  • 1
  • 8
0
votes
1 answer

Multi-Hop SSH Tunnel for LDAP

I'm trying to browse an LDAP server which is hidden inside our VPN. The topology looks like this: me (at home) | VPN gateway (at work) | Application Server (server1) | LDAP server (server2) I can connect from home through to server1 using SSH, and…
GaZ
  • 2,346
  • 23
  • 46
0
votes
0 answers

Matching tunneling packet in OVS

I’m working with tunneling traffic (GENEVE and Vxlan). I have some VMs connect with a OVS bridge. Traffic from VMs is both tunnel and non-tunnel. Beside that, I have a Ryu controller to config qos for ports in bridge. I want matching only tunnel…
Hai Pham
  • 11
  • 1
  • 2