Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Aug 2021 08:32:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 257552] Feature Request: IPFW2 add DragonflyBSD's IPFW3 features
Message-ID:  <bug-257552-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257552

            Bug ID: 257552
           Summary: Feature Request: IPFW2 add DragonflyBSD's IPFW3
                    features
           Product: Base System
           Version: 12.2-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: alfadev@protonmail.com

DragonflyBSD's IPFW3 has below pros which are IPFW2 has not

1)Load-balancing
forward-option can be `round-robin' or `sticky'.
Code:

ipfw3 add forward 192.168.1.1:80,192.168.1.2:80 round-robin tcp from ....

Above example can forward the traffic to 2 destination in round-robin.

2)States can be added/deleted using the ipfw3 utility.
Code:

ipfw3 state delete rulenum


3)States can be expire after some time
Code:

ipfw3 state add rule 1000 udp 192.168.1.100:0 8.8.8.8:53 expiry 600

...

Load balancing-PBR( round-robin, sticky) only available on PF but bandwith ,
captiveportal etc available on IPFW so When i use PF+IPFW same time and Mul=
ti
WAN + captive portal scenerio. Captive portal not works. After PBR outgoing
Packets not entering to IPFW.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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