[GTER] Servidor TFTP
Lao DanTong
danton at inexo.com.br
Thu Nov 3 19:59:37 -02 2005
On Thu, 3 Nov 2005, Wildner B. Ferreira wrote:
> Estou precisando de informações só o serviço de TFTP, pois estou
> precisando configurar este serviço mas estou encontrando problemas com ele
> pois após o mesmo receber a conexão através da porta UDP/69 o mesmo
> redireciona a conexão para uma outra porta aleatória, e neste caso o meu
> firewall esta barrando o serviço.
uso isso a torto e a direito principalmente para salvar em disco
configurações de roteadores. a porta é mesmo 69/udp, para os pacotes RRQ e
WRQ. os demais usam outras portas mesmo, faz parte da regra do jogo, veja
o que diz a RFC-1350:
Internet User Datagram Header [2]
(This has been included only for convenience. TFTP need not be
implemented on top of the Internet User Datagram Protocol.)
Format
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Source Port | Destination Port |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Length | Checksum |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Values of Fields
Source Port Picked by originator of packet.
Dest. Port Picked by destination machine (69 for RRQ or WRQ).
Length Number of bytes in UDP packet, including UDP header.
Checksum Reference 2 describes rules for computing checksum.
(The implementor of this should be sure that the
correct algorithm is used here.)
Field contains zero if unused.
Note: TFTP passes transfer identifiers (TID's) to the Internet User
Datagram protocol to be used as the source and destination ports.
talvez seja melhor você usar o tftp sobre TCP.
tenho a impressão de que esta mensagem estaria melhor ma masoch-l.
More information about the gter
mailing list