Community discussions

MikroTik App
 
dlj87
just joined
Topic Author
Posts: 15
Joined: Wed Sep 26, 2012 8:52 am

Can't ping remote subnet through l2tp over ipsec tunnel

Tue Mar 11, 2014 1:26 pm

Hi! I have Centos 6.5 server with OpenSwan and xl2tpd installed from one side and RB2011 (6.10) with local subnet 192.168.193.0/24 from other side. There are an ipsec transport mode connection and l2tp tunnel between server and router. 10.11.0.1 - server and 10.11.0.10 - router. I have made routes "route add -net 192.168.193.0/24 gw 10.11.0.10" on centos and 10.11.0.0/24 gw l2tp on RB. So I can ping router from server and in the reverse direction. But I can't ping 10.11.0.1 from local subnet 192.168.193.0/24. I can get access to web-server 10.11.0.1:80 from 192.168.193.0/24, looks strange. I tried to change mtu l2tp tunnel to 1460 and 1410, but got nothing. I also tried to use a tunnel mode of ipsec - no ping. Can anybody help me?