Need help!
Im totally new and still learning about routerOS, I have this case that I can remote access my Mikrotik anywhere using remote vpn services as well as all devices connected to it using nat port forwarding, however i cant figure out how to access my ISP modem device (huawei brand), my connection is like this (huawei ISP modem–>MikroTik–>switches–>devices).
Any helpful inputs from you guys is very much appreciated.
Thanks
If the modem is in bridge mode, your will need to add an IP address to the interface that it is connected to on the Mikrotik in the range that the modem is in. For example; If your Modem has an IP of 192.168.1.1 and connected to ether1, you would add 192.168.1.2/24 to ether1.
/ip address
add address=192.168.1.2/24 interface=ether1 network=192.168.1.0
If your modem is in router mode or your have done the above you should be able to simply browse the modems IP as long as your connected to your VPN and sending all data through it. Should also work when on the network also.