Hi, I’m new to Mikrotik but I do understand basic networking concept (had CCNA class before if it’s any help)
So, this is my setup (which should be very straight forward)
I have 1 PC(192.168.0.50) on ether2 (192.168.0.254), connection to my router (192.168.1.1) on ether5 (192.168.1.5).
I run Mikrotik in NAT mode, I have no problem connecting to the internet, but I seem to fail every time when I forward several port to my PC.
Here’s how I test, I use another computer (192.168.1.21) connected to ether5(192.168.1.5) trying to connect to 192.168.1.5:199 which should be forwarded to 192.168.0.50 by using these rules:
add chain=dstnat dst-address=192.168.1.5 action=dst-nat to-addresses=192.168.0.50
add chain=srcnat src-address=192.168.0.50 action=src-nat to-addresses=192.168.1.5
The other rule in the NAT tab is “masquerade” rule, nothing more…
Whenever I try to connect to 192.168.1.5 @port 199 by using telnet (I set apache to listen on port 199 on 192.168.0.50) it times out
When I look at the connection table in the Firewall part of Mikrotik, the connection is indeed being made, but only to “SYN”, not established
The state of my Mikrotik software is close to factory default (except for default route rule [0.0.0.0/0 through 192.168.1.1])
Any help is appreciated…
Thanks
ZZZ2496.
[Update] Never mind… I found the culprit… it was the host’s firewall…
Sorry for the wasted disk space…
Please lock the thread…
Thanks
ZZZ2496.
[Update 2]
Hmm… apparently only one rule works… I don’t know what’s wrong with the other one.
I’m trying to forward 2 ports to the host, first is port 59596 and the second one is 55555.
The one that works is 59596, 55555 doesn’t work (it’s apache that listens on 55555)
Maybe I’m missing something?
Thanks…
[Update 3]
I didn’t realize that this host have so many firewalls installed on it…
Sorry for the bother again…
This time lock the thread…
Thanks
ZZZ2496