This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu!
frr version 8.5.7
frr defaults traditional
hostname gw.lan.mydomain.tld
log syslog notifications
!
ip route 10.a.b.0/24 wg0
ip route 10.a.c.0/24 wg0
ip route 10.d.e.0/24 wg0
!
interface hn0
ip ospf passive
exit
!
interface hn1
ip ospf passive
exit
!
interface wg1
ip ospf area 10.2x.0.0
ip ospf network point-to-point
exit
!
interface wg2
ip ospf area 10.x.0.0
ip ospf network point-to-point
exit
!
interface ztdmpyyyyyyyyyyyyyy
ip ospf area 10.x.0.0
ip ospf network broadcast
exit
!
router ospf
ospf router-id 10.x.0.1
redistribute connected
redistribute static
exit
!
end
Destination Gateway Flags Netif Expire
0.0.0.0/1 link#8 US wg0
default 10.a.b.1 UGS hn0
1.0.0.2 10.a.b.1 UGHS hn0
1.1.1.2 10.c.d.1 UGHS hn0
10.e.f.1 link#8 UHS wg0
10.g.h.0/24 link#8 US wg0
10.i.j.0/24 link#8 US wg0
Codes: K - kernel route, C - connected, S - static, R - RIP,
O - OSPF, I - IS-IS, B - BGP, E - EIGRP, T - Table,
v - VNC, V - VNC-Direct, A - Babel, f - OpenFabric,
> - selected route, * - FIB route, q - queued, r - rejected, b - backup
t - trapped, o - offload failure
K>* 0.0.0.0/0 [0/0] via 10.a.b.1, hn0, 06:53:28
K>* 1.0.0.2/32 [0/0] via 10.a.b.1, hn0, 06:53:28
K>* 1.1.1.2/32 [0/0] via 10.a.b.1, hn0, 06:53:28
wg0: flags=10080c1<UP,RUNNING,NOARP,MULTICAST,LOWER_UP> metric 0 mtu 1420
description: bk_wg (opt2)
options=80000<LINKSTATE>
inet 10.k.l.129 netmask 0xfffffff0
groups: wg wireguard bk
nd6 options=1<PERFORMNUD>
K 10.g.h.0/24 [0/0] via 10.g.h.1 inactive, 00:00:49
S 10.g.h.0/24 [1/0] via 10.g.h.1, wg0 inactive, weight 1, 00:00:37
!
frr version 8.5.7
frr defaults traditional
hostname gw.lan....
log syslog notifications
!
ip route 10.g.h.0/24 10.g.h.1 wg0
!
interface hn0
ip ospf passive
exit
!
interface hn1
ip ospf passive
exit
!
interface wg1 #### P2P for site with OSPF router
ip ospf area 10.x.0.0
ip ospf network point-to-point
exit
!
interface wg2 #### P2P for site with OSPF router
ip ospf area 10.x.0.0
ip ospf network point-to-point
exit
!
interface ztdmp..... #### ZeroTier L2 Domain for sites with OSPF router
ip ospf area 10.x.0.0
ip ospf network broadcast
exit
!
router ospf
ospf router-id 10.x.0.1
redistribute kernel
redistribute connected
redistribute static
exit
!
bfd
exit
!
end