lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 25 Aug 2008 08:37:50 +0200
From:	"Marco Berizzi" <pupilla@...mail.com>
To:	"Jan Engelhardt" <jengelh@...ozas.de>
Cc:	<netdev@...r.kernel.org>, <netfilter-devel@...r.kernel.org>
Subject: Re: Unexpected source address selection in routing

Jan Engelhardt wrote:

>
> On Sunday 2008-08-24 20:31, David Miller wrote:
> >
> >> It appears that the routing code selects the outgoing source
address to
> >> use for packets is chosen when the socket is established instead of
> >> at routing time.
> >>
> >> The following presents a test case for "unexpected" (from a user's
> >> perspective) behavior.
> >>
> >> Is there any way to make it behave as a user would expect?
> >
> >No matter when we had made the routing lookup, we would have ended
> >up with what you see the kernel doing.
> >
> >The route is looked up long before netfilter even sees the packets.
> >
> >The source address selection at the socket level can only "see" the
> >original destination address and therefore makes the source address
> >selection using that original destination address.
>
> That's what I thought. With IPv4, one can cheat and use
> SNAT/MASQUERADE, but what about IPv6? (Other than using the RAWNAT
> extension, which bypasses netfilter connection tracking.)

Just for records, I opened a bug report (a feature request) about
this at http://bugzilla.kernel.org/show_bug.cgi?id=9767


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ