Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!hc!hi!kurt From: kurt@hi.UUCP (Kurt Zeilenga) Newsgroups: comp.protocols.tcp-ip Subject: Re: in.named on SunOS3.4 and its friends Message-ID: <14003@hi.UUCP> Date: Mon, 24-Aug-87 13:06:13 EDT Article-I.D.: hi.14003 Posted: Mon Aug 24 13:06:13 1987 Date-Received: Tue, 25-Aug-87 04:27:44 EDT References: <704@ucdavis.UUCP> Reply-To: kurt@hi.UUCP (Kurt Zeilenga) Organization: U. of New Mexico, Albuquerque Lines: 15 Keywords: SunOS3.4 ftp rlogin nameserver blech In article <704@ucdavis.UUCP> mccall@iris.ucdavis.edu (Sam McCall) writes: >Has anyone had any success in getting things like telnet, >ftp, rlogin, and so forth to work with the nameserver under >SunOS 3.4? I've tried taking 4.2BSD source and compiling >it on the suns with the resolver library, but it just doesn't >seem to work. > >-sam Assuming you got the named(8) running on your SUNs, and use YP, just start up ypserv with a -i flag. The YP server will then use the named(8) to resolve any unknown request. Your client will not use named(8) directly, but via the YP server. Good Luck.