• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help with DNS setup

LuckyTaxi

Diamond Member
I finally got around to installing a DNS server after many years of using the HOSTS file.
Using Fedora, I installed BIND and got everything to work perfectly along with a secondary DNS server. Here's the issue I'm having now. Let's say our servers have abc.com as the domain, but our external DNS is handled by register.com who is also our registrar. We have a couple of subdomains that have A records with register.com, which then gets NATed to our internal IPs via our firewall rule. We can get to subdomain.abc.com just fine from inside and outside. However, the issue is when users try to access internal servers from home that do not have DNS entries with register.com. So subdomain1.abc.com can only be accessible from within the office and from the outside via VPN. Why not just NAT them like the ones that currently work? Because we don't have enough IPs and our servers use the same port for most of our servers. We just have our important things that are register with A records w/ register.com

The main issue is we use PPTP to connect from home. The binding order doesn't work correctly so my laptop never hits my PPTP connection's DNS entries. It goes out to look for subdomain1.abc.com from the register.com's DNS server and dies. If it were able to query the local DNS, all would be well.
 
If possible change all your local stuff to domain.com.loc style. At my house I can time mysite.com to get online, or I can type mysite.com.loc to load my local copy. I try to have pretty much all my domains setup this way for easy development.
 
Back
Top