| To: | netfilter@lists.netfilter.org |
|---|---|
| Subject: | Fwd: multiple DNAT alternative? |
| From: | "Noman Jamil" <njamil@gmail.com> |
| Date: | Mon, 20 Nov 2006 16:07:58 +0500 |
| Delivered-to: | sp-com-lists@consult.net |
| Delivered-to: | netfilter-list1@securepoint.com |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AbfTz6cYTO7SrY//hP0XO8aw4ESu/J5mwziivVVSHy+u4NZSLxcU8J91qmr8/lRVwWwjQyB7Oml3O03J402l3HQJT2lxi6r1J8RhJhln/Ld37nm0a/0fZ4APrWEmXd8+Mp7ZNX6VGJXIaOpoQZJMsaiXFF02acl1Zd66Be2U6Ws= |
| In-reply-to: | <f5e96a3c0611200306x1edc99f1hb848246cd48634e1@mail.gmail.com> |
| List-archive: | </pipermail/netfilter> |
| List-help: | <mailto:netfilter-request@lists.netfilter.org?subject=help> |
| List-id: | General discussion and user questions <netfilter.lists.netfilter.org> |
| List-post: | <mailto:netfilter@lists.netfilter.org> |
| List-subscribe: | <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=subscribe> |
| List-unsubscribe: | <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=unsubscribe> |
| References: | <f5e96a3c0611200306x1edc99f1hb848246cd48634e1@mail.gmail.com> |
| Sender: | netfilter-bounces@lists.netfilter.org |
Hi all, Is there any alternative of multiple DNAT's which is been droped in the latest kernels or after 2.6.10.x kernel tree. All i want to do is, traffic meant for a particular internal IP should be forward to multiple destinations not as load balacing but as per the connection tracking. Blow are the desired command of DNAT. iptables -t nat -A PREROUTING -p udp -s 0/0 -d 10.0.2.107 -j DNAT --to 202.125.136.60-202.125.136.70 (This command is fine and it works too, but i want to do is not to load balance between the ips but to pick up the ip for which data is meant for) iptables -t nat -A PREROUTING -p udp -s 0/0 -d 10.0.2.107 -j DNAT --to-destination 202.125.136.60 --to-destination 194.202.94.1 (Any alternative for this command which is depricited after 2.6.10 kernel tree.) I would be very thankful for your prompt response. Regards, Nouman -- Deciving Looks -- Deceving Looks |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [announce] iptables-tutorial 1.2.2 book, Oskar Andreasson |
|---|---|
| Next by Date: | RE: [announce] iptables-tutorial 1.2.2 book, Pablo Sanchez |
| Previous by Thread: | [announce] iptables-tutorial 1.2.2 book, Oskar Andreasson |
| Next by Thread: | Re: Fwd: multiple DNAT alternative?, Pascal Hambourg |
| Indexes: | [Date] [Thread] [Top] [All Lists] |