Hello
I have the following 10.0.0.0/8 Linux network behind a linux firewall.
I am using iptables/NAT-MASQ (via arno's firewall script) to do port
forwarding to the WWW, e-mail, etc. servers off one IP. All that works well.
My problem is that I now have to provide internet access into an
internal router that is a gateway to a 10.0.0.0/8 network. I have more
public IPs so I hope there is some way to forward, tunnel or bridge to
do this.
WWW<-->
(eth0)[Firewall](eth1)<-->(eth0)[WWW Server](eth1)
<--> Internal Network <--> router
<--> customer 10.0.0.0/8 network.
In the internal network I have a dial on demand router that is also
doing NAT 10.0.0.0/8. The customer would prefer not to renumber.
-----------
THe Masquerade HOW TO kinda talks doing this with iptables. Does anybody
have an idea that I could try?
Thank You