I have a server that obtains a static IP address from the router (192.168.1.30), and have set up a static DNS to match (MediaVault). However, when I perform an 'nslookup', the router doesn't find the address in its table, and returns
C:\Users\Nevans>nslookup MediaVault
Server: Billion_Router.home.gateway
Address: 192.168.1.254
*** Billion_Router.home.gateway can't find MediaVault: Non-existent domain
[code]
If I do a reverse lookup, the correct host-name is returned.
Unless I'm going mad, this did work when I first set it up, but stopped today. Having tried everything I could think of, I re-installed 2.32d, and did a factory reset, and then re-loaded the original config, all to no avail. What have I done ?
evansnp wrote:I have a server that obtains a static IP address from the router (192.168.1.30), and have set up a static DNS to match (MediaVault). However, when I perform an 'nslookup', the router doesn't find the address in its table, and returns
C:\Users\Nevans>nslookup MediaVault
Server: Billion_Router.home.gateway
Address: 192.168.1.254
*** Billion_Router.home.gateway can't find MediaVault: Non-existent domain
[code]
If I do a reverse lookup, the correct host-name is returned.
Unless I'm going mad, this did work when I first set it up, but stopped today. Having tried everything I could think of, I re-installed 2.32d, and did a factory reset, and then re-loaded the original config, all to no avail. What have I done ?[/quote]
Have you tried to disable the DNS proxy?? under 'Advanced Setup >> DNS Proxy'
Hi Billion_fan, I think that I've confused you. It's not a static DNS server entry that I am questioning, it's a static DNS entry in the routers DNS table.
See screenshot
Static_DNS.PNG
You do not have the required permissions to view the files attached to this post.
evansnp wrote:Hi Billion_fan, I think that I've confused you. It's not a static DNS server entry that I am questioning, it's a static DNS entry in the routers DNS table.
See screenshot
Static_DNS.PNG
If you take the router out of equation, and set a PC with a satic DNS sever pointing to the DNS server, is there any issue?
I've solved it! I telnet'd into the router, and looked at the 'Hosts' table, and discovered that all DHCP derived entries had two entries. One was just the hostname, and the other was the FQDN i.e. hostname.home.gateway. I added two entries to the static DNS table (Advanced -> DNS -> Static DNS), and now MediaVault is resolved correctly.