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
2 answers

Equivalent PuTTY configuration of OpenSSH ProxyCommand ( Two different .pem/ppk files )

( Related Question: PuTTY configuration equivalent to OpenSSH ProxyCommand but it is for a single ppk/pem file... my problem is slightly different.) I am trying to use PuTTY to get an SSH connection to my servers. These servers allow incoming SSH…
Manan Shah
  • 1,042
  • 2
  • 14
  • 26
2
votes
1 answer

ngrok FTP tunneling issue

I have installed many FTP Servers on a Windows machine and set ngrok for FTP tunneling. C:\path\to\ngrok> ngrok tcp 21 Using linux, i am able to establish an FTP connection and browse the directories ONLY with the installed ftp client. $ ftp ftp>…
Omar_0x80
  • 783
  • 1
  • 9
  • 16
2
votes
2 answers

SSH tunnel to Database from two level of jump server with different keys

I have database server on AWS and from my PC i have to access that database using ssh tunneling for below scenario. PC --> Jump1 [x.pem, port:22] --> Jump2 [y.pem, port:443] --> mysqldb:3306
andy_l
  • 61
  • 11
2
votes
0 answers

How to achieve secure TCP tunneling for my Java TCP application server?

I have built a simple Java TCP application server running on ports 7777 and 8888. Usually works fine, but the problem is sometimes the clients are connected via WiFi in public locations, in which these ports are blocked. I have read that there is a…
Nom1fan
  • 846
  • 2
  • 11
  • 27
2
votes
0 answers

How to run scapy in cooked mode?

I have a problem with capturing traffic. My system is configured with two iterfaces - ethX and tunelX. tunelX is a tunneling iterface. The scapy and tcpdump are capture different count of packets. The problem is the tcpdump runs, if the "any"…
Maxim
  • 85
  • 1
  • 7
2
votes
1 answer

Can't access MySQL remotely on my work development machine

Today I've been trying to access MySQL running on my remote work machine (Ubuntu), from my home machine (OSX), and I've had no success. On my work machine, I've checked the following: sudo netstat -ntlup | grep mysql gives tcp 0 0…
Monkeybrain
  • 766
  • 5
  • 23
2
votes
1 answer

Are there any security flaws when exposing local sites via Ngrok?

I am really addicted to exposing my local sites via Ngrok for remote testing and I love it! But I might end up making my pc becoming vulnerable to internet attacks. Although I read this NGROK – THE TOOL... and this Tunnelling... and they both state…
Oluwafemi
  • 14,243
  • 11
  • 43
  • 59
2
votes
0 answers

Tunneling UDP through multiple TCP connections?

I learned it is possible to use socat to listen for UDP traffic and forward it using a TCP connection. Of course, this introduces performance loss because of TCP protocol overhead. Is it possible to trade-off more TCP-connections for this overhead?…
LDericher
  • 295
  • 1
  • 3
  • 12
2
votes
3 answers

How to exclude Chromecast connection from VPN in Android

Does anyone know how to exclude "Chromecast" connection from VPN in Android? In simple when i connect my android device with Chromecast, the network for it particularly should go through normal route and not via VPN even if it is connected. I know…
user45678
  • 1,504
  • 6
  • 29
  • 58
2
votes
1 answer

SSH tunneling to Oracle database

I need to connect sqldeveloper to a database server port at 1521, but the db server is behind a firewall and allows only SSH connections. how can i utilize the ssh tunneling to connect sqldeveloper to the server scenario: local machine ip(windows 7)…
digi
  • 29
  • 1
  • 2
2
votes
0 answers

Bottle framework with a tunnel doesn't receive GET arguments

I'm trying to make a simple python script which returns an argument from GET request. The issue is that it does not receive any arguments and returns blank body. There is one peculiar thing, though. In order to test GET requests I use…
moosatov
  • 21
  • 3
2
votes
0 answers

SSH tunneling with Eclipse and RSE plugin

I access my remote machine(say abc2) by first logging into a login server(say abc1) and then logging from there to my remote machine. Both have different passwords. Is there any way to work on such a remote machine in Eclipse using the Remote System…
Arjun J Rao
  • 925
  • 1
  • 10
  • 25
2
votes
0 answers

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. [IDM.exe:{Local-30606}]…
patachi
  • 315
  • 1
  • 2
  • 18
2
votes
0 answers

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 connection and change 'port' in the properties…
user1834095
  • 5,332
  • 2
  • 20
  • 38
2
votes
1 answer

(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 rings can be tossed simultaneously, tough ring collide…
rraallvv
  • 2,875
  • 6
  • 30
  • 67