• 欢迎访问好鸭,WordPress信息,WordPress教程,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏好鸭吧

标签:GRE

VPS服务器点对点打通GRE隧道互联

假设host1的IP是1.1.1.1host2的IP是2.2.2.2首先,要确定内核支持ip_gre模块modprobe ip_grelsmod | grep gre在host1执行ip tunnel add gre1 mode gre local 1.1.1.1 remote 2.2.2.2 ttl 255ip link s……