Problem Simple Routing in Configured GNS3

Here is the visual configuration of my gns3

my loopback(cloud) ip is 10.1.1.1/24

mikrotik ether1 ip = 10.1.1.2/24

i can ping 10.1.1.2

but when i put the ip 10.2.2.1/24 in ether5 i can not get ping to 10.2.2.1. but still i ping to 10.1.1.2

as well as if i ping 10.2.2.2 of mikrotik 2 same happen.

if i ping 10.2.2.2 from terminal of mikrotik then i get ping.


here

cloud interface to mikrotik ether1.

mikrotik ether5 to mikrotik2 ether1.

for reference plz check attached file.
topology.jpg

on mikrotik 1 ether5 are on bridge with anything?

put “/export compact” of both mikrotik for better understand where is the problem.

From cloud you CAN NOT ping 10.2.2.1 if you not set route on “cloud” like 10.2.2.0/24 > 10.1.1.2

On the above image settings


10.1.1.1/24 = on my laptop loopback interface

10.1.1.2/24 = mikrotik ether1 interface


and this is in gns3 simulator.



============= Here is mikrotik / export compact =========================

[admin@MikroTik] > /export compact

may/25/2014 07:11:17 by RouterOS 6.13

software id =

/interface ethernet
set [ find default-name=ether1 ] advertise=
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full mac-address=
52:54:00:12:34:56
set [ find default-name=ether2 ] disabled=yes mac-address=00:00:AB:52:43:01
set [ find default-name=ether3 ] disabled=yes mac-address=00:00:AB:AB:FD:02
set [ find default-name=ether4 ] disabled=yes mac-address=00:00:AB:33:21:03
set [ find default-name=ether5 ] advertise=
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full mac-address=
00:00:AB:01:DC:04
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
mac-cookie-timeout=3d
/port
set 0 name=serial0
/ip address
add address=10.1.1.2/24 interface=ether1 network=10.1.1.0
add address=10.2.2.1/24 interface=ether5 network=10.2.2.0
/ip dhcp-client
add dhcp-options=hostname,clientid
/ip upnp
set allow-disable-external-interface=no
/system lcd
set contrast=0 enabled=no port=parallel type=24x4
/system lcd page
set time disabled=yes display-time=5s
set resources disabled=yes display-time=5s
set uptime disabled=yes display-time=5s
set packets disabled=yes display-time=5s
set bits disabled=yes display-time=5s
set version disabled=yes display-time=5s
set identity disabled=yes display-time=5s
set ether1 disabled=yes display-time=5s
set ether2 disabled=yes display-time=5s
set ether3 disabled=yes display-time=5s
set ether4 disabled=yes display-time=5s
set ether5 disabled=yes display-time=5s

Now i can ping only mikrotik but not mikrotik2 that is connected to mikrotik ether5 with ip 10.2.2.2/24

as well as 10.2.2.1/24 at mikrotik.