On Nov 10, 4:19 am, Alan <
alanjans...@casema.nl> wrote:
> >Which versions of OLSR are you running on old nodes? could you verify
> >that you are running the 0.5.6-r7 version of olsr on the 'new' nodes?
> >The 'doesn't talk with old stuff' bug was supposed to be fixed in
> >0.5.6, and i know we shipped 0.5.5 (which introduced it) on some
> >nodes.
>
> I use the pyramid-1.0b5.image on all the nodes.
> I don't have verify the olsr version on the newNodes yet so in the
> next few days i be able to test the
> new image on my test node.
>
Use pyramid-1.0b6.img
> >Are you talking full blown DNS like bind? or are you interested
in
> >adding hosts to a small mesh?
> > What is it that dnsmasq isn't
> >providing youw ith?
>
> Yes, i like to resolv the nodes by name and want to add some
> servernames into the mesh cloude.
> is bind an option or can i add it in to a text file.
>
If you want to resolve nodes by name, the simplest way is to put names
into /etc/hosts
dnsmasq will pick these up and they will resolve.
If you have a TLD, you can use something like the SeattleWireless
dnsmasq setup.
http://seattlewireless.net/moin.cgi/DnsMasqSetup
For this example to work, the top level dns (usually a box running
bind) forwards requests for nodename.nodeone.swn to nodeone.swn which
looks first in it's /etc/hosts file, then in its dhcp cache.
fairly simple and seems magic.
If you want an example of the tld, I can send that as well.
> >The graphs are not using any generic abstraction, so it makes sense
> >they wouldn't work with ralink.
>
> Ok, thats no problem.
> Can you post a image with dns and a page with a history of DHCP leases
> and modify the RRD script so that the history of the graphs are not
> deleted after reboot?
Graphs are deleted because they are put on the ramdisk rather than
writing constantly to the flash. you can fix the script to either
write to a different location, or copy the rrd over every x minutes.