Tunneling: Difference between revisions
m 1 revision |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
See also [[VXLAN]]. | |||
==IPIP== | |||
* Defined in 2003's [https://tools.ietf.org/html/rfc2003 RFC 2003]. | |||
* Cannot send multicast. | |||
==SSH== | ==SSH== | ||
This information largely pertains to [[OpenSSH]], although other SSH agents ought theoretically be able to implement similar functionality. | This information largely pertains to [[OpenSSH]], although other SSH agents ought theoretically be able to implement similar functionality. | ||
| Line 16: | Line 22: | ||
* [http://packages.debian.org/search?keywords=ptunnel ptunnel] tunnels TCP under ICMP Echo-Request/Echo-Reply | * [http://packages.debian.org/search?keywords=ptunnel ptunnel] tunnels TCP under ICMP Echo-Request/Echo-Reply | ||
* [http://packages.debian.org/search?keywords=httptunnel httptunnel] tunnels octets under HTTP | * [http://packages.debian.org/search?keywords=httptunnel httptunnel] tunnels octets under HTTP | ||
[[CATEGORY: Networking]] | |||
==External links== | |||
* "[https://developers.redhat.com/blog/2019/05/17/an-introduction-to-linux-virtual-interfaces-tunnels/ An introduction to Linux virtual interfaces: Tunnels]" on Red Hat Developer Blog, 2019-05-17 | |||