[zorp] iptables configuration for zorp alg

Major Csaba zorp@lists.balabit.hu
Sat, 26 Feb 2005 00:38:16 +0100


On Fri, 2005-02-25 at 19:42 +0100, Tillmann Werner wrote:
> def intra():
>         Service('http', InternHttp)
>         Listener(SockAddrInet('192.168.3.30', 50080), 'http')

Try this as your Service definition:
	Service('http', InternHttp, router=TransparentRouter(forge_addr=1))

MCS