pls help for ipfw

Charles Swiger cswiger at mac.com
Wed Sep 21 13:30:58 PDT 2005


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



More information about the freebsd-questions mailing list