We are using ipportfw (IP Port Forwarding -
www.ox.compsoc.org.uk/~steve/portforwarding.html) in conjunction with
IP masquerading to forward inbound traffic from an internet address
(interbck.nri-online.com) to an internal network address. Our internal
network uses 10.163.219.0 addresses.
IPPORTFW forwards tcp port 5000 traffic to an internal server -
ipportfw -A -t 204.209.141.88/5000 -R 10.163.219.17/5000
I would like to use CIPE on the same firewall box (which would then be
running ipmasq, ipportfw & cipe) but I suspect the ipportfw process is
incompatible with CIPE.
Initially I thought a statement like :
ipportfw -A -u 204.209.141.88/5000 -R 10.163.219.1/5000
plus an options entry like is:
me 10.163.21.1:5000
would be appropriate.
More likely I'll require two firewall boxes (????), one for ipmasq &
ipportfw and other on the inside for cipe. like this :
|
204.209.141.88
ipmasq/ipportfw
10.163.219.21
|
|
10.163.219.3
CIPE
10.163.219.1
|
rest of the network
Comments would be appreciated.
Trevor