-5

I have a mikrotik here.

Both interface 1 and 2 have same network (10.10.30.0) and dhcp pool.

I can ping any client on interface 1 from mikrotik and also any client on interface 2. But I cant use to ping any client on interface 2 from any client interface 1. It seems each interface cannot communicate.

I have 3 interface enabled currently.

This is the current IP configuration :

PC : 10.10.10.3/24 - interface1
ADSL router : 10.10.30.2/25 - interface2
WD My Cloud : 10.10.30.200/25 - interface3

Please help

Aldry Wijaya
  • 111
  • 2

1 Answers1

-3

Solved.

I just create a NAT in firewall panel. Action : masquerade Chain : srcnat Out interface : Eth3 (one of my ethernet interface)

Aldry Wijaya
  • 111
  • 2
  • 2
    This is not a solution. As EEAA mentioned you have conflicting subnets. You need to create a bridge, assign all ethernet ports (that have the same subnet) to it and then add the IP address on the bridge interface. What you've done is a bodge at best and will certainly cause you problems in the long run. – Cha0s Dec 28 '15 at 00:28