Re: How to use TROXY target only for specific outgoing interface

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sunday 2013-01-13 09:54, Sebastian Poehn wrote:

>I want to run a tcp transparent proxy ( with TPROXY ) processing only traffic outgoing a specific interface. That's what my setup looks like:
>                                                      
>                                                        
>                   lan1 ############                                
>    local net 1 <-------#  ROUTER  # wan                            
>                        #    +     #-------------> internet                       
>    local net 2 <-------#  TPROXY  #                            
>                   lan2 ############                                
>                                                        

-A PREROUTING -j foo
forall LAN subnets
	-A foo -d $lan -j RETURN
-A foo -j TPROXY
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux