Hi,

I'd like to add something like this to /etc/shorewall/start:

modprobe xt_TEE
iptables -t mangle -I PREROUTING -i eth0 -j TEE --gateway 1.2.3.4

I have a couple of questions:

1) can I add INCLUDE directives in the start file?

2) do I have to use run_iptables instead?

3) can I avoid running modprobe in start and also avoid putting xt_TEE
in /etc/modprobe.d/ to autoload the kernel module?

4) since start is invoked when shorewall starts, reloads or restarts,
I'd like to know if there's a simple way to make sure only one entry
is inserted and always first.

5) can I let Shorewall take care of the TEE rule directly, via its config files?

Thanks,

Vieri


_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to