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
-2
votes
1 answer

How to set up a tunnel

For bypassing filtering in my country, I've rented an abroad server (CentOS 5) with 256 MB of RAM. Client is Ubuntu 12.04. I run this command in client to set up the tunnel: ssh -CNfD 1080 @ In Firefox settings, I defined a socks…
hamidi
  • 1,611
  • 1
  • 15
  • 28
-2
votes
1 answer

How to bypass a blocked port on a server through tunneling?

I have installed trac bug tracker on a server behind firewall. I can access it through 127.0.0.1:8000 within the server. I am accessing the server using putty. Now, I would like to access the trac site through my machine, however port 8000 is…
user592748
  • 1,194
  • 3
  • 21
  • 45
-2
votes
1 answer

Unsecuring SSH (Alternatively, Proxying Minecraft Packets through HTTP)

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 requires external client to access the server in one…
Reubend
  • 644
  • 1
  • 6
  • 19
-3
votes
1 answer

How to build a VPN in azure to have a public static IP wherever I travel

I need to connect to a service that allows only whitelisted IP-s. The problem is that I work in various places with various IP-s. I want to build a azure based vpn that would expose me with a static public IP. The goal is to configure it without…
4rchie
  • 1,244
  • 1
  • 15
  • 23
1 2 3
19
20