06ef319b05d1db2dc07b4209b4662c102658502c
howto/mikrotik.md
| ... | ... | @@ -53,8 +53,8 @@ remote-address=1.1.1.1 |
| 53 | 53 | |
| 54 | 54 | ### IPs inside the GRE tunnel |
| 55 | 55 | Your peer most likely provided you with IP adresses for GRE tunnel. |
| 56 | -As I said before, you can't use /31 for PtP links, so we will be using /30. |
|
| 57 | -BGP can't resolve routes if you use a /32 in the GRE link. |
|
| 56 | +As I said before, you can't use /31 for PtP links, so, in the "easy way" we will be using /30. |
|
| 57 | +If you want to avoid wasting a whole /30 for your peering, please check the [point-to-point configuration for RouterOS](/howto/mikrotik/ptp32) |
|
| 58 | 58 | |
| 59 | 59 | Add the IP your peer provided you: |
| 60 | 60 | |
| ... | ... | @@ -70,7 +70,7 @@ Here we can use /127, so it's simple: |
| 70 | 70 | |
| 71 | 71 | ``` |
| 72 | 72 | /ipv6 address |
| 73 | -add address=fdc8:c633:5319:3300::41/127 advertise=no interface=gre-dn42-moos |
|
| 73 | +add address=fdc8:c633:5319:3300::41/127 advertise=no interface=gre-dn42-peer |
|
| 74 | 74 | ``` |
| 75 | 75 | |
| 76 | 76 | If you configured everything correctly, you should be able to ping |