From: JinHyung Park <jinhyung@gmail.com>
To: netfilter@lists.netfilter.org
Subject: I wanna make a new target like SNAT..
Date: Thu, 14 Jul 2005 07:24:28 +0900 [thread overview]
Message-ID: <9b2a1cff05071315243f973f68@mail.gmail.com> (raw)
hi..
i want to make a new target that works like SNAT, but M:N SNAT..
i mean, there are 50 computers and each has a private ip like 192.168.0.x..
10 computers need a specific ip of my 50 real ip.
so, i want that computers to give given range IPs, and another computers
follow anoter iptables rule.
for example, i have 1.1.1.1~1.1.1.50 ip, and 1.1.1.1~1.1.1.10 is special
IPs..
and my 50 computers has a private network, 192.168.0.1~192.168.0.50,
some computer that need specific IP assign ( range 1.1.1.1~1.1.1.10 ) and
another 40 computers just follow other iptables rule..
(like,
iptables -t nat -A POSTROUTING -d 192.168.0.1-192.168.0.50 -j NEWTARGET --to
1.1.1.1-1.1.1.10
and, if all 1.1.1.1-1.1.1.10 are used, other private computer follow
another rule.. )
i checked ipt_NETMAP.c, just my thought, make a newtarget likes NETMAP with
idea like ip pool, but i don know how to pass the next rule if all
1.1.1.1-1.1.1.10 are used. if there is no IP, just return NF_ACCEPT ? ;;
does I make a sense?
please help me...
--
-----------------------------
+82-10-3161-0419 (Korea,South)
jinhyung@gmail.com
-----------------------------
next reply other threads:[~2005-07-13 22:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-13 22:24 JinHyung Park [this message]
2005-07-13 23:20 ` I wanna make a new target like SNAT Jason Opperisano
2005-07-14 4:26 ` JinHyung Park
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=9b2a1cff05071315243f973f68@mail.gmail.com \
--to=jinhyung@gmail.com \
--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.