LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Problems with BIND operating with Windows XP with dns zones for eth0 aliases (https://www.linuxquestions.org/questions/linux-networking-3/problems-with-bind-operating-with-windows-xp-with-dns-zones-for-eth0-aliases-135111/)

Cyclo 01-15-2004 11:40 AM

Problems with BIND operating with Windows XP with dns zones for eth0 aliases
 
Here's my network:

Slackware 9.1 computer running bind and apache 1.3
Apache is serving 3 vhosts:
eth0 - 192.168.0.2, linuxserver
eth0:0 - 192.168.0.3, fredsserver
eth0:1 - 192.168.0.4, jonysserver
Bind has these master zones (excluding reverse zones)
linuxserver - 192.168.0.2
with subdomains:
fred.linuxserver - 192.168.0.3
jony.linuxserver - 192.168.0.4
fredsserver - 192.168.0.3
jonysserver - 192.168.0.4
lan
with subdomains:
server.lan - 192.168.0.2
<username>.lan - pointing to each individual user's computer

My SUSE 9.0 Professional laptop

Various Windows XP clients

Here's the problem:

No problems on my laptop, can access all domains fine - however the windows xp clients can only access linuxserver and subdomains, and the lan subdomains.

Any ideas? Tia

jeffzw 01-15-2004 03:11 PM

cyclo
usually zones are not used to resolve an ip but to define a domain in which you'll have records of type 'A' to associate an ip to a name. I'm not sure to understand your configuration, could you provide us with the named.conf file ?

chort 01-16-2004 01:20 AM

I'll second that. It looks like a truly bizarre BIND configuration. Please paste the named.conf along with each zone file (revserse isn't necessary).


All times are GMT -5. The time now is 12:37 AM.