Hmm.. Any idea what this error means?
C:Documents and SettingsAdministrator>nslookup
*** Can't find server name for address 192.168.1.10: Non-existent domain
*** Default servers are not available
Default Server: UnKnown
Address: 192.168.1.10
Does that mean that BIND isn'd doing the reverse lookups correctly? This is my reverse lookup zone file (/var/named/db.192.168.1.rev)...
$TTL 86400
@ IN SOA localhost root (
45
3H
15M
1W
1D )
IN NS localhost
localhost IN A 127.0.0.1
22.1.168.192.in-addr.arpa. IN PTR nicks.thompson.local.
10.1.168.192.in-addr.arpa. IN PTR homeserver.thompson.local.
EDIT:
If its any use, this is what
ipconfig/all gives me from my windows machine...
C:\Documents and Settings\Administrator>ipconfig/all
Windows IP Configuration
Host Name . . . . . . . . . . . . : n-6aff0a364c744
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : thompson.local.
Ethernet adapter nVidia Network:
Connection-specific DNS Suffix . : thompson.local.
Description . . . . . . . . . . . : NVIDIA nForce Networking Controller
Physical Address. . . . . . . . . : 00-13-D4-DB-C1-B4
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.1.22
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 127.0.0.1
DNS Servers . . . . . . . . . . . : 192.168.1.10
Lease Obtained. . . . . . . . . . : 09 April 2006 15:37:29
Lease Expires . . . . . . . . . . : 10 April 2006 03:37:29
I have no idea whatsoever why it thinks the DHCP server is localhost... Its picking up the details precisely like I am informing it to - but I STILL cant get the DNS to lookup properly :-(