Examples
This commit is contained in:
1
examples/two-nodes/node-2/frr/daemons
Normal file
1
examples/two-nodes/node-2/frr/daemons
Normal file
@@ -0,0 +1 @@
|
||||
ospfd=yes
|
||||
7
examples/two-nodes/node-2/frr/ospfd.conf
Normal file
7
examples/two-nodes/node-2/frr/ospfd.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
interface wg0
|
||||
ip ospf area 0.0.0.0
|
||||
ip ospf network point-to-point
|
||||
|
||||
router ospf
|
||||
redistribute connected
|
||||
redistribute kernel
|
||||
0
examples/two-nodes/node-2/frr/staticd.conf
Normal file
0
examples/two-nodes/node-2/frr/staticd.conf
Normal file
2
examples/two-nodes/node-2/frr/zebra.conf
Normal file
2
examples/two-nodes/node-2/frr/zebra.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
interface wg0
|
||||
ip address 192.168.0.2/30
|
||||
10
examples/two-nodes/node-2/wireguard/wg0.conf
Normal file
10
examples/two-nodes/node-2/wireguard/wg0.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
[Interface]
|
||||
Address = 192.168.0.2/30
|
||||
PrivateKey = CIvfcNMV8n3e40Rk+wjDCm6CPyhqPPCUFcEdfBgIq2Y=
|
||||
ListenPort = 13231
|
||||
Table = off
|
||||
|
||||
[Peer]
|
||||
PublicKey = M7Qgt2mHJI4gyq2rLb+6julDjG5Mtfg/vUGEOYts+zk=
|
||||
AllowedIPs = 0.0.0.0/0
|
||||
Endpoint = node1:13231
|
||||
Reference in New Issue
Block a user