Results 1 to 7 of 7

Thread: New firmware - dnsmasq

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356

    New firmware - dnsmasq

    Guys, I've prepared the new firmware version. WebCam stuff not tested, so please check it and let me know if something wrong with it.

    Differences with previous: Replaced dproxy & udhcpd with dnsmasq to support both static leases and dhcp/dns integration (so you can now resolve host names based on their dhcp names); replaced kernel modules with 2.4.20 version except the printing stuff (webcam stuff not verified!)
    In order to use static leases/hosts you will need to perform this steps:
    1. Connect to router using telnet;
    2. Write the static hosts count & entries to the flash (use /etc/hosts format)
    nvram set etc_hosts=3
    nvram set etc_hosts0="192.168.1.1 wl500g"
    nvram set etc_hosts1="192.168.1.2 laptop"
    nvram set etc_hosts2="192.168.1.3 foo"

    3. Write the static leases (use /etc/ethers format)
    nvram set etc_ethers=2
    nvram set etc_ethers0="00:11:22:33:44:55 192.168.1.2"
    nvram set etc_ethers1="00:11:22:33:44:56 192.168.1.3"

    3a. Also it is a good idea to change the DHCP server settings to not include addresses specified for static leases
    4. Commit the changes using
    nvram commit
    5. Reboot the rooter using
    reboot

    New custom firmware http://jaffar.cs.msu.su/wl500g/wl500g-1.6.5.3-5.trx and accompanying sources http://jaffar.cs.msu.su/wl500g/wl500g-1.6.5.3-5.tar.bz2 (10 MBytes) for building it.
    Last edited by Oleg; 16-03-2004 at 10:09.

Similar Threads

  1. Replies: 4
    Last Post: 31-10-2007, 18:54
  2. dnsmasq acting as DNS server?
    By frank_c_bauer in forum WL-500g Q&A
    Replies: 5
    Last Post: 03-11-2005, 00:37
  3. 1.7.5.6-2 /init/rc.dnsmasq
    By mdounin in forum WL-500g Custom Development
    Replies: 1
    Last Post: 02-05-2004, 19:54
  4. Dnsmasq, could this be a problem/security risk ?
    By peteredhair in forum WL-500g Custom Development
    Replies: 2
    Last Post: 13-04-2004, 22:42

Tags for this Thread

Posting Permissions

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