* Duplicate IP scenario. Doable with iptables?
@ 2004-11-23 19:28 Kevin Hilscher
0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilscher @ 2004-11-23 19:28 UTC (permalink / raw)
To: netfilter
I have a somewhat odd scenario that requires the same pools of 192.168
IPs to be bound to eth1 and eth2 on the same machine. I need to NAT
another pool of 10.x.x.x IPs bound to eth0 to these two pools of 192.168
IPs. The setup is as follows:
eth0:10.115.0.1/16 -> eth1:192.168.0.1/24
eth0:10.115.0.2/16 -> eth1:192.168.0.2/24
eth0:10.115.0.3/16 -> eth1:192.168.0.3/24
eth0:10.115.0.4/16 -> eth1:192.168.0.4/24
eth0:10.115.0.5/16 -> eth1:192.168.0.5/24
eth0:10.115.0.6/16 -> eth1:192.168.0.6/24
eth0:10.116.0.1/16 -> eth2:192.168.0.1/24
eth0:10.116.0.2/16 -> eth2:192.168.0.2/24
eth0:10.116.0.3/16 -> eth2:192.168.0.3/24
eth0:10.116.0.4/16 -> eth2:192.168.0.4/24
eth0:10.116.0.5/16 -> eth2:192.168.0.5/24
eth0:10.116.0.6/16 -> eth2:192.168.0.6/24
Suse 8.1 has no problem letting me bind the same IPs to eth1 and eth2,
since eth1 and eth2 are not on the same physical network. However, I am
having problems writing my NAT rules for this scenario.
Is this scenario doable under iptables?
TIA,
Kevin
^ permalink raw reply [flat|nested] 4+ messages in thread
* Duplicate IP scenario. Doable with iptables?
@ 2004-11-23 19:44 Kevin Hilscher
2004-11-23 19:50 ` Jason Opperisano
2004-11-27 4:04 ` John A. Sullivan III
0 siblings, 2 replies; 4+ messages in thread
From: Kevin Hilscher @ 2004-11-23 19:44 UTC (permalink / raw)
To: netfilter
I have a somewhat odd scenario that requires the same pools of 192.168
IPs to be bound to eth1 and eth2 on the same machine. I need to NAT
another pool of 10.x.x.x IPs bound to eth0 to these two pools of 192.168
IPs. The setup is as follows:
eth0:10.115.0.1/16 -> eth1:192.168.0.1/24
eth0:10.115.0.2/16 -> eth1:192.168.0.2/24
eth0:10.115.0.3/16 -> eth1:192.168.0.3/24
eth0:10.115.0.4/16 -> eth1:192.168.0.4/24
eth0:10.115.0.5/16 -> eth1:192.168.0.5/24
eth0:10.115.0.6/16 -> eth1:192.168.0.6/24
eth0:10.116.0.1/16 -> eth2:192.168.0.1/24
eth0:10.116.0.2/16 -> eth2:192.168.0.2/24
eth0:10.116.0.3/16 -> eth2:192.168.0.3/24
eth0:10.116.0.4/16 -> eth2:192.168.0.4/24
eth0:10.116.0.5/16 -> eth2:192.168.0.5/24
eth0:10.116.0.6/16 -> eth2:192.168.0.6/24
Suse 8.1 has no problem letting me bind the same IPs to eth1 and eth2,
since eth1 and eth2 are not on the same physical network. However, I am
having problems writing my NAT rules for this scenario.
Is this scenario doable under iptables?
TIA,
Kevin
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Duplicate IP scenario. Doable with iptables?
2004-11-23 19:44 Kevin Hilscher
@ 2004-11-23 19:50 ` Jason Opperisano
2004-11-27 4:04 ` John A. Sullivan III
1 sibling, 0 replies; 4+ messages in thread
From: Jason Opperisano @ 2004-11-23 19:50 UTC (permalink / raw)
To: netfilter
On Tue, Nov 23, 2004 at 12:44:07PM -0700, Kevin Hilscher wrote:
> I have a somewhat odd scenario that requires the same pools of 192.168
> IPs to be bound to eth1 and eth2 on the same machine.
odd? no--it seems pretty much everyone has the same two problems these
days:
1) multiple, overlapping network address ranges
2) an inability to search through mailing list archives
> I need to NAT
> another pool of 10.x.x.x IPs bound to eth0 to these two pools of 192.168
> IPs. The setup is as follows:
>
> eth0:10.115.0.1/16 -> eth1:192.168.0.1/24
> eth0:10.115.0.2/16 -> eth1:192.168.0.2/24
> eth0:10.115.0.3/16 -> eth1:192.168.0.3/24
> eth0:10.115.0.4/16 -> eth1:192.168.0.4/24
> eth0:10.115.0.5/16 -> eth1:192.168.0.5/24
> eth0:10.115.0.6/16 -> eth1:192.168.0.6/24
>
> eth0:10.116.0.1/16 -> eth2:192.168.0.1/24
> eth0:10.116.0.2/16 -> eth2:192.168.0.2/24
> eth0:10.116.0.3/16 -> eth2:192.168.0.3/24
> eth0:10.116.0.4/16 -> eth2:192.168.0.4/24
> eth0:10.116.0.5/16 -> eth2:192.168.0.5/24
> eth0:10.116.0.6/16 -> eth2:192.168.0.6/24
>
> Suse 8.1 has no problem letting me bind the same IPs to eth1 and eth2,
> since eth1 and eth2 are not on the same physical network. However, I am
> having problems writing my NAT rules for this scenario.
>
> Is this scenario doable under iptables?
refer to:
http://marc.theaimsgroup.com/?l=netfilter&m=110027573811157&w=2
though Carry never reported back whether it worked or not--so YMMV, but
it sure saves some typing... :-D
-j
--
"I hope I didn't brain my damage."
--The Simpsons
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Duplicate IP scenario. Doable with iptables?
2004-11-23 19:44 Kevin Hilscher
2004-11-23 19:50 ` Jason Opperisano
@ 2004-11-27 4:04 ` John A. Sullivan III
1 sibling, 0 replies; 4+ messages in thread
From: John A. Sullivan III @ 2004-11-27 4:04 UTC (permalink / raw)
To: Kevin Hilscher; +Cc: Netfilter users list
On Tue, 2004-11-23 at 14:44, Kevin Hilscher wrote:
> I have a somewhat odd scenario that requires the same pools of 192.168
> IPs to be bound to eth1 and eth2 on the same machine. I need to NAT
> another pool of 10.x.x.x IPs bound to eth0 to these two pools of 192.168
> IPs. The setup is as follows:
>
> eth0:10.115.0.1/16 -> eth1:192.168.0.1/24
> eth0:10.115.0.2/16 -> eth1:192.168.0.2/24
> eth0:10.115.0.3/16 -> eth1:192.168.0.3/24
> eth0:10.115.0.4/16 -> eth1:192.168.0.4/24
> eth0:10.115.0.5/16 -> eth1:192.168.0.5/24
> eth0:10.115.0.6/16 -> eth1:192.168.0.6/24
>
> eth0:10.116.0.1/16 -> eth2:192.168.0.1/24
> eth0:10.116.0.2/16 -> eth2:192.168.0.2/24
> eth0:10.116.0.3/16 -> eth2:192.168.0.3/24
> eth0:10.116.0.4/16 -> eth2:192.168.0.4/24
> eth0:10.116.0.5/16 -> eth2:192.168.0.5/24
> eth0:10.116.0.6/16 -> eth2:192.168.0.6/24
>
> Suse 8.1 has no problem letting me bind the same IPs to eth1 and eth2,
> since eth1 and eth2 are not on the same physical network. However, I am
> having problems writing my NAT rules for this scenario.
>
> Is this scenario doable under iptables?
>
> TIA,
>
> Kevin
Hmmm . . . that's an interesting one. Let's break it into SNAT and
DNAT. I think you will be able to keep the packets straight in DNAT by
specifying the inbound interface, e.g.,
iptables -t nat -A PREROUTING -i eth2 -d 192.168.0.1/24 -j DNAT
--to-destination 10.116.0.1
On SNAT, we can keep the packets straight based upon source, e.g.,
iptables -t nat -A POSTROUTING -s 10.116.0.6 -j SNAT --to-source
192.168.0.6
but I'm not sure how one makes sure the packet goes out eth2 rather than
eth1. I think the interface decision has already been made but I'm not
sure. If it has been, I wonder if one could use policy routing in
iproute2 to make it work. One could set up a rule to route to an
interface based upon source. It might be worth a try. Good luck - John
--
John A. Sullivan III
Chief Technology Officer
Nexus Management
+1 207-985-7880
john.sullivan@nexusmgmt.com
---
If you are interested in helping to develop a GPL enterprise class
VPN/Firewall/Security device management console, please visit
http://iscs.sourceforge.net
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-11-27 4:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-23 19:28 Duplicate IP scenario. Doable with iptables? Kevin Hilscher
-- strict thread matches above, loose matches on Subject: below --
2004-11-23 19:44 Kevin Hilscher
2004-11-23 19:50 ` Jason Opperisano
2004-11-27 4:04 ` John A. Sullivan III
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox