Minor release. Here are the changes: - Switch to uid & gid to "nobody" by default (revert of v2.4 change). - Fixed bug where names in /etc/hosts without a "."...
Brad M. Garcia
bgarcia@...
Dec 4, 1999 12:45 am
87
I tried using DNRD with Masqdialer however it doesn't work when I connect from a remote mdialer client. I setup the mserver.conf like it was written in the...
funkknight@...
Dec 5, 1999 2:46 am
88
... I don't use Masqdialer anymore so I haven't been testing this configuration. If you have the time, try older versions. I was still using Masqdialer back...
Brad M. Garcia
bgarcia@...
Dec 5, 1999 11:40 am
89
Here's the first indication of a (very) unsatisfied customer. ... almost unusable Konstantin - December 07th 1999, 21:45 EST Here is some annoying 'features' ...
Brad M. Garcia
bgarcia@...
Dec 8, 1999 6:16 pm
90
... Sounds like a design decision to me. Though maybe worth revisiting if the servers can now be specified in the config file. ... FWIW, I _like_ this. The...
Matthew Kirkwood
weejock@...
Dec 11, 1999 7:13 pm
91
Windows 98SE will pick up names from the hosts file for reverse lookup, but not under normal lookup using dnrd2.6....... I am using single word hostname (no...
russ
russell.dill@...
Dec 28, 1999 8:57 pm
92
... Indeed, this is also how Unix machines work. The difference is that if no match is found, unix will also search for the name without a suffix added. ... ...
Brad M. Garcia
bgarcia@...
Dec 29, 1999 1:00 am
93
I am using a Linux-Box as a internet-gateway for a few Windows-boxes. I start dnrd in a boot-script, so that it reads /etc/hosts to resolve the local net and...
Jörg Wesely
jwesely@...
Dec 29, 1999 1:50 pm
94
... +++ dns.c.new Wed Dec 29 09:39:48 1999 @@ -327,11 +327,7 @@ y->name[k-1] = '\0'; } - for (i=0; (c = y->name[i]) != 0; i++) { - if (isupper(c)) {...
Brad M. Garcia
bgarcia@...
Dec 29, 1999 2:34 pm
95
Before this will compile, you'll also need to remove the now-unused variables i and c from the function. ... Brad Garcia Support a good service - visit...
Brad M. Garcia
bgarcia@...
Dec 29, 1999 2:41 pm
96
yes, it works great! Thank you for the fast help! bye Joerg...
Jörg Wesely
jwesely@...
Dec 29, 1999 9:57 pm
97
I can't get dnrd to work. It seemed to work at first but now it says: "isock: couldn't bind local address". There is actually a dnrd daemon running, with the...
Anthony Campbell
a.campbell@...
Jan 2, 2000 11:02 am
98
... I thought it was only me with that problem 8*) - Anyway, dnrd -k doesn't always kill the daemon it appears; usually I use the next lines in my ip-up ...
Eric van Gorkom
ericg@...
Jan 2, 2000 11:09 am
99
... Thanks for this suggestion. It works, but I think it's better for me to put the commands in the logoff script because I've found that Netscape sometimes...
Anthony Campbell
a.campbell@...
Jan 2, 2000 3:03 pm
100
... As a matter of fact, it is also in my ip-down script; it then just starts dnrd as a "standalone" DNS for my network, so without the -s stuff... The idea is...
Eric van Gorkom
ericg@...
Jan 2, 2000 3:11 pm
101
Folks, I am hoping that somebody can help me solve a problem that I have with dnrd. I love dnrd. It does exactly what I need, and does it well (with one...
Ian Callahan
igc@...
Jan 5, 2000 9:48 am
102
... I'm not sure what the problem is. This works for me, but there are many other people having the same problem (usually in conjunction with mserver). I...
Brad M. Garcia
bgarcia@...
Jan 10, 2000 11:40 pm
103
... If you add following to the commandline of pppd: "ipparam ISP". And add this to your ip-up: if [ "$6" = "ISP" ] then /usr/local/sbin/dnrd -s 10.0.0.1 -s...
janne
janlev@...
Jan 11, 2000 12:19 am
104
Hello everyone, Just pulled down and install the latest (2.6) version of dnrd, and have ran into a problem. First a quick description of my setup: I have a...
Jason Stewart
jstew@...
Jan 14, 2000 7:45 pm
105
... I have the same setup. ... The first 3 Debug lines shows that a query was received and answered. However, it says it's grabbing the information from the...
Brad M. Garcia
bgarcia@...
Jan 14, 2000 8:58 pm
106
Hello, I've received this bug report a few days ago. I've just taken a quick look at the source code but as I'm not quite familiar with it, I haven't found the...
Thomas Schoepf
schoepf@...
Feb 4, 2000 11:24 pm
107
I think the following should fix it: For an explanation of the problem, see: http://www.egroups.com/group/dnrd/94.html? ... +++ dnrd-2.7/src/dns.c Fri Feb 4...
Brad M. Garcia
bgarcia@...
Feb 5, 2000 1:22 am
108
Minor release to (hopefully) fix a couple of bugs. - Fix bug with resolving names with capital letters. - Add '-l' option to cause DNRD to not send any...
Brad M. Garcia
bgarcia@...
Feb 5, 2000 2:08 am
109
... I downloaded version 2.7 and this bug seems to be gone. Thank you! Thomas -- 1024D/B0FA4F49: FA38 2D7E 408F 61E4 BF49 B48F 04BD F5BE B0FA 4F49 ...
Thomas Schoepf
schoepf@...
Feb 5, 2000 3:27 pm
110
... No patch yet. What I have done is put together a library called libiplist It has one function that can be called from the outside: ip_addr_list_retrieve ()...
Paul Sheer
psheer@...
Mar 11, 2000 1:42 pm
111
... The patch is attached, you also need to untar libiplist into the src directory. There is one problem though: libiplist needs to read the proc directory and...
Paul Sheer
psheer@...
Mar 12, 2000 1:12 pm
112
... Why not read the /proc directory once at startup, store the information, then chroot? The chroot is a security measure and I'd rather not remove it. Brad...
Brad M. Garcia
bgarcia@...
Mar 12, 2000 9:23 pm
113
ifconfig needs to read /proc to get the interface list. the whole point is that the nameserver setup should dynamically change to match the interfaces? i.e. if...
Paul Sheer
psheer@...
Mar 13, 2000 12:43 pm
114
Sorry for taking so long to write back. ... So, in what kind of situation would this option be useful? I've never envisioned DNRD being used in a situation...
Brad M. Garcia
bgarcia@...
Mar 20, 2000 2:38 am
115
... I haven't seen anything like this under x86. ... Again, I am unable to reproduce your problem, but I don't have access to an alpha machine. Any help in...