On Tue, 2 Jul 2013 10:26:40 +0200 Christopher Zimmermann <chr...@openbsd.org> wrote:
> Hi, > > My IPsec roadwarrior setup on my laptop broke with one of the latest > snapshots because some outgoing connections are routed wrongly with a > source ip of 127.0.0.1. I was wrong in assuming a recent change to the kernel is causing this. I can reproduce this behaviour with a kernel from 13-05-01 and I'm pretty sure it did work just fine back then. Still this looks like a bug to me. ICMP messages being routed with the correct source ip just fine, but udp and tcp getting a source ip of 127.0.0.1 while leaving on interface lo1 which only has the 172.26.153.49 ip assigned. Christopherd