Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!pasteur!ucbvax!TOPAZ.RUTGERS.EDU!ron From: ron@TOPAZ.RUTGERS.EDU (Ron Natalie) Newsgroups: comp.protocols.tcp-ip Subject: Re: Need help implementing IEN 116 nameserver Message-ID: <8801150313.AA20130@topaz.rutgers.edu> Date: 15 Jan 88 03:13:34 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 11 That's probably not the bug. We use a perfectly normal sun kernel with an IEN116 nameserver with the UB products. The problem that we have is that the UDP checksum code in the UB box is defective. If you do not have udp checksumming turned on (you leave the checksum field zero), the box doesn't realize that you are not computing checksums and ignores you. The quick solution is to turn on checksums on the machine that is providing name service (on BSD UNIX poke _udpcksum to 1). -Ron