Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2000 10:00:19 -0800 (PST)
From:      Dan Busarow <dan@dpcsys.com>
To:        Odhiambo Washington <wash@iconnect.co.ke>
Cc:        Jaime <jaime@malkav.snowmoon.com>, FBSD-Q <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Netatalk on 4.1-STABLE
Message-ID:  <Pine.BSF.3.96.1001029095520.12910A-100000@java.dpcsys.com>
In-Reply-To: <20001029154127.B553@poeza.iconnect.co.ke>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 29 Oct 2000, Odhiambo Washington wrote:
> * Jaime <jaime@malkav.snowmoon.com> [20001028 20:00]:
> =>On Sat, 28 Oct 2000, Odhiambo Washington wrote:
> =>> [wash@poeza:~]> papstatus -p LaserWriter
> =>> LaserWriter:LaserWriter@*: NBP Lookup failed
> =>
> =>	I've been using NetATalk with the asun patches on FreeBSD
> =>3.0-Release, 3.2-Stable, 3.3-Stable, 3.4-Stable, 4.0-Release, 4.1-Stable,
> =>and 4.1.1-Stable.  I've used it without those patches on several 2.2.x
> =>versions.  Its always been great for me.
> 
> So does the Macintosh on your network see the printers on the FreeBSD
> boxes? That is what I ultimately want to achieve.
> I need to use PAPD (Printer Access) as opposed to AFPD (File Access) which
> is working fine for me too.

I just ran into this, afpd working , papd not.  Turned out to be
a misconfigured atalkd.conf (the default auto gen'd one).  It had

rl0 -phase 2 -net 65280-65534 -addr 65280.229
rl1 -phase 2 -net 0-65534 -addr 0.0

rl0 is the public interface, rl1 the private.

I changed it to

rl1 -phase 2 -net 0-65534 -addr 65280.229

leaving out the rl0 entry completely.  Now both afpd and papd work
fine.

Dan
-- 
 Dan Busarow                                                  949 443 4172
 Dana Point Communications, Inc.                            dan@dpcsys.com
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.1001029095520.12910A-100000>