All of lore.kernel.org
 help / color / mirror / Atom feed
From: "John A. Sullivan III" <jsullivan@opensourcedevel.com>
To: hareram <hareram@sol.net.in>
Cc: netfilter@lists.netfilter.org
Subject: Re: NAT with Multiple Public IPs
Date: Fri, 11 Nov 2005 13:22:10 -0500	[thread overview]
Message-ID: <1131733330.3674.24.camel@localhost> (raw)
In-Reply-To: <00d001c5e6e8$965cc330$09603fca@southern>

On Fri, 2005-11-11 at 23:21 +0530, hareram wrote:
> Hi all
> 
> iam trying to build more than 1000 users network
> 
> now days i see some problem with yahoo
> 
> if using one IP source NAT, yahoo blocking that IP due to some problems come 
> with that IP
> 
> so how can make NAT using 255 IP
> with 1000users
> 
> this should do randomly using 255 IP;s
> 
> any examples
> 
> hare 
> 
> 
> 
One can NAT to a range of IP addresses.  That used to produce a rough
round robin distribution of addresses; I'm not sure if that is still the
case.  Thus you would have:

iptables -t nat -A POSTROUTING -o eth0 -j SNAT --to-source
1.1.1.1-1.1.1.254 
or something similar.

Although it is not complete, the ISCS network security management
project (http://iscs.sourceforge.net) automates the creation of even the
most complex NAT including many to some, some to many, overlapping and
nested NAT.  Good luck - John
-- 
John A. Sullivan III
Open Source Development Corporation
+1 207-985-7880
jsullivan@opensourcedevel.com

Financially sustainable open source development
http://www.opensourcedevel.com



      reply	other threads:[~2005-11-11 18:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-11 17:51 NAT with Multiple Public IPs hareram
2005-11-11 18:22 ` John A. Sullivan III [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1131733330.3674.24.camel@localhost \
    --to=jsullivan@opensourcedevel.com \
    --cc=hareram@sol.net.in \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.