Mikrotiks don’t use the obvious syntax for support /31 addresses, instead you configure a /32 address but specify the other end as the network parameter:
Just factory reset the router to a base config and added that line in but still not working. This is what my router table looks like
[Router] /ip route> print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
Its been added but still no internet access. I'm starting to think its an issue with ISP router we are connecting to
This is my route table now
[Router] > /ip route print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 193.56.1.222 1
1 DC 10.1.1.0/24 10.1.1.1 Guest-WiFi-VLan... 255
2 DC 10.200.253.0/24 10.200.253.1 ether5 (Public ... 255
3 ADC 192.168.20.0/24 192.168.20.1 ether4 (Seconda... 0
4 ADC 193.56.1.222/32 193.56.1.223 ether1 (Internet) 0
[Router] >
@tdw, turns out the ISP’s router is running an L2TP VPN into their network to give us the static IP we needed ( Its a 5G router ). We had their router running in IP Pass through which killed that connection. Its all now re-established and we have Internet connectivity.