One windows server 2016 running on some ip address 1.2.3.0. It has Apache server on port 80, DNS Server and running MySql server and so on and connecting through RDP client.
My requirement is to add an additional IP address 1.2.3.1 on the same windows server and separate the ip address for my application servers for apache, mysql due to security reasons and not expose main server ip.
The main ip address 1.2.3.0 should only connect to RDP and server services and the other ip should only connect to Apache and Mysql ports and not connect RDP.
I was able to add the additional ip address to the server and add a firewall inbound rule to block all the ports for 1.2.3.1 ip address. It worked. Now I opened apache port 80 on this 1.2.3.1 ip address, it does not work. What might be the issue ?