<div>Hi Martin,</div>
<div> </div>
<div>Well I'm not exactly sure how but it does not seem to have any problem in sending the packets correctly. When there is no marking, the packets go just fine with the values I have given for the subnets (the ones you've pasted in your mail). So I thought this wouldn't be a problem. </div>

<div> </div>
<div>Pasting a part of tcpdump here when tunnels are created without marking:</div>
<div>23:10:20.699173 IP 192.168.255.77 > <a href="http://192.168.255.75">192.168.255.75</a>: ESP(spi=0xc1862a7a,seq=0x3b), length 164<br>23:10:21.699124 IP 192.168.255.75 > <a href="http://192.168.255.77">192.168.255.77</a>: ESP(spi=0xc5d25503,seq=0x3c), length 164<br>
</div>
<div># ipsec status<br>Security Associations:<br>     tunnel1[2]: ESTABLISHED 5 minutes ago, 192.168.255.77[C=CH, O=strongSwan, CN=192.168.255.77]...192.168.255.75[C=CH, O=strongSwan, CN=192.168.255.75]<br>     tunnel1{1}:  INSTALLED, TUNNEL, ESP SPIs: c5d25503_i c1862a7a_o<br>
     tunnel1{1}:   <a href="http://192.168.255.0/24">192.168.255.0/24</a> === <a href="http://192.168.255.0/24">192.168.255.0/24</a><br></div>
<div>Also, replacing mark_in and mark_out with mark in ipsec.conf still gives the same result. I shall see if there is anything else I can do though. </div>
<div> </div>
<div>Thanks and regards,</div>
<div>Meera <br><br></div>
<div class="gmail_quote">On Wed, Jul 13, 2011 at 12:58 PM, Martin Willi <span dir="ltr"><<a href="mailto:martin@strongswan.org">martin@strongswan.org</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Hi,<br>
<div class="im"><br>>         leftsubnet=<a href="http://192.168.255.0/24" target="_blank">192.168.255.0/24</a><br>>         rightsubnet=<a href="http://192.168.255.0/24" target="_blank">192.168.255.0/24</a><br><br>
</div>How should the routing work if you have the same subnet on both ends of<br>the tunnel? Where should a gateway send such packets to?<br>
<div class="im"><br>>         mark_in=11<br>>         mark_out=10<br><br></div>Using the same mark for in and out is probably simpler, you can set both<br>marks by using:<br><br>         mark=10<br><br>Regards<br><font color="#888888">Martin<br>
<br><br></font></blockquote></div><br>