Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Dec 2015 18:24:18 +0800
From:      Julian Elischer <julian@freebsd.org>
To:        Daniel Bilik <ddb@neosystem.org>
Cc:        freebsd-net@freebsd.org
Subject:   Re: Outgoing packets being sent via wrong interface
Message-ID:  <565D7552.30806@freebsd.org>
In-Reply-To: <20151201090332.09b038935b8eabf33288c24c@neosystem.cz>
References:  <20151120155511.5fb0f3b07228a0c829fa223f@neosystem.org> <C1D7F956-81C9-4ED4-99B8-E0C73A3ECB37@FreeBSD.org> <20151120163431.3449a473db9de23576d3a4b4@neosystem.org> <20151121212043.GC2307@vega.codepro.be> <20151122130240.165a50286cbaa9288ffc063b@neosystem.cz> <20151125092145.e93151af70085c2b3393f149@neosystem.cz> <20151125122033.GB41119@in-addr.com> <20151127101349.752c94090e78ca68cf0f81fc@neosystem.org> <56597CB5.7030307@freebsd.org> <20151130101838.e59be3db0eb3922d87544b16@neosystem.cz> <565C6F86.7090108@freebsd.org> <20151201090332.09b038935b8eabf33288c24c@neosystem.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
On 1/12/2015 4:03 PM, Daniel Bilik wrote:
> On Mon, 30 Nov 2015 23:47:18 +0800
> Julian Elischer <julian@freebsd.org> wrote:
>
>> ok next time try
>> netstat -raAnW before and after
> Attached ("Internet6" part removed to reduce noise).
>
>> maybe we can spot at difference.
> According to diff(1), entries differ only by "Use" column between .pre
> and .during. The .post output shows the state after "refreshing" default
> route, so there are also different addresses for those entries.

so that doesn't tell us much..

I"m as stumped as you are here..

if you reload pf it has no effect?
pf is the part of the picture I have no experience with so I'm 
naturally suspicious of it.
have you tried a simple ipfw nat instead?  just as a sanity check?

something like
ipfw nat 1 config if re0
ipfw add 30 nat 1 ip from not me  to any out xmit re0
ipfw add 40 nat 1 ip from any to me in recv re0




>
> --
> 						Dan




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?565D7552.30806>