I have setup a network with 10 CRS125-24 Switches and on top of that I have a Router RB3011. Everythings is working fine. At the moment the ISP link goes to one of the ports in RB3011 and than connections continue in the Switches. In the Router itself I have setup intervlans. I need help with this:
I have a Windows 2012 Server where I have AD and DHCP Server. I have 3 Files Server and I have 2 servers that need to connect with public ip so that people can access them both from inside and outside.
Can you please advise me what to do.
For all VLANs that do not have the domain controllers / dhcp servers in them, configure a dhcp relay to forward dhcp requests to your dhcp server.
For the outside access, search for documents / threads on NAT pinholes (destination nat / port map) and certainly you will find something quite easily.
As for the inside access to these servers, you will either need to use two DNS views - an inside view which gives the internal IP addresses of your servers, and a public view which gives the outside IP address. If you don’t want to do it this way, then you can configure the NAT rules for hairpin NAT (also something you can easily find many topics about with a simple search)