How to solve a trouble with IPSec?

Hi, I am trying to connect Mikrotik router with Linux machine over IPSec. I configured both sides according to doc (http://www.mikrotik.com/testdocs/ros/3.0/vpn/ipsec.php). It goes almost well, IPSec's SA's are established but packets can't go thru (I'm trying ping a computer "on the other side" with no reply).

network on mikrotik: 10.1.1.0/24 , network on linux 192.168.11.0/24

Here is routing table in mikrotik:

DST-ADDRESS PREF-SRC G GATEWAY DISTANCE IN..

0 ADS 0.0.0.0/0 r 195.39.2.102 1 GTS
1 ADC 10.1.1.0/24 10.1.1.1 0 3_..
2 ADC 10.1.2.0/24 10.1.2.1 0 2_..
3 ADC 10.1.3.0/24 10.1.3.1 0 4_..
4 ADC 10.1.4.0/24 10.1.4.1 0 5_..
5 ADC 192.168.1.0/24 192.168.1.2 0 1_..
6 ADC 195.39.2.102/32 213.29.201.108 0 GTS

but I can't see any route for packets from 192.168.11.0/24 network
The route table of linux looks better:

Destination Gateway Genmask Flags Metric Ref Use Iface
212.96.169.128 * 255.255.255.224 U 0 0 0 eth2
212.96.169.128 * 255.255.255.224 U 0 0 0 ipsec0
192.168.0.0 * 255.255.255.0 U 0 0 0 eth1
192.168.11.0 * 255.255.255.0 U 0 0 0 eth0
192.168.11.0 * 255.255.255.0 U 0 0 0 ipsec1
10.1.1.0 celakovice.lica 255.255.255.0 UG 0 0 0 ipsec0
default celakovice.lica 0.0.0.0 UG 0 0 0 eth2

Here is the route for network 10.1.1.0/24 routed to ipsec0

Why I can't see any interface like ipsec0 in mikrotik router? If it's right how to solve routing?
What's wrong?

Thanx Tom

Why I can’t see any interface like ipsec0 in mikrotik router? If it’s right how to solve routing?
What’s wrong?

Not one Linux IPSec realisation exist. Most popular is ‘native mode’ IPSec and ‘kernel [mode] IPsec support’ - KLIPS.
KLIPS have ipsecX device support. ‘Native’ - not.
MT OS support ‘native mode IPSec’ (no ipsecX device).