Community discussions

MikroTik App
 
dazmatic
just joined
Topic Author
Posts: 15
Joined: Fri May 05, 2023 9:25 pm

RBM11G NL952 Modem, passthrough and admin access

Sat May 06, 2023 9:49 am

Hi all.

Hoping one of you lovely people might be able to assist with an issue I'm facing.
I have LTE internet, currently served by a VN007+ router in passthrough mode in an IP rated enclosure outside hooked up to a pair of parabolics.

I'm upgrading from that router because it doesn't aggregate all the band's I need and so purchased an RBM11G and NL952 modem (also got RM500Q) but I've only got a single ethernet cable going to the box outside.

Obviously, I need to keep the passthrough mode as my provider serves me a public IP (no cgnat) but would also like to retain access to the admin interface.

I know the modem can do passthrough, I've tested it straight through to the ethernet port and it was fine.

I've tried various methods, including VLAN APN to ethernet, VLAN APN to bridge and port to ethernet, VLAN APN to ethernet 2 ports and bridge the ports.

Nothing has worked to get passthrough and access to interface on the same ethernet port. I'm really struggling now, I've read every piece of material I can find online but most are specific to other routers or specific Mikrotik modem/routers.

Any pointers would really help

TIA
 
dazmatic
just joined
Topic Author
Posts: 15
Joined: Fri May 05, 2023 9:25 pm

Re: RBM11G NL952 Modem, passthrough and admin access

Sun May 07, 2023 2:25 am

Got it

/interface bridge
add admin-mac=00:11:22:33:44:55 auto-mac=no name=bridge1
/interface lte
set [ find default-name=lte1 ] allow-roaming=no
/interface vlan
add interface=bridge1 name=vlan1 vlan-id=1
add interface=bridge1 name=vlan2int vlan-id=2
/interface list
add name=WAN
add name=LAN
/interface lte apn
set [ find default=yes ] apn=3internet passthrough-interface=vlan2int \
    passthrough-mac=auto use-network-apn=no
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge1 interface=ether1
/interface list member
add interface=lte1 list=WAN
add interface=ether1 list=LAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=ether1 network=\
    192.168.88.0
add address=192.168.5.1 interface=bridge1 network=192.168.5.1
/system clock
set time-zone-name=Europe/London

Who is online

Users browsing this forum: lurker888 and 30 guests