I have recently bought a RB2011UiAS-2HnD-IN for our Office,
Everything is working except dstnat ( to connect a pc from outside)
For testing I have disabled all other filters and rules and this is the only active rule :
When connecting from outside it timeouts after 10 seconds but I see Packets and Bytes are changed for this rule…
Also I see following log for this rule :
20:45:05 firewall,info dstnat: in:pppoe-out1 out:(none), proto TCP (SYN), MY_PC_IP:49321->WAN_IP:3389, len 52
I can ping 192.168.1.101 from Mikrotik and the PC doesn’t have any firewall .
At home I have a RB450 and the dstnat works without any problem using the same rule…
Thanks
To me, it looks like successfully forwarded SYN packets. If 192.168.1.101 is alive (it must be, if you can ping it from router) and its port 3389 is not firewalled (I have to trust you here) and service on port 3389 is running (I hope you tested it from LAN), it should have responded to first one.
For the lack of better ideas, 192.168.1.101 does have default gateway set to router’s address (192.168.1.100 it seems), right?
Yes , 192.168.1.101 has default gateway address of router which is 192.168.1.100 …
I also tried with other pcs which running http and ftp servers , still no success
Before installing the Mikrotik We were using a ADSL Modem and its Port Forwarding feature and there was no any problem …
ISP didn’t change .. I have just created PPPOE connection inside Mikrotik …
Router IP is the same as old ADSL Model IP
According to log, forwarding is working and forwarded packets should go out via bridge-local (I don’t see anything that could prevent it, except bridge filters, but you most likely do not use any). To be sure, you can use Tools->Torch on bridge-local and you should see packets for 192.168.1.101:3389. You can also try packet sniffer on 192.168.1.101, to see if anything arrives for 3389.
I installed Mikrotik OS (free) on a PC and I just created pppoe / NAT for LAN and dstnat and it worked !
I think the problem is related to routing …
I can reset all configs on the Mikrotik and do it from start but I will be happy to fix it and find the Issue …
Second router is not part of LAN (192.168.1.0/24), so I don’t know how it could work with it. But I assume it’s just copy & paste error and the line is missing. Except this, I don’t see any difference, so routing does not look like the problem.
You didn’t write if you checked if packets are successfully leaving the router (using Tool->Torch). If you do that, do you see only Tx, both Rx&Tx or nothing?
Another idea (which means that I wouldn’t trust you about disabling all filter rules) is that the problem might be in the other direction. If you add these rules (almost the same as previous ones, except these are for src-port instead of dst-port, to catch reply packets), do they produce anything in log?