PIMv2 我认为问题出在多播上。
我想创建一个支持多播 PIMv2 的 GRE 隧道。我看到服务器向我的 gre 隧道发送 PIMv2 Hello 消息,但我的机器没有响应。
ip tunnel add [g0] mode gre remote [remote ip] local [local ip] ttl 32
ip link set [g0] multicast on
ip link set [g0] up
ip addr add [x.x.x.x/8] dev g0
创建这个 gre 隧道后,该路由显示在我的路由表中,并且我的 ip addr show dev g0 也显示接口已启动。
服务器仍在发送 PIMv2 Hello 消息。