Results 1 to 5 of 5

Thread: New DNS server/relay feature possible?

  1. #1
    Join Date
    Aug 2004
    Location
    Amsterdam (NL)
    Posts
    19

    New DNS server/relay feature possible?

    What I would like "very" much for a new feature in the WL-500G is a option to add your own local dns entries for systems in your LAN.
    Maybe even... to hook this up to the DHCP leases given away so you can have complete name resolving solution for your active computers in the local network.

    This option is also available in for example Alcatel SpeedTouch 510.

    Now if you run a website in your lan http://hostname get resolved by DNS servers on the internet since this is the server given in the DHCP scope. The name cannot be resolved unless you start adding entries in your local host or lmhost files (windows machine)

    Isn`t a DNS server / relay feature possible or is free firmware space to limited?
    Last edited by Tbone; 20-09-2004 at 23:02.

  2. #2
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    1.7.5.9 already has this. It accepts both lease names as host names, as well as entries in the hosts file.

  3. #3
    Join Date
    Sep 2004
    Location
    Utrecht NL
    Posts
    6

    strange DNS resolve behavior?

    Quote Originally Posted by Oleg
    1.7.5.9 already has this. It accepts both lease names as host names, as well as entries in the hosts file.
    Can someone explain me why the hostnames of my local winxp boxes are only resolved correctly by the router when I put a period behind the hostnames.
    Except for the hostname my.router.

    IP settings on the win boxes are all fully automatic.

    Code:
    C:\>nslookup
    Default Server:  router
    Address:  192.168.1.1
    
    > beetle
    Server:  router
    Address:  192.168.1.1
    
    *** router can't find beetle: Non-existent domain
    > beetle.
    Server:  router
    Address:  192.168.1.1
    
    Name:    beetle
    Address:  192.168.1.2
    
    > router
    Server:  router
    Address:  192.168.1.1
    
    *** router can't find router: Non-existent domain
    > router.
    Server:  router
    Address:  192.168.1.1
    
    Name:    router
    Address:  192.168.1.1
    
    > my.router
    Server:  router
    Address:  192.168.1.1
    
    Name:    my.router
    Address:  192.168.1.1
    In this case beetle is 1 of my win xp boxes.

    TIA

    Mark

  4. #4
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Windows never queries for simple names, it is always adding default domain name to queries. Adding trailing dot stops this wierdness.
    In fact you just need to FQDN for your hosts like this to the /etc/hosts:

    192.168.1.2 fileserver fileserver.myhome.net

  5. #5
    Join Date
    Sep 2004
    Location
    Austria
    Posts
    125

    wtzm

    It's also possible to use the expand-hosts option in the dnsmasq config file.

Similar Threads

  1. Feature request: mac module for iptables
    By hynek in forum WL-500g Q&A
    Replies: 3
    Last Post: 15-01-2005, 17:36
  2. Possible feature mix ?
    By exXtreme in forum WL-500g Q&A
    Replies: 8
    Last Post: 18-08-2004, 19:34
  3. Req; Feature
    By Snigel in forum WL-500g Custom Development
    Replies: 2
    Last Post: 06-06-2004, 19:44
  4. Enable PPPoE Relay ?
    By bodel007 in forum WL-500g Q&A
    Replies: 4
    Last Post: 03-03-2004, 09:58

Posting Permissions

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