... 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...
Brad M. Garcia
bgarcia@...
Mar 20, 2000 2:47 am
116
... what about programs on the local machine that need to do a reverse and forward lookup of the hostname? These DO exists. (or am I missing something.) i...
Paul Sheer
psheer@...
Mar 20, 2000 11:48 am
117
... Hello Brad (and others), I've run dnrd with the -d option. Here's the shortest log, which contains the 'unaligned trap': [root@vohaul ward]# dnrd -a...
Ward van Wanrooij
ward@...
Mar 20, 2000 11:53 am
118
I may have found a solution that will satisfy both of us. I took a quick look at the source code for ifconfig. It appears to get the basic interface...
Brad M. Garcia
bgarcia@...
Mar 23, 2000 12:46 pm
119
... you as well? ;-) this is exactly the code that I used. the lib i gave you is unmodified from net-tools. however, it is not only ioctl's that are used. to...
Paul Sheer
psheer@...
Mar 23, 2000 2:45 pm
120
I have a fix for the problem where sending a sighup signal to dnrd causes a segv on Slackware 7. I would expect this problem to happen on other systems as...
Rick Price (x2394)
rickp@...
Mar 23, 2000 6:19 pm
121
I would like to modify dnrd to work with dhcp by checking it's leases database regularly, and reloading the leases database if neccessary. I want to use this...
Rick Price (x2394)
rickp@...
Mar 23, 2000 6:22 pm
122
... This sounds like a good idea. Unfortunately, between this change, and Paul's change to get local ip address information automatically from the /proc...
Brad M. Garcia
bgarcia@...
Mar 23, 2000 6:58 pm
123
Sorry if this is a stupid question, I've been skimming the code, and the answer didn't jump out at me. Do we sort the returned ip addresses by the subnet that...
Rick Price (x2394)
rickp@...
Mar 23, 2000 7:30 pm
124
I think that the link in the dnrd directory pointing at the dhcpd.leases file would have to be a symlink if that makes things easier for anyone. Dhcpd likes to...
Rick Price (x2394)
rickp@...
Mar 23, 2000 7:33 pm
125
There appears to be a Debian bug report about the unaligned traps on an Alpha. http://www.debian.org/Bugs/db/60/60038.html Brad Garcia Want a job in...
Brad M. Garcia
bgarcia@...
Mar 24, 2000 3:14 pm
126
I think this is going way beyond the bounds of what a nameserver is supposed to do. But I'm copying the mailing list on this reply to see if anyone else has a...
Brad M. Garcia
bgarcia@...
Mar 24, 2000 3:32 pm
127
... This is actually an interesting idea, but like Brad said, it's not really a dnrd problem, it's a router problem. A possible really simple fix for you would...
Rick Price (x2394)
rickp@...
Mar 24, 2000 4:09 pm
128
... Unless I'm missing something, isn't this what I'm doing now with a very large table of static routes? The problem is that the internal network is so large...
John Ellson
ellson@...
Mar 24, 2000 5:17 pm
129
... Yes, but you may be able to reduce it to about 7 once and for all entries. ... You wouldn't care about which subnets belong to lucent because you assume...
Rick Price (x2394)
rickp@...
Mar 24, 2000 7:10 pm
130
Does anyone know wether dnrd can coexist with squid in any way? I need some properties of dnrd yet squid provides its own dns server. Thanks George Newsome...
Martha Newsome
meiden@...
Mar 25, 2000 6:44 pm
131
Please ignore my earlier silly question - my problem had nothing to do with squid at all. Sorry george newsome...
Martha Newsome
meiden@...
Mar 25, 2000 7:24 pm
132
I just had what might be a good idea... ;) What would it take to add a wildcard type entry to the dnrd master file so that one could send any hostname in their...
derek@...
Mar 30, 2000 4:32 am
133
Hi all, I'm also working with Rick to try and incorporate a version of dnrd in the next major release of freesco. I've been running V2.7 for 2-3 weeks now ...
Simon Byrnand
sbyrnand@...
Mar 30, 2000 10:21 am
134
... Almost. Dnrd forwards every request - that way dnrd doesn't need a timeout/retransmit scheme - it simply relies on the host to retransmit as needed or...
Brad M. Garcia
bgarcia@...
Mar 30, 2000 12:14 pm
135
Okay, so the unaligned traps can be solved, and they are also talking about the resolving o 7+(n*8) hostnames, which I have also mentioned, that only leaves...
Ward van Wanrooij
ward@...
Mar 30, 2000 7:19 pm
136
"rick price (x2394)" <rick-@...> wrote: original article:http://www.egroups.com/group/dnrd/?start=129 ... This is not a good assumption. The private...
Benjamin Moore
b_moar@...
Mar 31, 2000 5:28 am
137
The man page is great, but I'm having a hard time figuring out the master setup file. This is how I run dnrd manually: dnrd -s 1.1.1.1:lucent.com -s...
Benjamin Moore
b_moar@...
Mar 31, 2000 5:49 am
138
... Paul, If you're creating a library based on net-tools for use in dnrd, would you consider including the route_edit() code please? At the moment we're...
John Ellson
ellson@...
Mar 31, 2000 9:31 pm
139
John Ellson originally asked about this, and he wrote about the approach we are taking. (Decode IP in dns reply and add a host route using the route command) ...