Hello Hein, The solution I use is that the laptop allways get the same IP Adress from the dhcpd server As an example my dhcpd conf. ---------------------------------
dynamic-bootp-lease-length 604800; max-lease-time 1209600; subnet 192.168.1.0 netmask 255.255.255.0 { option routers 192.168.1.254; option domain-name "my.net"; option domain-name-servers 192.168.1.254; range 192.168.1.110 192.168.1.199; host roadwarrior { hardware ethernet 00:00:33:11:22:44; fixed-address 192.168.1.100; } replace your hostname and mac address. Now you can use your name "roadwarrior.my.net" in tinydns Regards Eric Wolzak member of the bering Crew >Dear list ! >(using bering 1.0 stable w/ dnscache&tinydns and dhcpd) >Currently I am using my privat DNSserver with static >client-IPs. >They just use djbdns for nameresolution. I edited the >config files for tinydns, restarted shorwall and dns >and zoom: it works. Now I can get rid off /etc/hosts. > >But whats about dynamic IP-Name-resolving ? I got one >single dynamic client in my homebrewed net. This is the >"road warrier" - the mobile PC. >That one gets its (changing) IP from Bering using dhcp. >Worked fine for months so far... > >I found no doku for this (common) problem... > > >Thanks for any short hints! > > > > > > > > > > > >------------------------------------------------------- >This SF.Net email sponsored by: Free pre-built ASP.NET sites including >Data Reports, E-commerce, Portals, and Forums are available now. >Download today and enter to win an XBOX or Visual Studio .NET. >http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 >------------------------------------------------------------------------ >leaf-user mailing list: [EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/leaf-user >SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html