Community discussions

MikroTik App
 
SionFE
just joined
Topic Author
Posts: 20
Joined: Fri Apr 30, 2021 4:22 pm
Location: Russia, Moscow

Access bridge settings from devices in LAN

Fri Oct 29, 2021 1:02 am

Hello.
My ISP provides internet using GPON and I have to use ONU Terminal (not SFP module) to get the internet to my RB4011. Internet connection scheme is: ISP->ONU Terminal (in bridge mode)->(ether1)RB4011(bridge with ether2-ether10)->Clients. My ONU Terminal has only bridge mode and the only way to configure it is connecting to its ethernet port directly from a PC and access web UI with 192.168.1.1. I cannot access its configuration when connected through RB4011. How can I solve this? Current RB4011 config attached.
You do not have the required permissions to view the files attached to this post.
Last edited by SionFE on Fri Oct 29, 2021 1:26 am, edited 1 time in total.
 
ConnyMercier
Forum Veteran
Forum Veteran
Posts: 725
Joined: Tue Dec 17, 2019 1:08 pm

Re: Access bridge settings from devices in LAN

Fri Oct 29, 2021 1:12 am

Problem: Your Router AND your ONU Terminal have the IP-Address 192.168.1.1
So you will have to change the IP-Address of at least one device
 
SionFE
just joined
Topic Author
Posts: 20
Joined: Fri Apr 30, 2021 4:22 pm
Location: Russia, Moscow

Re: Access bridge settings from devices in LAN

Fri Oct 29, 2021 1:30 am

Problem: Your Router AND your ONU Terminal have the IP-Address 192.168.1.1
So you will have to change the IP-Address of at least one device
I have already done it, no result (no response on 192.168.1.1) since ether 1 (to which bridge is connected) and other ports are not in one bridge. Config with changed address:
You do not have the required permissions to view the files attached to this post.
 
ConnyMercier
Forum Veteran
Forum Veteran
Posts: 725
Joined: Tue Dec 17, 2019 1:08 pm

Re: Access bridge settings from devices in LAN  [SOLVED]

Fri Oct 29, 2021 1:49 am

Solution A:
If it's possible to change the IP-Range of the Router completly
192.168.12.1/24 insteed of 192.168.1.1/24

After that everything will work...


Solution B: Add Route
This might help ! if not you will need mangel rules...
/ip route add copy-from=[find where dst-address=0.0.0.0/0] dst-address=192.168.1.1/32

Solution C: Route + Mangel
If Solution B doen't work, try this :
/ip route set [find where dst-address=192.168.1.1/32] routing-mark=ToUno

/ip firewall mangle
add action=mark-routing chain=prerouting dst-address=192.168.1.1 new-routing-mark=ToUno passthrough=yes
 
SionFE
just joined
Topic Author
Posts: 20
Joined: Fri Apr 30, 2021 4:22 pm
Location: Russia, Moscow

Re: Access bridge settings from devices in LAN

Fri Oct 29, 2021 11:40 am

Solution A:
If it's possible to change the IP-Range of the Router completly
192.168.12.1/24 insteed of 192.168.1.1/24

After that everything will work...


Solution B: Add Route
This might help ! if not you will need mangel rules...
/ip route add copy-from=[find where dst-address=0.0.0.0/0] dst-address=192.168.1.1/32

Solution C: Route + Mangel
If Solution B doen't work, try this :
/ip route set [find where dst-address=192.168.1.1/32] routing-mark=ToUno

/ip firewall mangle
add action=mark-routing chain=prerouting dst-address=192.168.1.1 new-routing-mark=ToUno passthrough=yes
Changing the IP-Range is not possible. Solution B and C didn't give any result, still no response on 192.168.1.1.
 
User avatar
mkx
Forum Guru
Forum Guru
Posts: 11635
Joined: Thu Mar 03, 2016 10:23 pm

Re: Access bridge settings from devices in LAN

Fri Oct 29, 2021 8:04 pm

Changing the IP-Range is not possible.

I can't really believe that you can't change LAN IP addressing scheme, but you know better. However, without changing it (and I guess you don't have enough rights to change addressing of ONU) your problem can not be solved without extensive tinkering.
 
SionFE
just joined
Topic Author
Posts: 20
Joined: Fri Apr 30, 2021 4:22 pm
Location: Russia, Moscow

Re: Access bridge settings from devices in LAN

Sat Oct 30, 2021 12:30 am

I can't really believe that you can't change LAN IP addressing scheme, but you know better. However, without changing it (and I guess you don't have enough rights to change addressing of ONU) your problem can not be solved without extensive tinkering.
Changing the IP of ONU is possible, however I had to do some research to find out the way to do it. Changed ONU's address to 192.168.3.1 and added the address 192.168.3.2 on RB4011 for ether1. Now I am able to access web UI. Thank you for your help.

Who is online

Users browsing this forum: qatar2022, vingjfg and 16 guests