Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2014 06:09:12 +0800
From:      Julian Elischer <julian@freebsd.org>
To:        krad <kraduk@gmail.com>, Stephen Hocking <stephen.hocking@gmail.com>
Cc:        hackers@freebsd.org
Subject:   Re: Fun with PF & redirection
Message-ID:  <54989688.9050601@freebsd.org>
In-Reply-To: <CALfReyc2miVm5Wnh_=OADfx0wLdw0JsHrwwKkbEu=HuD0qX5Pw@mail.gmail.com>
References:  <CA%2BxzKjDzVXJomaYzF3ju1cxEchTVw7NN=OtpSoxeEYdr6AHPAA@mail.gmail.com> <CALfReyc2miVm5Wnh_=OADfx0wLdw0JsHrwwKkbEu=HuD0qX5Pw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 12/22/14 8:48 PM, krad wrote:
> should that be 5044:65334 rather than 65334:5044?
> also make sure you are not filtering ports 5044-65334 and that the $spoof_port
> isnt filtered
>
> On 21 December 2014 at 20:40, Stephen Hocking <stephen.hocking@gmail.com>
> wrote:
>
>> Hi all,
>>
>> I'm using PF on a 10.1 box, and am trying to redirect a range of ports to a
>> single port, with a rule like this:
>>
>> rdr on $ext_if proto tcp from any to any port 65334:5044 -> $spoof_host
>> port $spoof_port
>>
>> spoof_host has been set to 127.0.0.1.
>>
>> This does not seem to work. Any ideas?
use ipfw?
   fwd 127.0.0.1:$spoof_port tcp from any to me 5044-65334
>>
>>     Stephen
>> _______________________________________________
>> freebsd-hackers@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
>> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
>>
> _______________________________________________
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
>
>




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