Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
Network Troublshooting => Linux Servers Support => Topic started by: tryangle on October 24, 2005, 03:03:06 PM
-
Is there a way to route an internal IP to a separate zone file (without setting up a separate incidence of bind on eth0:1)... in order to resolve www internally?
This is a wild guess that kinda illustrates my point...
if(listen-on:192.*){ include "internal.zone";}
else{include "external.zone";}
Thanks in advance for any help on this...
-
named -v returned 9.3.0
Anyhow... basically I'm trying to get computers in the internal subnet to get different answers than the rest of the world when they are resolved.
192.168.1.27 query looks up www.domain.com and gets 192.168.1.1
207.65.181.23 query looks up www.domain.com and gets 200.22.216.125
Any ideas?