Opened 14 years ago

Closed 14 years ago

#99 closed defect (wontfix)

portforwarding has no option for nfqueue

Reported by: anonymous Owned by: Victor Julien
Priority: major Milestone: undecided
Component: vuurmuur-conf Version: 0.7
Keywords: nfqueue Cc:

Description

There is no option for nfqueue & nfqueue number in portforwarding, only for queue. Vuurmuur_conf also removes manually entered nfqueue options from rules.conf in portforwarding rules.

Change History (1)

comment:1 by Victor Julien, 14 years ago

Resolution: wontfix
Status: newclosed

You can use the DNAT target for that. Instead of a rule like this: portfw service http from world.inet to webserver.farm.dmz

use: nfqueue service http from world.inet to webserver.farm.dmz dnat service http from world.inet to webserver.farm.dmz

This results in the same behavior.

This works fine for me, so closing as wontfix.

Thanks

Note: See TracTickets for help on using tickets.