linux架设gre tunnel/隧道
GRE隧道是IP-over-IP隧道,可以封装IPv4/IPv6和单播/多播流量。要在Linux上创建GRE隧道,需要ip_gre内核模块。 先查看系统p_gre模块 sudo modprobe ip_gre lsmod | grep gre 在2个不同VPS或者服务器直接架设GRE隧道链接,例如VPS1,VPS2 VPS1: 172.168.1.2 VPS…
ARCHIVE · 内容索引
GRE隧道是IP-over-IP隧道,可以封装IPv4/IPv6和单播/多播流量。要在Linux上创建GRE隧道,需要ip_gre内核模块。 先查看系统p_gre模块 sudo modprobe ip_gre lsmod | grep gre 在2个不同VPS或者服务器直接架设GRE隧道链接,例如VPS1,VPS2 VPS1: 172.168.1.2 VPS…