[zorp] NAT issue

Zhou Li zhou.li at ca-jc.com
Thu Oct 13 04:56:36 CEST 2005


does zorp 3.0.6 support the specialized NAT class you mentioned?
I can't found the such example in NAT.py.

----- Original Message -----
From: "Balazs Scheidler" <bazsi at balabit.hu>
To: "Zorp users mailing list" <zorp at lists.balabit.hu>
Sent: Tuesday, October 11, 2005 16:32
Subject: Re: [zorp] NAT issue


> On Tue, 2005-10-11 at 14:26 +0800, Zhou Li wrote:
> > I am looking for a integrated nat rule example including source ip
address,
> > destination ip address and nat ip address, just like iptables nat rule.
> > iptables -t nat -A POSTROURINT -s 192.168.88.1 -d 192.168.99.1 -j
> > SNAT --to-source 192.168.100.1
> > any example will be appreciate.
>
> the GeneralNAT class is symmetric and transforms a single side only, and
> as it stands it cannot perform a transformation based on the IP address
> of the other side.
>
> It could be implemented however with a specialized NAT class. See the
> examples in NAT.py
>
> --
> Bazsi
>
> _______________________________________________
> zorp mailing list
> zorp at lists.balabit.hu
> https://lists.balabit.hu/mailman/listinfo/zorp
>



More information about the zorp mailing list