Hi All - I have a client that is insisting on using public IPs across the entire private network (I can’t explain why but that is what they requested…)
I have the WAN and LAN configured with with public IPs as per attached diagram however I am not able tp pass traffic across the firewall. I am not even able to ping from .50 to .54.
I guess I am missing something here (I’ve not tried to configure this previously).
Would anyone be able to give me some advice on what I need to be doing?
I now have all my internal routing working fine but I can’t pass traffic across the firewall. e.g I am unable to ping from 103.225.70.54 to 8.8.8.8. I can ping from 103.225.70.54 yo 103.225.70.50 though.
A colleague suggested I need to configure a rule to allow all traffic through the firewall. I have tried to configure that as follows to begin with:
103.225.70.54 and 103.225.70.50 are on same machine, so ping between them must work ok.
Your colleague is basically right, you need to allow traffic going through router. It’s done in forward chain, not in input. But by default, everything is allowed, so if you didn’t omit some blocking rules from “/ip firewal filter” when posting your config, it’s already allowed.
Does everything else have proper routes to all bottom subnets? That would be at least the router with 103.225.70.49 address and possibly other routers, if there are more between these subnets and internet.
Thanks Sob. I suspect I have been looking in the wrong place. I have virtually no config on the Mikrotik so I suspect my route from 103.225.70.49 is incorrect. I need to sort that out first.