Compare commits

...

3 Commits

4 changed files with 6 additions and 7 deletions

View File

@ -15,8 +15,8 @@ bgp_peers:
neighbor_ip: "2a01:4262:1ab:20::1"
- name: "hessnet_home"
template: "ibgp_hessnet"
peer_asn: "209616"
template: "peer_hessnet"
peer_asn: "64512"
neighbor_ip: "2001:678:15c:c00::"
filters:
import: "{ accept; }"
@ -31,8 +31,6 @@ announce_from_here: true
configure_static_multihop_routes: false
extra_static_routes:
- route: "2001:678:15c:b00::/128"
destination: "wg-fra1"
- route: "2001:678:15c:c00::/128"
destination: "v6tunnel-home"

View File

@ -99,7 +99,7 @@ filter kernel_export {
}
filter ospf_export {
if source !~ [ RTS_DEVICE ] then reject;
if source !~ [ RTS_DEVICE, RTS_BGP ] then reject;
if is_own_route() then accept;
reject;
}
@ -232,6 +232,7 @@ template bgp peer_vultr_v4 {
template bgp peer_hessnet {
local as my_asn;
multihop 2;
ipv6 {
#next hop self;
import none;

View File

@ -11,7 +11,7 @@
roles:
- "letsencrypt"
- "nginx_server"
- "website"
- {role: "website", tags: "website"}
- "cockpit"
- name: "Configure Bird 2.0 Routers"
@ -19,4 +19,4 @@
become: "yes"
roles:
- { role: "bird", tags: "bird" }
- "wireguard"
- "wireguard"

Binary file not shown.