Hi im tryin to config mikrotik with this lan config .
I have local eth1 address 10.0.0.254
and eth2 address 192.168.0.254
i have another lan on the eth2 side but i cant reach it i have added a default route to 0.0.0.0/0 gateway 192.168.0.254 .
Whatever address i try to reach on eth2 side is not replying is there something else i should do ?
oleg,
do you have subnet behind 192.168.0.254 or do you have another subnet attached to ether2 ?
You don’t need any route configuration in the second case,
-ip address added to Ether2 (dynamic routing entry will be added).
-correct default gateway configuration for hosts from different subnets, that users are able to communicate.
I changed the config so it would be easier to explain.
I have two ethernet cards eth1 and eth2 .
Eth1 address is 10.0.1.254/24
Eth2 address is 10.0.2.254/24
On the eth1 side there is a network 10.0.1.0/24 with 3 hosts 10.0.1.1 10.0.1.2 10.0.1.3
Well the problem is that from the eth 2 side its impossible to reach any of the hosts on the eth1 side . When i ping the hosts on eth1 side from the winbox they reply correctly but not when i ping them form the system on the eth2 side