Question : Routing DNS from external to internal addresses

Hi Guys,

We've got 4 VM servers which are named vm1.domain.local vm2.domain.local etc and we can access them through web browser to the relevant address.
We have access to our external DNS records so how would i go about setting this up externally and internally so that we can access these VM's for an external source (i.e we can type in https://vm1.domain.com
I've added the vm1, vm2 etc to the external dns and pointed them to our external IP but as we have 6 servers i'm not sure where this would go.
Hope this makes sense and hope you can help
Thanks

Answer : Routing DNS from external to internal addresses

# conf t
(config)# access-list 103 permit tcp any eq 8443 host 172.16.2.60 eq 443
(config)# access-list 103 permit tcp any eq 8444 host 172.16.2.61 eq 443
(config)# access-list 103 deny ip any any      

(config)# interface fastethernet 1 (choose outside interface of router)
(config)# ip access-group 103 in
Random Solutions  
 
programming4us programming4us