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

View File

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

View File

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

Binary file not shown.