I have an ltAP with an EC25 card, which I think is mostly working. I had to put it into IPV6 only mode to get an address, and it now has a global unicast address but I can’t ping anything. Is there something I’m missing?
[admin@MikroTik] /interface/lte> /ipv6 add print
Flags: D - DYNAMIC; G - GLOBAL, L - LINK-LOCAL
Columns: ADDRESS, INTERFACE, ADVERTISE
# ADDRESS INTERF AD
0 DL fe80::c6ad:34ff:fe02:7b26/64 bridge no
1 DL fe80::c6ad:34ff:fe02:7b28/64 wlan1 no
2 DL fe80::c6ad:34ff:fe02:7b26/64 ether1 no
3 DL fe80::c4d4:43ff:fec2:2634/64 lte1 no
4 DG 2600:1000:bf0a:202:c4d4:43ff:fec2:2634/64 lte1 no
[admin@MikroTik] /interface/lte>
[admin@MikroTik] /interface/lte> /ipv6 route print
Flags: D - DYNAMIC; I - INACTIVE, A - ACTIVE; c - CONNECT, m - MODEM, y - COPY; H - HW-OFFLOADED
Columns: DST-ADDRESS, GATEWAY, DISTANCE
DST-ADDRESS GATEWAY D
DAm ::/0 fe80::bc0c:8c0a:8d28:339f%lte1 2
DAc 2600:1000:bf0a:202::/64 lte1 0
D m 2600:1000:bf0a:202::/64 1
DIcH fe80::%wlan1/64 wlan1 0
DAc fe80::%ether1/64 ether1 0
DAc fe80::%bridge/64 bridge 0
DAc fe80::%lte1/64 lte1 0
[admin@MikroTik] > ping 2600:4700:4700::64
SEQ HOST SIZE TTL TIME STATUS
0 2600:4700:4700::64 timeout
1 2600:4700:4700::64 timeout
2 2600:4700:4700::64 timeout
3 2600:4700:4700::64 timeout
4 2600:4700:4700::64 timeout
5 2600:4700:4700::64 timeout
sent=6 received=0 packet-loss=100%
[admin@MikroTik] > ping 2606:4700:4700::64
SEQ HOST SIZE TTL TIME STATUS
0 2606:4700:4700::64 timeout
1 2606:4700:4700::64 timeout
sent=2 received=0 packet-loss=100%
[admin@MikroTik] > ping 2606:4700:4700::6400
SEQ HOST SIZE TTL TIME STATUS
0 2606:4700:4700::6400 timeout
1 2606:4700:4700::6400 timeout
sent=2 received=0 packet-loss=100%
[admin@MikroTik] > ping 2607:f8b0:4009:807::200e
SEQ HOST SIZE TTL TIME STATUS
0 2607:f8b0:4009:807::200e timeout
1 2607:f8b0:4009:807::200e timeout
Fiddling with APN settings and LTE settings doesn’t get me very far, but I’m pretty new at connecting via cellular. I’ve also tried changed source interface and source address with the pings, no luck.