Mikrotik do not support RFC3021 /31 addressing, use /32 for the local and gateway addresses:
/ip address
add address=88.xx.xx.15 interface=vlan835 network=88.xx.xx.14
If the subnet public IP is routed to you then adding those addresses to the WAN interface is incorrect. The conventional use case would be to attach the subnet to a LAN
/ip address
add address=80.xx.xx.9/29 interface=<someLAN> network=80.xx.xx.8
Alternatively you can use individual addresses for point-to-point networks (e.g. PPPoE, /32 ethernet links) and/or NAT.
/ip address
add address=88.xx.xx.15 interface=vlan835 network=88.xx.xx.14
If the subnet public IP is routed to you then adding those addresses to the WAN interface is incorrect. The conventional use case would be to attach the subnet to a LAN
/ip address
add address=80.xx.xx.9/29 interface=<someLAN> network=80.xx.xx.8
Alternatively you can use individual addresses for point-to-point networks (e.g. PPPoE, /32 ethernet links) and/or NAT.
Statistics: Posted by tdw — Tue Feb 13, 2024 12:06 am