
具体配置
birdc show protocol BIRD 2.13.1 ready. Name Proto Table State Since Info device1 Device --- up 15:52:43.470 direct1 Direct --- up 15:52:43.470 kernel1 Kernel master4 up 15:52:43.470 kernel2 Kernel master6 up 15:52:43.470 MYOSPF4 OSPF master4 up 15:52:43.470 Running MYOSPF6 OSPF master6 up 15:52:43.470 Alone bfd1 BFD --- up 15:52:43.470 ------------- birdc s o n BIRD 2.13.1 ready. MYOSPF4: Router ID Pri State DTime Interface Router IP 10.10.1.227 1 Full/PtP 38.860 50000 10.5.1.1 192.168.0.104 1 Full/PtP 39.390 50001 10.5.1.5 MYOSPF6: Router ID Pri State DTime Interface Router IP 但是我的隧道又都是通的,ip 段也不冲突
1 wangbin11 OP ```bash Table master6: fd00:a05:104::/64 unicast [direct1 15:59:29.512] * (240) dev 50001 fd00:a05:101::/64 unicast [direct1 15:59:28.144] * (240) dev 50000 ``` 可以看到 ipv6 的条目是学习到了, |
2 mantouboji 2023-11-20 19:35:10 +08:00 你需要给你的隧道两端都设置一个 fe80:的 linklocal 地址。OSPFv3 仅通过这个地址相互通信。 比如我用 wireguard, 这边 RouterOS 会自动给配一个 fe80 的,VPS 那一头我就这样: [Interface] Address = x.x.x.x/24,fd80:x:x::1/64,fe80::11:22:33:1/64 #RB4011 [Peer] AllowedIPs = 0.0.0.0/0,::/0 |
3 rrfeng 2023-11-20 19:55:01 +08:00 ipv6 的 bird 不是 bird6 吗(逃 |
4 wangbin11 OP @mantouboji 刚看到信息,今天下午一个大佬给我支了一招也是这样解决的,大佬 bird 玩家,搞个好友呗 |
5 mantouboji 2023-11-23 21:34:23 +08:00 你倒是回复个有用的信息,到底问题解决了没有?解决了的话把有关的配置文件贴一下,也好给别人参考。 |
6 wangbin11 OP @mantouboji 和你的方法一样大佬,可以加我 v 详细说:wang0123qwe |
7 mantouboji 2023-11-24 23:16:46 +08:00 @wangbin11 这又不是什么见不得人的事情,为什么你总要搞这种疑似私下联系?大佬长大佬短的,江湖气这么重。莫非你是党员? |
8 wangbin11 OP @mantouboji 我说了呀,用的你的方法 |
9 Int100 2024-09-30 23:44:27 +08:00 |
10 MFWT 197 天前 @mantouboji 握草,还真的是这个问题,给 WG 两端配上 fe80 地址就好了..... |