<div dir="ltr"><div>hi, </div><div><br></div><div>My system is Ubuntu 13.04, kernel version is 3.8.0-21-generic, bird version is 1.3.10. </div><div><br></div><div>In order to achieve two functions in r0: </div><div><br></div>
<div>Use ecmp functions to achieve load balancing.</div><div>Using iptables connmark modules in solving the problem of address overlap.</div><div><br></div><div>I have two devices r0-1, I used the bird's ospf and ecmp function, r0 can learn from r1 to the twodefault route. </div>
<div><br></div><div>As follows: </div><div>default proto bird </div><div>    nexthop via 192.168.0.1 dev tun1 weight 3 </div><div>    nexthop via 192.168.0.2 dev tun2 weight 1 </div><div><br></div><div>I use tcpdump, Ethereal found on r0 data is based per_packet forwarded to r1. </div>
<div><br></div><div>But I'm on r0 configured conntrack. If I use conntrack, so my data from r0 to r1 will generate about connection problems. How do I solve it. </div><div><br></div><div>Whether per_connection function can solve this connection problem? How to open per_connection on ubuntu system? </div>
<div><br></div><div>Thanks for the help you provided earlier, thanks again ...</div></div>