<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tunnel - 标签 - 研发日志 · R&amp;D Log</title><link>https://rd163.visword.com/tags/tunnel/</link><description>Tunnel - 标签 - 研发日志 · R&amp;D Log</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>whutluohui@gmail.com (小智晖)</managingEditor><webMaster>whutluohui@gmail.com (小智晖)</webMaster><copyright>本作品采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可。</copyright><lastBuildDate>Sun, 12 Jan 2025 00:00:00 +0800</lastBuildDate><atom:link href="https://rd163.visword.com/tags/tunnel/" rel="self" type="application/rss+xml"/><item><title>Linux GRE 隧道配置与原理</title><link>https://rd163.visword.com/posts/linux-generic-routing-encapsulation/</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/linux-generic-routing-encapsulation/</guid><description><![CDATA[<p>GRE(Generic Routing Encapsulation，通用路由封装)是一种轻量、通用的三层隧道协议，能够在一个网络层协议之上承载&quot;任意&quot;网络层协议的报文。它由 Cisco 提出，核心规范为 RFC 2784，后续被 RFC 2890(扩展 Key 与序号字段)和 RFC 9601 更新。Linux 内核原生支持 GRE(<code>ip_gre</code> 模块),配合 iproute2 工具集即可在两台主机之间建立点对点隧道，常用于跨网络打通私网、与 IPsec 组合提供带路由能力的 VPN，或在云网络（如早期 OpenStack Neutron + OVS）中承载租户流量。</p>]]></description></item></channel></rss>