ipfw3 show dumps core after adding forwarding rule

bycn82 bycn82 at gmail.com
Sun Jan 17 09:05:03 PST 2016


thanks for pointing out this bug, I will check it and fix it

Syntax:
ipfw3 add forward IP1[:port1][,IP2[:port2]]....  [forward option] [proto]
protocol

so please refer to below sample

if I want to forward the traffic to 192.168.128.1 which is originally
sending to 192.168.128.5, then use
ipfw3 add forward 192.168.128.1 tcp to 192.168.128.5

"forward" means "forward to"  that is the reason why i rename it from "fwd"
to "forward"


ZZZzzz, bye



On 17 January 2016 at 23:13, Matthias Play <matthias_play at gmx.net> wrote:

> Hi,
>
> after adding the following rule to ipfw3 rule set 'ipfw3 show' dumps core:
>
>         ipfw3 add forward tcp 192.168.128.5:22 to 192.168.128.1:22
>
> Regards
> Matthias
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dragonflybsd.org/pipermail/users/attachments/20160118/e6196d33/attachment-0006.html>


More information about the Users mailing list