Erez Doron wrote:

>does linux support NAT pool ? ( i.e. NAT/IP-MASQ with more then a single
>ip )
>
>
>thanks
>erez.
>
>=================================================================
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]
>
>
>
sure,
iptables -t nat -A POSTROUTING -o ppp0 -j SNAT --to 
1.2.3.4-1.2.3.7(range of real ip addresses).

Please refer to netfilter homepage:
http://netfilter.samba.org

they have NAT-HOWTO
and also NETFILTER HOWTO


Avishay






=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to