I have a new WAP R with R11e-LTE, so effectively a WAP LTE kit. I currently have it in LTE mode (so no WiFI) and I am trying to bridge the LTE interface to the ether1 interface so my PC effectively gets the WAN IP directly. DHCP is currently enabled on ether1 and the OS is 6.41.4 I’ve followed the docs which give an example:
To configure the Passthrough on ether1:
[admin@MikroTik] > /interface lte apn add apn=apn1 passthrough-interface=ether1
[admin@MikroTik] > /interface lte set lte1 apn-profiles=apn1
I’ve done my equivalent:
[admin@MikroTik] /interface lte apn> print
Flags: * - default
0 * name="default" apn="T-Mobile Internet" use-peer-dns=yes
add-default-route=yes default-route-distance=2
[admin@MikroTik] /interface lte apn> set passthrough-interface=ether1
numbers: 0
00:42:59 echo: lte,critical lte1 disabled, bad APN config: Passthrough interface c
an not be slave! (6)
[admin@MikroTik] /interface lte apn> print
Flags: * - default
0 * name="default" apn="T-Mobile Internet" use-peer-dns=yes
add-default-route=yes default-route-distance=2
passthrough-interface=ether1 passthrough-mac=auto
This has not worked and I don’t know what I’m doing wrong as I am just following the example. I also tried setting up another profile with the same result.
Can anyone help me?