Hi all I have a running routerboard setup as follow.
With this setup I am able to use one wan per lan the problem is port forwardin actually I am not able to forward any port
Can someone help me?
Thank’ s
mik_saturday_24-2.rsc (3.89 KB)
Hi all I have a running routerboard setup as follow.
With this setup I am able to use one wan per lan the problem is port forwardin actually I am not able to forward any port
Can someone help me?
Thank’ s
mik_saturday_24-2.rsc (3.89 KB)
With your current config, you can forward ports only from the WAN used by internal device. So e.g. forwarding port to 192.168.12.x will work from WAN3, but not from any other. In order to work from any WAN, you need to mark connections based on incoming WAN and then mark routing for replies based on connection marks, i.e. send them to the right WAN, where the request came from.
You can see necessary steps at https://wiki.mikrotik.com/wiki/Manual:PCC (ignore the load balancing part, the rules with per-connection-classifier).
Hi all
I solve the problem, I found the solution in this article http://blog.butchevans.com/2008/09/mikrotik-policy-routing-implementation-example
next days I will post the complete configuration, after some debug, to see if is all ok
Thanks