Ticket #39 (new enhancement)
Physdev Support
| Reported by: | dreamind@… | Owned by: | victor |
|---|---|---|---|
| Priority: | minor | Milestone: | undecided |
| Component: | suite | Version: | |
| Keywords: | physdev | Cc: |
Description
Hello,
I'm looking for physdev support (as in iptables) in vuurmuur. Is there a chance that this will get implemented in vuurmuur?
In iptables physdev is done via -m physdev and --physdev-in or/and --physdev-out. This is important to me, because I'm planning to use vuurmuur for a bridged firewall.
For example a iptables call could look like: iptables -A FORWARD -i br0 -o br0 -m physdev --physdev-in eth0 --physdev-out eth1 -j ACCEPT
(added with services and or ip's as you might like)
For documentation, see the manpage of iptables, the section about physdev.
Thanks
Stefan Pfetzing
Change History
Note: See
TracTickets for help on using
tickets.

This is something I'd like to support one day, but I don't think it will be done anytime soon unless someone other than me decides to implement this.