Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Name resolution in a home network with D-Link DI-624

  1. #11
    Join Date
    Dec 2007
    Beans
    101
    Distro
    Ubuntu

    Re: Name resolution in a home network with D-Link DI-624

    just to let you know - getting this to work is only 1/3 of the work
    if you want dynamic dns to work you have to properly set up dhcp, and then properly integrate the two

  2. #12
    Join Date
    Apr 2007
    Location
    Morrisville, NY
    Beans
    2,153

    Re: Name resolution in a home network with D-Link DI-624

    I work on a campus environment that has the whole 136.204.x.x network so each of us get public addresses no matter where we plug in. However, I don't own any domains, so I usually host a DNS server for a lab project and don't allow dynamic DNS as I usually use a fake domain and don't want to screw w/ the other records on the internet. I usually just have testing clients to point their name resolution to my DNS server and then they can check out my stuff. But thanks!

  3. #13
    Join Date
    Dec 2005
    Beans
    12

    Lightbulb Re: Name resolution in a home network with D-Link DI-624

    Hello,

    I use the same wireless router at home and was trying to do the same thing the original poster was.

    Here's my solution:

    1. Enable the "DNS Relay" option in the Router's "LAN" section (found at: http://192.168.0.1/h_lan.html)

    2. Add the following line to your /etc/resolv.conf file:

    Code:
    search localdomain
    My entire /etc/resolv.conf file looks like this:

    Code:
    nameserver 192.168.0.1
    search localdomain
    This was much easier than installing bind9, etc. because the router acts as our name server instead.

    Hope this helps, cheers!
    Last edited by singamayya; October 19th, 2008 at 07:15 AM. Reason: grammar

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •