bbdb6b0c6a16e234033bb6ea173484abf870e833
howto/Bird.md
... | ... | @@ -13,11 +13,11 @@ apt-get install bird |
13 | 13 | |
14 | 14 | # Example configuration |
15 | 15 | |
16 | -* Replace `<AS>` with your Autonomous System Number (only the numbers) |
|
16 | +* Replace `<AS>` with your Autonomous System Number (only the digits) |
|
17 | 17 | * Replace `<GATEWAY_IP>` with your gateway ip (the internal dn42 ip address you use on the host, where dn42 is running) |
18 | 18 | * Replace `<SUBNET>` with your registered dn42 subnet, which you allocated on [nixnodes](https://io.nixnodes.net/) |
19 | 19 | * Replace `<PEER_IP>` with the ip of your peer who is connected with you using your favorite vpn protocol (openvpn, ipsec, tinc, ...) |
20 | -* Replace `<PEER_AS>` the Autonomous System Number of your peer |
|
20 | +* Replace `<PEER_AS>` the Autonomous System Number of your peer (only the digits) |
|
21 | 21 | * Replace `<PEER_NAME>` a self chosen name for your peer |
22 | 22 | |
23 | 23 | ### IPV4 |