Hello people! First of all, I got an RB751U-2Hnd so I did the first setup almost …automagically from quick set. I don’t know enough (yet)!
It’s something like this: Lan > Mikrotik > PPPoE bridge to ADSL Router > Internet.
In LAN among others, I have a linux server. I wanted to see it from the ..outer world. So I started with SSH.
I got it listen to 65535 and made a rule like the nat_ssh screenshot.
Trying to login from a different location with the WAN IP of my provider it worked! Huray! Let’s do the same for the 80 I said..
But 80 is used by mikrotik… So first of all I moved mikrotik to 8080 like that:
/ip firewall nat> service set www port=8080 address=0.0.0.0/0 disabled=no
Now I could see mikrotik web interface at port 8080 from wan ip and lan ip. Good. Now 80 is free for my linux server.
I did the EXACT same configuration as port 65535 for SSH for port 80 (you can see it in screenshot) but it doesnt work.
Any ideas what I did wrong ? Or what I should try ?
Ignore rule #1 and #2 I was doing experiments for torrents, it worked so I didn’t touch them. Rule #0 was already there. Maybe from the Quick Set / Auto configuration ?
EDIT:
I tried to make port 8181 to 80 but nothing.
Then I tried to make Apache listen to 8181 and make dstnat 8181<>8181 still nothing.
But ssh still working like a charm.
