d5c60bf61798b9ecff7b383db388817078976058
howto/vyos.md
... | ... | @@ -94,7 +94,7 @@ set protocols bgp 424242XXXX neighbor x.x.x.x address-family ipv4-unicast route- |
94 | 94 | set protocols bgp 424242XXXX neighbor x.x.x.x address-family ipv4-unicast route-map export DN42-ROA |
95 | 95 | ``` |
96 | 96 | |
97 | -###Example Firewall |
|
97 | +##Example Firewall |
|
98 | 98 | In this example our VyOS router has one upstream uplink on **eth0**, and two tunnels/peers on **wg1** and **wg2**. We have two access lists: one for transit connections and one for local connections from our peer (BGP). Notice on the transit access list we don't black hole **invalid** packets - logic behind this is explained [here](https://wiki.dn42/howto/networksettings.md). |
99 | 99 | |
100 | 100 | ####Interfaces |