Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Sep 2005 16:30:31 -0400
From:      Charles Swiger <cswiger@mac.com>
To:        ann kok <annkok2001@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: pls help for ipfw
Message-ID:  <B8D4FCC6-584A-419B-A767-263248E011AE@mac.com>
In-Reply-To: <20050921202013.15670.qmail@web53305.mail.yahoo.com>
References:  <20050921202013.15670.qmail@web53305.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sep 21, 2005, at 4:20 PM, ann kok wrote:
> my rules:
>
> ipfw add allow udp from any to tftpserverip
> ipfw add allow udp from tftpserverip to any
>
> In the freebsd box, I can access tftp server but
> internal users is hanging in the "get" state

TFTP may also use TCP:

% grep tftp /etc/services
tftp             69/udp     # Trivial File Transfer
tftp             69/tcp     # Trivial File Transfer

-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B8D4FCC6-584A-419B-A767-263248E011AE>