hello i was wondering if i had a load balancing system for my site and someone wanted to find the ips of my web server,that it would be possible? and if it is how this can be done.
The only way someone would get the IP address of your web server is from the DNS servers of the world. If you implement a load balancing system, you would normally replace your web server(s) DNS entries with the IP address of the load balancer, as it takes care of rerouting the traffic to the web server(s).