I do not believe things are setup correctly. I can't even resolve my local hostname on the local machine. lol
here is nsswitch.conf:
test@test-desktop:~$ cat /etc/nsswitch.conf
/etc/nsswitch.conf
#
Example configuration of GNU Name Service Switch functionality.
If you have the glibc-doc-reference' and info' packages installed, try:
`info libc "Name Service Switch"' for information about this file.
passwd: compat group: compat shadow: compat
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 networks: files
protocols: db files services: db files ethers: db files rpc: db files
netgroup: nis
and here is resolv.conf: test@test-desktop:~$ cat /etc/resolv.conf nameserver 192.168.1.13======this is my domain controler nameserver 192.168.1.11======backup domain controler nameserver 216.174.194.53 test@test-desktop:~$
here is my hosts file:
The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback 192.168.1.102 test-desktop.local fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts test@test-desktop:~$
on the likewise applet where you enter domain name to join, I am entering "allamerican" for the domain. Should it be allamerican.local or should it be the DC its self as in: [email]servername@allamerican.loca[/email]l???
I can ping everything on the network by IP but I can't resolve any names at all inside the network. internet has no problem.
I don't know what other info to provide that may help figure this out. I just don't know enough yet I guess.