Currently this is the our office network. We currently have a single Public ip from the ISP and we have created a single Private ip network behind the NAT as shown below :
public ip ( WAN ) - 122.x.x.1, gateway ip ( LAN ) - 10.0.0.1
client machines or servers ips range from - 10.0.0.2 to 10.0.0.254 subnetmask - 255.255.255.0
Gateway is the Cisco Router RV042. In order to open ports like 80 or 443 so that our websites can be accessible publically we used to do some Port forwarding in Router ( eg: 10.0.0.25 + 80 ) like that.
Our requirement is to create more subnets behind the NAT or Router like for instance 10.0.1.0, 10.0.2.0 etc per client and to how to map to these networks if we have multiple Public ips from the ISP.
for eg : a webserver running on a subnet with 10.0.0.30 needs to open the port 80 and another mail server running on private network say 10.0.2.15 needs to open 25 port. Basically how to map different subnet private ips to Public ips I don't have much touch with networking concepts so please help me to accomplish my task.