标签: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……
03-12 立刻查看
假设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……