I’m using 450g
I have a planet adsl modem that conected to port 0 (poe) and I change its name to gate in winbox. and the mikrotik conected to my local network by port one (local 1).
I set the modem to bridge mode and i made a ppoe client on mikrotik, so mikrotik conected to the internet and its made and interface called ppoe1, and i change the name to the internet.
i made a srcnat rule and set action to masquerade so all cleint on my local network when set their gateway to 192.168.50.106 (mikrotik port 1 IP) have internet.
Rather than describe stuff, can you please post the output of “/ip address print detail”, “/ip route print detail”, “/interface print”, “/ip firewall export”, and an accurate network diagram.
Make sure to wrap command line output in
tags when posting here so that things stay readable.
when I remove the dstnat rule and type the ip addres in internet explorer I see the mikrotik page and I can remotely connect to mikrotik by telnet and winbox from my home.
Sorry for hiding valid ip, just for security reasons.
Though that is an ugly setup to do. It would be much better and cleaner for you if you could put the server on it’s own routed interface, with firewall rules, NAT etc, than doing it like that.
Issue number 2, is you have the same subnet on two different routed interfaces. Things will not work properly like that. Give your local LAN some different subnet, and you should then be able to reach the modem fine since you already have the NAT rule you need.
What is your ROS verzion ? I have something similar … Im runing ROS 4.15 on RB433 and hm …
really funny … same dstnat for http, pop,smpt,ftp is not working but for p2p,news and vnc port forwarding is working …
Also i normally connect winbox on my public IP via another provider.
I will try new version … 4.17
My server is login to my mikrotik via pppoe (and mikrotik asing him ip 192.168.3.191) … and mikrotik is conected on adsl modem via pppoe-out - wan1 …
Even more funny is that is everything work to before few days … but it stop alone … I did not change anything … also I see in winbox that nat packet is growning … but I cant acess my web pages … really strange .
Maybe some guru see something wrong in my config?