If somebody could help me on this configuration, it would be much appreciated. I've been working on this for three days straight with no luck.
I currently have 13 static IP addresses provided by my ISP. My network is set up as follows:
X.X.X.80 <- Subnet X.X.X.240 <- Mask
X.X.X.81 <- Gateway Router (ISP controlled)
X.X.X.82 <- IP address of eth 0/2 (WAN)
172.16.0.1 <- IP address of eth 0/1 (LAN)
I have several servers that are currently on NAT. I would like to forward certain IP addresses (ie. X.X.X.83) to a NAT address on my LAN. My questions are:
1) Is this possible? Since the network mask is 240, how can I tell the router to forward traffic from a particular IP address to one that is behind the firewall/NAT?
2) Must I bind all of the IP addresses that I am assigned to eth 0/2?
I'd appreciate any input / help provided.