From owner-freebsd-questions Wed Feb 7 11:48:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.uunet.ca (mail5.uunet.ca [142.77.1.28]) by hub.freebsd.org (Postfix) with ESMTP id A98CE37B503 for ; Wed, 7 Feb 2001 11:48:34 -0800 (PST) Received: from [10.100.60.16] ([205.150.192.147]) by mail5.uunet.ca with ESMTP id <235044-8348>; Wed, 7 Feb 2001 13:00:42 -0500 Mime-Version: 1.0 X-Sender: dennis.favro@mailbox21.utcc.utoronto.ca (Unverified) Message-Id: Date: Wed, 7 Feb 2001 12:54:37 -0500 To: questions@freebsd.org From: Dennis Favro Subject: Netatalk with multiple interfaces (no DDP) Content-Type: text/plain; charset="us-ascii"; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having some difficulty getting NetAtalk to work properly on a system running FreeBSD 4.2-STABLE. I can get AFP over TCP (AppleShare IP) but classic AppleTalk (DDP) doesn't function. (...well, ok, it does function, but only on one interface) I can't find any documentation on how to properly set up atalkd.conf and afpd.conf in this situation, so I'll try and explain how this should work: There's eight ethernet ports on the FreeBSD machine -- dc0 through dc7. There are Mac workstations the switches connected to each interface. I'd like to be able to do the following: 1. Have a Mac on dc0 be able to communicate with a Mac on dc3 (or whatever) using classic AppleTalk (aka: have the FreeBSD machine route AppleTalk info between interfaces) 2. Have all the Macs be able to communicate with the server using DDP. I've tried specifying the interfaces and letting atalkd configure them as well as manually setting parameters in atalkd.conf -- neither works. atalkd seems to choose incorrect/invalid parameters for the net and address values for each interface. If I specify things manually, I either get no DDP services at all or DDP on the first interface only -- and atalkd has a tendency to alter the information in its config file. What should atalkd.conf look like? Should I make the file read-only? -- --dennis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message