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

Iperf3 uses TCP and UDP to work. I can only use UDP. How to tunnel the TCP connection alongside UDP so it works without setting a real TCP connection?

Iperf3 uses two channels to communicate, one via TCP and the other via UDP. When its going to communicate to another host, it uses the same port for both channels. For example: If I tell it to connect to port 3000 on the host, the TCP channel will…
-1
votes
2 answers

Is there a VPN solution in Azure that can assign a static public IP to the clients connected for me to achieve full tunnelling? may be in P2S VPN?

Is there a VPN solution in Azure that can assign a static public IP to the clients connected for me to achieve full tunnelling? may be in P2S VPN? P2S VPN does not have full tunneling. Is there any other alternate solution?
-1
votes
1 answer

SCP over a ssh tunnel

I am connecting to a remote server over a ssh tunnel like so : ssh -p 12345 -L 7777:90.10.10.10:6666 user1@dev-remote.example.com These details might be unnecessary but just in case : After i run this command i open a remote desktop session using…
Pawan Saxena
  • 521
  • 1
  • 4
  • 14
-1
votes
1 answer

Send webbrowser data to another webbrowser. (python prefereable)

I have an unlimited internet connection in my house and a limited internet connection in the school. I want to make a web browser (or something like that) that navigate from my house, get the data (including the streamings), and resends it to my…
-1
votes
1 answer

gre tunnel issues - one sided communication

I have two machines: Ubuntu 16.04 server VM (172.18.6.10) Proxmox VE5 station (192.168.6.30) they are communicating through a third machine that forwards packets between the two. I want to create a gre tunnel between the two machines and to do…
-1
votes
1 answer

Java create a connection via socket without configure the router to forward the port

I made a Server via Sockets with the port 5902. The client can connect, but only if I forward the port on the router. Is there a (simple) way (with a library?) to create a tunnel through port 80? Because somebody told me I should do this but I…
abilnf
  • 67
  • 8
-1
votes
1 answer

Whose data is used running a vpn, your own or the vpn company's?

I have gone through a lot of google pages explaining the finer technical points of a vpn, but none answer this question. There's a lot of troubleshooting advice on stack, but this is not a troubleshooting question. Did get a load of info on what…
pantheon
  • 1
  • 1
-1
votes
1 answer

Information exchange between two computers connected over wireless

I would like to get some ideas on this topic which is new for me and i am interested to learn more on this. I have developed a voice controlled application which is written in C program which should control some operation. I want to control these…
bsnayak
  • 58
  • 7
-1
votes
1 answer

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 communicate with Cloud Server. Basically the system will…
Simon Wang
  • 2,235
  • 7
  • 36
  • 48
-2
votes
1 answer

Port Forwarding in order to use running services

Well I'm running ssh server on my laptop which I'm portforwarding to my router and I assume that I can now connect through my routers ipv4 and port in order to tunnel back to my laptop but it doesn't work like that does it. Can someone explain to me…
RennJutsu
  • 1
  • 1
-2
votes
1 answer

Tunneling in networks

I just started learning networking and encountered such notions as "tunneling" and "tunneling protocol". I can't comprehend the "motivation" of tunneling. As tunneling doesn't necessarily include encryption then what is it even used for? 3…
-2
votes
1 answer

Question about connecting to an oracle database. In which scenario does tunneling have to be used?

I am trying to figure out how to connect to an oracle database located in sql developer, using java in eclipse. I have been looking online and have found responses like this one java connect to backend explanation which give a detailed step by step…
mchl45
  • 29
  • 6
-2
votes
1 answer

Is routing table directing traffic through vpn?

I have successfully connected to the Fortinet Vpn using Openfortivpn but my traffic remains being routed int the same way. I am using Ubuntu 18.04.1 LTS, and when I connect via the terminal I get the following log messages: INFO: Connected to…
-2
votes
1 answer

Access localhost of host C, from host A, via host B with ssh

For a project I've to access a localhost apache server of a computer (host_C) from my computer (host_A) via another computer (host_B) all with ssh. I've already succeeded to connect to host_C with host_A via host_B using : ssh…
-2
votes
1 answer

how to make multi GRE with same gw?

I am hosting a teamspeak 3 server on a dedi-box and I want to be apple to connect to the server with multiple IP's that's IP's is a different VPS's for example : VPS-1 --> dedi-server VPS-2 --> dedi-server VPS-3 --> dedi-server etc. I have made it…
1 2 3
19
20