No luck. If I plug in my Windows tablet directly into the modem and set my IP to 192.168.0.5 and my Gateway to 192.168.0.2 I can login to the Admin page of the DSL modem without issue.
Appreciate any suggestions.
PS> As a newbie to RouterOS and MikroTIk, can I just say what a wonderful product this is! Coming from an older ASUS/Linksys/Dlink world with WW-DRT or Tomato firmware - wow a night in day difference in performance and functionality - love this product.
Scrummy,
I made an access to the ADSL-modem from WAN and from LAN (using access rights).
I’ll just show my config.
ADSL-modem is in bridge mode.
modem’s Web-port was changed from 80 to 9080
mikrotik’s ethernet port connected to modem has a name “eth2”, and ip 172.16.18.22/30
modem’s ip = 172.16.18.21/30
mikrotik LAN subnet = 192.168.200.0/24
allow access for external ip addresses = 175.15.x.x and 183.13.x.x
wan interface=pppoe-out
/ip address
add address=172.16.18.22/30 comment="For access to ADSL-modem" interface=eth2 network=172.16.18.20
/ip firewall address-list
add address=192.168.200.1-192.168.200.254 comment="Access to ADSL-modem" list=access-adsl
add address=175.15.x.x list=access-adsl
add address=183.13.x.x list=access-adsl
/ip firewall filter
add chain=forward comment="Allow access to ADSL-modem from Lan and Internet" dst-address=172.16.18.21 dst-port=9080 protocol=tcp src-address-list=access-adsl
/ip firewall nat
add action=dst-nat chain=dstnat comment="NAT access to ADSL-modem from Internet" dst-port=9080 in-interface=pppoe-out protocol=tcp src-address-list=access-adsl to-addresses=172.16.18.21
add action=src-nat chain=srcnat comment="NAT access to ADSL-modem from LAN" dst-port=9080 protocol=tcp src-address-list=access-adsl to-addresses=172.16.18.22
I had been playing last night and actually was able to access the modem by setting the Address to 192.168.0.5 instead of .2.
For a few hours everything was working perfectly, then this morning everything went wrong. When I looked at my router, my TX on my Gateway port was saturating the connection. I reverted the changes I made, but still it wouldn’t work.
I then replaced my DSL modem with a new one, and still nothing. Then about 4 minutes after changing my modem everything settled down again and my TX dropped to a small amount of traffic. It’s been fine since.
Now one thing I’ve noticed in various posts is that people are re-directing port 80. Why is this being done, as I had not done this.