[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NAT POOL
- To: linux-il(at-nospam)linux.org.il
- Subject: Re: NAT POOL
- From: cgadsl6 <cgadsl6(at-nospam)netvision.net.il>
- Date: Thu, 29 Nov 2001 16:37:36 +0200
- Delivered-To: linux.org.il-linux-il@linux.org.il
- References: <3C06419F.E156059D@savan.com>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
- User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.5) Gecko/20011027
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 linux-il-request@linux.org.il with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail linux-il-request@linux.org.il
>
>
>
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 linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il