Comment 5 for bug 105863

Revision history for this message
lethargy (lethargy) wrote :

To work around the IPv6 connection bug, install xinetd or similar and set up tftpd as described here: http://www.davidsudjiman.info/?p=93

But instead alter udp to udp4 as below

service tftp
{
protocol = udp4
port = 69
socket_type = dgram
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args = /tftpboot
disable = no
}