I'm setting up a solution that will have multiple LtAP Mini's connected to a main router, on the Mini LtAP I am using the passthrough method so my APN config looks like this:
Code: Select all
/interface lte apn
add apn=internet name=internet passthrough-interface=data passthrough-mac=auto passthrough-subnet-selection=p2p
On the main router I am using DHCP to get the public IP address back. When you look at the route table I will get a default route set as:
Code: Select all
dst-address=0.0.0.0/0 gateway=10.177.0.6 gateway-status=10.177.0.6 reachable via data-4G-A distance=1 scope=30 target-scope=10 vrf-interface=data-4G-A
What I am trying to figure out is if there is a way to change the address 10.177.0.6, this appears to auto-generated. Checking all my configs 10.177.0.6 is not set anywhere and my assumption is it is a default or it is set via the R11e using AT commands.
Has anyone seen this before and found a way to set a different p2p passthrough address for the gateway?