On 06/25/2013 09:14 AM, juffinhalli wrote:
> Hello!
> 
> I have carefully studied the program, but I still have one question. Is 
> it possible to create the following rule:
> 
> # iptables -t mangle -A INPUT -i eth0 -j CONNMARK --set-mark 0x2
> # iptables -t mangle -A INPUT -i eth1 -j CONNMARK --set-mark 0x4
> # iptables -t mangle -A OUTPUT -j CONNMARK --restore-mark

Not through a Vuurmuur rule, but you can use the PRE-VRMR-* chains for
custom rules like this.

Note however that marking is also used for some things inside Vuurmuur,
so you risk messing those up. So I suggest you review the ruleset
Vuurmuur produces + your own modifications with care.

Cheers,
Victor

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Vuurmuur-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vuurmuur-users

Reply via email to