I’m trying to connect a Mikrotik LtAP Mini to a PfSense Box. The PfSense box is at my office and the LtAP Mini will be in the vehicle using LTE as the WAN.
The public keys on both end are correct. The PfSense box is reachable via the internet, and I have a Wireguard client on my phone that can connect to it without issue.
The PfSense Wireguard interface has an IP address of 10.200.0.1/24
On the LtAP, I assigned 10.200.0.20/24 to the Wireguard1 Interface. I disabled all fitler on the Mikrotik rules for troubleshooting. On the LtAP Peer config, I’m using a dynamic DNS domain name for the endpoint.
I have 00:00 for the last handshake time, and there’s no traffic going across the interface.
Besides the useless firewall rules, assuming your behind another router and thus dont need any, what is really buggering up this config is your use of subnets.
If your intent is to reach a bunch of subnets on pfsense from 192.168.0.0 - 192.168.255.255 fine. I really doubt that is the case but anyway.
Your local LTE is included in that 192.168.88.0, so recommend on the LTE LAN you simply use 10.10.10.1/24 for an address.
If that was the case. then this should work.
model = RB912R-2nD-LTm
/ip pool
add name=dhcp ranges**=10.10.10.10-10.10.10.254**
_/interface wireguard peers
add allowed-address=10.200.0.1/32,192.168.0.0/16 _ { or 10.200.0.0/24 if to reach other wg clients connected to pfsense } endpoint-address=rangelnet.ddns.net endpoint-port=51820 interface=wireguard1 public-key="3v...c="
Oh I have no intention of helping with that until you fix your firewall rules which are probably part of the problem if the issue is the LTE.
Maybe your issue is on the pfsense config??
If the iphone is capable of reaching the Pfsense subnets then what is different on peer settings between the two on the pfsense for example…
You could be allowing the wiregard address x/32 from phone
You could be allowing the wireguard address y/32 from LTE but forgetting to add 192.168.88.0/24 for example…