Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Jun 2003 12:06:26 -0400
From:      Chuck Swiger <cswiger@mac.com>
To:        Bulend Malik <bmalik@ihlas.net.tr>
Cc:        questions@freebsd.org
Subject:   Re: macintosh problem
Message-ID:  <3EDB7602.8050700@mac.com>
In-Reply-To: <007201c328d7$8f0d9ea0$dc01a8c0@ymmaslak.com>
References:  <007201c328d7$8f0d9ea0$dc01a8c0@ymmaslak.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Bulend Malik wrote:
[ ... ]
> in other network macintosh pc's  see  mac 's behind my ipfw
> 
> How can i get rid of  that problem ?

33-sec# grep afp /etc/services
afpovertcp      548/tcp    #AFP over TCP
afpovertcp      548/udp    #AFP over TCP

Try something like:

ipfw add deny tcp from any to any 548
ipfw add deny udp from any to any 548

-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EDB7602.8050700>