ACCESS DSL MODEM PAGE IN BRIDGE MODE (FROM INTERNET , or local)
As asked by many, here is the short code.
First add any IP in the modem LAN as showed in the image below …
Now add rules in Mikrotik NAT section, and move them on TOP
/ip firewall nat add action=masquerade chain=srcnat comment="Masquerade request going to access DSL Panel/zaib" dst-address=192.168.20.10 add action=dst-nat chain=dstnat comment="Route vdsl modem panel request from internet to local modem - dst-port 1234 to port 80 of modem/zaib" dst-port=1234 in-interface=pppoe-out1 protocol=tcp to-addresses=192.168.2.1 to-ports=80
.
Now you can access modem panel from the internet by
http://your_wan_ip_or_host:1234
or from LAN
Note: You can create ACL to restrict access.
Filed under: Mikrotik Related
